Skip to content

Commit 0f903ff

Browse files
committed
fix1
1 parent bc609fe commit 0f903ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Enzyme.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,10 +488,10 @@ Enzyme.autodiff(ReverseWithPrimal, x->x*x, Active(3.0))
488488
# then subtracting twice the imaginary component to get the correct result
489489

490490
for (k, v) in seen
491-
Compiler.recursive_accumulate(k, v, refn_seed)
491+
Compiler.recursive_accumulate(k, v, Val(false), refn_seed)
492492
end
493493
for (k, v) in seen2
494-
Compiler.recursive_accumulate(k, v, imfn_seed)
494+
Compiler.recursive_accumulate(k, v, Val(false), imfn_seed)
495495
end
496496

497497
fused = fuse_complex_results(results, args...)

0 commit comments

Comments
 (0)