We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3563d34 + e4feae8 commit 6b4284cCopy full SHA for 6b4284c
ext/SciMLBaseEnzymeExt.jl
@@ -1,6 +1,6 @@
1
module SciMLBaseEnzymeExt
2
3
-using SciMLBase
+using SciMLBase: AbstractSensitivityAlgorithm
4
import Enzyme: EnzymeRules
5
6
# Enzyme rules for SciMLBase abstract types
@@ -15,4 +15,4 @@ import Enzyme: EnzymeRules
15
# All sensitivity algorithm types should be inactive for Enzyme differentiation
16
EnzymeRules.inactive_type(::Type{<:AbstractSensitivityAlgorithm}) = true
17
18
-end
+end
0 commit comments