Skip to content

Commit 9b2eb2e

Browse files
add Mooncake Originator
1 parent 7b6b717 commit 9b2eb2e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SciMLBase"
22
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
33
authors = ["Chris Rackauckas <[email protected]> and contributors"]
4-
version = "2.93.0"
4+
version = "2.94.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

src/SciMLBase.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,13 @@ Internal. Used for signifying the AD context comes from a Tracker.jl context.
663663
"""
664664
struct 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+
666673
include("initialization.jl")
667674
include("ODE_nlsolve.jl")
668675
include("utils.jl")

0 commit comments

Comments
 (0)