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 11name = " SciMLBase"
22uuid = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
33authors = [
" Chris Rackauckas <[email protected] > and contributors" ]
4- version = " 2.93 .0"
4+ version = " 2.94 .0"
55
66[deps ]
77ADTypes = " 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.
663663"""
664664struct TrackerOriginator <: ADOriginator end
665665
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+
666673include (" initialization.jl" )
667674include (" ODE_nlsolve.jl" )
668675include (" utils.jl" )
You can’t perform that action at this time.
0 commit comments