Commit 9988f4e
Support Enzyme.jl (#314)
* Enzyme WIP
* cont.
* cont.
* Enzyme WIP
* Add a sparse Jacobian with Enzyme.jl
* Update tests
* Update tests
* Update nlpmodelstest.jl
* Fix Project.toml
* Fix the diff
* Fix the tests
* Fix the tests
* Fix the tests
* Fix tests
* fix tests again
* fix tests again
* Add SparseEnzymeADHessian
* Add SparseEnzymeADHessian
* Add SparseEnzymeADHessian
* Add SparseEnzymeADHessian
* Add SparseEnzymeADHessian
* nlp.f(x) -> f(x)
* Fix Enzyme in sparse Hessian
* Update the sparse Hessian
* Fix the backends for Enzyme.jl
* Update test/enzyme.jl
* Update test/enzyme.jl
* Update test/enzyme.jl
* Update the function for the lagrangian
* Update the function for the lagrangian
* Update the function for the lagrangian
* comment some tests
* Uncomment some tests
* Fix cx in Hessian
* Fix
* Fix the functor
* Uncomment some code
* fix test/Project.toml
* Update the tests for Enzyme and Zygote
* Update the documentation
* Fix tests
* Update nlp/basic.jl
* FIx a typo
* Fix documentation
---------
Co-authored-by: Michel Schanen <[email protected]>
Co-authored-by: Michel Schanen <[email protected]>1 parent 1547be0 commit 9988f4e
File tree
21 files changed
+1101
-456
lines changed- docs/src
- src
- test
- nlp
- nls
21 files changed
+1101
-456
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments