We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6dccd17 + b929457 commit 7fb49beCopy full SHA for 7fb49be
1 file changed
ext/AbstractDifferentiationForwardDiffExt.jl
@@ -24,7 +24,7 @@ function AD.ForwardDiffBackend(; chunksize::Union{Val,Nothing}=nothing)
24
return AD.ForwardDiffBackend{getchunksize(chunksize)}()
25
end
26
27
-AD.@primitive function pushforward_function(ba::AD.ForwardDiffBackend, f, xs...)
+AD.@primitive function pushforward_function(::AD.ForwardDiffBackend, f, xs...)
28
return function pushforward(vs)
29
if length(xs) == 1
30
v = vs isa Tuple ? only(vs) : vs
0 commit comments