Skip to content

Commit 35be55c

Browse files
authored
fix blas-dot bug
1 parent 64891e8 commit 35be55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enzyme/Enzyme/AdjointGenerator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5791,7 +5791,7 @@ class AdjointGenerator
57915791
(!ycache &&
57925792
!gutils->isConstantValue(call.getArgOperand(1)))) {
57935793
if (Mode != DerivativeMode::ForwardModeSplit)
5794-
trueXinc = lookup(trueXinc, Builder2);
5794+
trueYinc = lookup(trueYinc, Builder2);
57955795
}
57965796
} else if (Mode != DerivativeMode::ForwardModeSplit) {
57975797
count = lookup(count, Builder2);

0 commit comments

Comments
 (0)