File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
name = " SciMLBase"
2
2
uuid = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
3
3
authors = [
" Chris Rackauckas <[email protected] > and contributors" ]
4
- version = " 2.93 .0"
4
+ version = " 2.94 .0"
5
5
6
6
[deps ]
7
7
ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
Original file line number Diff line number Diff line change @@ -663,6 +663,13 @@ Internal. Used for signifying the AD context comes from a Tracker.jl context.
663
663
"""
664
664
struct TrackerOriginator <: ADOriginator end
665
665
666
+ """
667
+ $(TYPEDEF)
668
+
669
+ Internal. Used for signifying the AD context comes from a Mooncake.jl context.
670
+ """
671
+ struct MooncakeOriginator <: ADOriginator end
672
+
666
673
include (" initialization.jl" )
667
674
include (" ODE_nlsolve.jl" )
668
675
include (" utils.jl" )
You can’t perform that action at this time.
0 commit comments