-
-
Notifications
You must be signed in to change notification settings - Fork 101
feat: add benchmark for effect of CSE on jacobian computation/compilation #1178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a8bf231
to
cd04b94
Compare
cd04b94
to
2ac29c8
Compare
What's the state of this? |
748ca24
to
793306a
Compare
…layout and labels
793306a
to
c9c7fa8
Compare
@@ -0,0 +1,227 @@ | |||
function old_sparsejacobian(ops::AbstractVector, vars::AbstractVector) | |||
sp = Symbolics.jacobian_sparsity(ops, vars) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be updated to DI?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a recreation of the old Symbolics AD algorithm to compare before and after. An apples-to-apples comparison would use jacobian_sparsity
here as well, since that is what Symbolics uses.
Missing a Manifest. This is a new grouping right? |
No description provided.