Skip to content

Commit a33d82b

Browse files
committed
Add comment
1 parent 41cf027 commit a33d82b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/MatrixAlgebraKitEnzymeExt/MatrixAlgebraKitEnzymeExt.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ using LinearAlgebra
1515

1616
@inline EnzymeRules.inactive_type(v::Type{<:MatrixAlgebraKit.AbstractAlgorithm}) = true
1717

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
1821
function EnzymeRules.augmented_primal(
1922
config::EnzymeRules.RevConfigWidth{1},
2023
func::Const{typeof(copy_input)},

0 commit comments

Comments
 (0)