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.
2 parents d87031b + 03fe603 commit 5b03343Copy full SHA for 5b03343
src/codegen/forward.jl
@@ -60,7 +60,7 @@ function fwd_transform!(ci, mi, nargs, N)
60
# version.
61
return nothing
62
elseif isexpr(stmt, :isdefined)
63
- return Expr(:call, ZeroBundle{N}, emit!(stmt))
+ return Expr(:call, zero_bundle{N}(), emit!(stmt))
64
# Always disable `@inbounds`, as we don't actually know if the AD'd
65
# code is truly `@inbounds` or not.
66
elseif isexpr(stmt, :boundscheck)
0 commit comments