We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cf027 commit a33d82bCopy full SHA for a33d82b
ext/MatrixAlgebraKitEnzymeExt/MatrixAlgebraKitEnzymeExt.jl
@@ -15,6 +15,9 @@ using LinearAlgebra
15
16
@inline EnzymeRules.inactive_type(v::Type{<:MatrixAlgebraKit.AbstractAlgorithm}) = true
17
18
+# this rule is necessary for now as without it,
19
+# a segfault occurs both on 1.10 and 1.12 -- likely
20
+# a deeper internal bug
21
function EnzymeRules.augmented_primal(
22
config::EnzymeRules.RevConfigWidth{1},
23
func::Const{typeof(copy_input)},
0 commit comments