Skip to content

Commit 7fb49be

Browse files
committed
Merge branch 'master' into dw/weakdeps
2 parents 6dccd17 + b929457 commit 7fb49be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/AbstractDifferentiationForwardDiffExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function AD.ForwardDiffBackend(; chunksize::Union{Val,Nothing}=nothing)
2424
return AD.ForwardDiffBackend{getchunksize(chunksize)}()
2525
end
2626

27-
AD.@primitive function pushforward_function(ba::AD.ForwardDiffBackend, f, xs...)
27+
AD.@primitive function pushforward_function(::AD.ForwardDiffBackend, f, xs...)
2828
return function pushforward(vs)
2929
if length(xs) == 1
3030
v = vs isa Tuple ? only(vs) : vs

0 commit comments

Comments
 (0)