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.
1 parent 02a9cca commit 869f7fbCopy full SHA for 869f7fb
ext/LinearSolveEnzymeExt.jl
@@ -5,8 +5,7 @@ using LinearSolve.LinearAlgebra
5
using EnzymeCore
6
using EnzymeCore: EnzymeRules
7
8
-@inline EnzymeCore.EnzymeRules.inactive_type(v::Type{LinearSolve.KrylovJL}) = true
9
-@inline EnzymeCore.EnzymeRules.inactive_type(v::Type{LinearSolve.Krylov.GmresSolver}) = true
+@inline EnzymeCore.EnzymeRules.inactive_type(::Type{<:LinearSolve.SciMLLinearSolveAlgorithm}) = true
10
11
function EnzymeRules.forward(config::EnzymeRules.FwdConfigWidth{1},
12
func::Const{typeof(LinearSolve.init)}, ::Type{RT}, prob::EnzymeCore.Annotation{LP},
0 commit comments