Skip to content

Commit 3ff0335

Browse files
authored
remote last unthunk from frule
1 parent 5cb9d1c commit 3ff0335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function ChainRulesCore.rrule(::Type{Foo}, a)
3838
return foo, Foo_pullback
3939
end
4040
function ChainRulesCore.frule((_, Δa), ::Type{Foo}, a)
41-
return Foo(a), Foo(unthunk(Δa))
41+
return Foo(a), Foo(Δa)
4242
end
4343

4444
# functor

0 commit comments

Comments
 (0)