Skip to content
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

Am/sparse enzyme #314

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open

Am/sparse enzyme #314

wants to merge 36 commits into from

Conversation

amontoison
Copy link
Member

@amontoison amontoison commented Nov 27, 2024

Just opened for CI, will be included in #311
-> Compute sparse jacobian with Enzyme.

Copy link
Contributor

github-actions bot commented Nov 27, 2024

Package name latest stable
ExpressionTreeForge
JSOSuite
PartiallySeparableNLPModels
PartiallySeparableSolvers
SolverTest

@amontoison
Copy link
Member Author

@michel2323

Basic Hessian derivative with backend=ADNLPModels.SparseEnzymeADHessian and T=Float32: Test Failed at /cache/build/tester-amdci4-13/julialang/adnlpmodels-dot-jl/test/sparse_hessian.jl:76
  Expression: H == [x[2] 0; x[1] + x[2] x[1]] + y[2] * [-20 0; 0 0]
   Evaluated: sparse([1, 2, 2], [1, 1, 2], Float32[0.15454096, 0.81299055, 0.6584496], 2, 2) == Float32[-2.5177271 0.0; 0.81299055 0.6584496]

@amontoison amontoison marked this pull request as ready for review December 4, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants