Skip to content

Commit 61310ce

Browse files
committed
fix pool
1 parent 8d8224e commit 61310ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/enzyme.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ function EnzymeCore.EnzymeRules.reverse(config, func::EnzymeCore.Const{typeof($p
273273
dxs = (dxs,)
274274
end
275275

276-
for (dy, dx, dw) in zip(dys, dxs)
276+
for (dy, dx) in zip(dys, dxs)
277277
if !(typeof(y) <: EnzymeCore.Const) && dy !== y.val
278278

279279
if !(typeof(x) <: EnzymeCore.Const) && dx !== x.val

0 commit comments

Comments
 (0)