-
Notifications
You must be signed in to change notification settings - Fork 45
make AD operators scimloperators #212
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
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
5f0714e
ignore vim files
vpuri3 3fefab1
add scimlops
vpuri3 1691faa
JVP WIP
vpuri3 c5ef8ae
VJP stuff copy pasted from https://github.com/JuliaDiff/SparseDiffToo…
vpuri3 5d41abf
comments
vpuri3 0de693c
scimloperator compat: wait for https://github.com/SciML/SciMLOperator…
vpuri3 e1e7c95
make all these structs FunctionOperators
vpuri3 1559a9b
WIP
vpuri3 35ab990
comments.
vpuri3 e0729f8
comments
vpuri3 807d294
compiles
vpuri3 ea57d14
typos
vpuri3 1fad88b
tests
vpuri3 2e90ffc
typo
vpuri3 78eb0bf
cleanup
vpuri3 fbda265
vecjacprod tests
vpuri3 5aa1f0d
5 arg mul<bang> tests
vpuri3 4b0fcce
comments, 5-arg mul<bang>
vpuri3 1796880
uncomment tests
vpuri3 e1d8be1
v2
vpuri3 84542bb
redefine JacVec, HesVec, HesVecGrad, VecJac
vpuri3 9375983
tests
vpuri3 75974ed
no inplace tests for rev mode
vpuri3 efb05a5
fix typo
vpuri3 edac7af
dont need multiple update_coeff definitinos
vpuri3 866daa1
rm ODE JacVec tests
vpuri3 ec9e0f4
tricks compat
vpuri3 a8f374b
iip,oop
vpuri3 ce0febe
zygote
vpuri3 df9b45a
remove other arrayinterfaces in tests
ChrisRackauckas 4c760e8
make structs immutable
vpuri3 f322ec7
Zygote
vpuri3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
.DS_Store | ||
.*.swp | ||
.*.swo | ||
Manifest.toml | ||
/dev/ | ||
|
||
docs/build/ | ||
docs/site/ | ||
docs/site/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "SparseDiffTools" | ||
uuid = "47a9eef4-7e08-11e9-0b38-333d64bd3804" | ||
authors = ["Pankaj Mishra <[email protected]>", "Chris Rackauckas <[email protected]>"] | ||
version = "1.31.0" | ||
version = "2.00.0" | ||
|
||
[deps] | ||
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" | ||
|
@@ -13,8 +13,10 @@ ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" | |
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
Requires = "ae029012-a4dd-5104-9daa-d747884805df" | ||
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961" | ||
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" | ||
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" | ||
Tricks = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775" | ||
VertexSafeGraphs = "19fa3120-7c27-5ec5-8db8-b0b0aa330d6f" | ||
|
||
[compat] | ||
|
@@ -25,8 +27,10 @@ DataStructures = "0.18" | |
FiniteDiff = "2.8.1" | ||
ForwardDiff = "0.10" | ||
Graphs = "1" | ||
Requires = "1.0" | ||
Requires = "1" | ||
SciMLOperators = "0.1.19" | ||
StaticArrays = "1" | ||
Tricks = "0.1.6" | ||
VertexSafeGraphs = "0.2" | ||
julia = "1.6" | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.