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 22818bf commit 2a24bb5Copy full SHA for 2a24bb5
src/analyses/activity.jl
@@ -439,7 +439,7 @@ Try to guess the most appropriate [`Annotation`](@ref) for arguments of type `T`
439
guess_activity(T, convert(API.CDerivativeMode, mode))
440
441
@inline function Enzyme.guess_activity(::Type{T}, Mode::API.CDerivativeMode) where {T}
442
- ActReg = active_reg_inner(T, (), nothing)
+ ActReg = active_reg_nothrow(T, Val(nothing))
443
if ActReg == AnyState
444
return Const{T}
445
end
0 commit comments