Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
SparseDifferentiation
/
SparseDiffEngine
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
4
Code
Issues
4
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Parameter support
- #42
#42
Closed
Transurgeon
wants to merge 25 commits into
main
SparseDifferentiation/SparseDiffEngine:main
from
parameter-support
SparseDifferentiation/SparseDiffEngine:parameter-support
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Closed
Parameter support
#42
Transurgeon
wants to merge 25 commits into
main
SparseDifferentiation/SparseDiffEngine:main
from
parameter-support
SparseDifferentiation/SparseDiffEngine:parameter-support
Copy head branch name to clipboard
Commits
Commits on Feb 9, 2026
Add parameter support to C diff engine
Show description for 2913dee
Transurgeon
and
claude
committed
2913dee
View commit details
Copy full SHA for 2913dee
Browse repository at this point
Commits on Feb 10, 2026
Remove redundant n_params from problem struct
Show description for fea0708
Transurgeon
and
claude
committed
fea0708
View commit details
Copy full SHA for fea0708
Browse repository at this point
Remove redundant A_m, A_n params from new_left_param_matmul
Show description for 36ec239
Transurgeon
and
claude
committed
36ec239
View commit details
Copy full SHA for 36ec239
Browse repository at this point
Add total_parameter_size field to problem struct
Show description for 4f93f7c
Transurgeon
and
claude
committed
4f93f7c
View commit details
Copy full SHA for 4f93f7c
Browse repository at this point
Inline get_scalar helper in const_scalar_mult.c
Show description for cf695a2
Transurgeon
and
claude
committed
cf695a2
View commit details
Copy full SHA for cf695a2
Browse repository at this point
Inline get_vector helper in const_vector_mult.c
Show description for bd4f3b0
Transurgeon
and
claude
committed
bd4f3b0
View commit details
Copy full SHA for bd4f3b0
Browse repository at this point
Simplify refresh_param_values: fill one block, memcpy the rest
Show description for 27acb7d
Transurgeon
and
claude
committed
27acb7d
View commit details
Copy full SHA for 27acb7d
Browse repository at this point
Skip AT recomputation in param refresh; param matmul is always affine
Show description for 00f7732
Transurgeon
and
claude
committed
00f7732
View commit details
Copy full SHA for 00f7732
Browse repository at this point
Run clang-format on parameter support files
Show description for dc56c90
Transurgeon
and
claude
committed
dc56c90
View commit details
Copy full SHA for dc56c90
Browse repository at this point
Add problem-level tests for parameter support
Show description for 978f319
Transurgeon
and
claude
committed
978f319
View commit details
Copy full SHA for 978f319
Browse repository at this point
Clean up comments in bivariate.h and subexpr.h
Show description for 01c6f82
Transurgeon
and
claude
committed
01c6f82
View commit details
Copy full SHA for 01c6f82
Browse repository at this point
Fix memory leak in new_param_scalar_mult
Show description for b8cf436
Transurgeon
and
claude
committed
b8cf436
View commit details
Copy full SHA for b8cf436
Browse repository at this point
Commits on Feb 13, 2026
Merge origin/main into parameter-support
Show description for 9c23b40
Transurgeon
and
claude
committed
9c23b40
View commit details
Copy full SHA for 9c23b40
Browse repository at this point
Run clang-format on merge-resolved files
Show description for bf8a55c
Transurgeon
and
claude
committed
bf8a55c
View commit details
Copy full SHA for bf8a55c
Browse repository at this point
Commits on Feb 15, 2026
Unify Constant and Parameter into single parameter type
Show description for 9700344
Transurgeon
and
claude
committed
9700344
View commit details
Copy full SHA for 9700344
Browse repository at this point
Remove redundant NULL-after-free, rename const_ files, fix stale comments
Show description for 939a910
Transurgeon
and
claude
committed
939a910
View commit details
Copy full SHA for 939a910
Browse repository at this point
Run clang-format on cleanup changes
Show description for 71dddf1
Transurgeon
and
claude
committed
71dddf1
View commit details
Copy full SHA for 71dddf1
Browse repository at this point
Commits on Feb 16, 2026
Simplify new_left_matmul: accept CSR directly, remove sparse/dense branching
Show description for 36864d4
Transurgeon
and
claude
committed
36864d4
View commit details
Copy full SHA for 36864d4
Browse repository at this point
Store param values in CSR data order, simplify refresh to memcpy
Show description for 978aa03
Transurgeon
and
claude
committed
978aa03
View commit details
Copy full SHA for 978aa03
Browse repository at this point
Commits on Feb 17, 2026
small edits
dance858
committed
b3e2304
View commit details
Copy full SHA for b3e2304
Browse repository at this point
fix AT workspace in left_matmul and add has_been_refreshed
dance858
committed
0edf928
View commit details
Copy full SHA for 0edf928
Browse repository at this point
add parameter support for right matmul
dance858
committed
b985028
View commit details
Copy full SHA for b985028
Browse repository at this point
clean up
dance858
committed
4e25da7
View commit details
Copy full SHA for 4e25da7
Browse repository at this point
add back setting ptrs to null after freeingmake
dance858
committed
4b58b1c
View commit details
Copy full SHA for 4b58b1c
Browse repository at this point
added free and null macro
dance858
committed
1c3ebee
View commit details
Copy full SHA for 1c3ebee
Browse repository at this point
You can’t perform that action at this time.