You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function Enzyme.EnzymeRules.augmented_primal(config, ofn::Const{typeof(Base.similar)}, ::Type{RT}, uval::Enzyme.Annotation{<:ConcretePJRTArray}, T::Enzyme.Const{<:Type}, args...) where {RT}
39
+
function Enzyme.EnzymeRules.augmented_primal(
40
+
config,
41
+
ofn::Const{typeof(Base.similar)},
42
+
::Type{RT},
43
+
uval::Enzyme.Annotation{<:ConcretePJRTArray},
44
+
T::Enzyme.Const{<:Type},
45
+
args...,
46
+
) where {RT}
36
47
primargs =ntuple(Val(length(args))) do i
37
48
Base.@_inline_meta
38
49
args[i].val
@@ -43,30 +54,48 @@ function Enzyme.EnzymeRules.augmented_primal(config, ofn::Const{typeof(Base.simi
0 commit comments