Skip to content

Commit 7ee60cf

Browse files
authored
More info on the lockstep failure errors (#2073)
1 parent 50b3102 commit 7ee60cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/enzyme_ad/jax/Passes/AffineToStableHLORaising.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1724,7 +1724,7 @@ static LogicalResult tryRaisingLockStepForOpToStableHLO(
17241724
if (pc.options.dump_failed_lockstep) {
17251725
llvm::errs() << " failed lockstep of for raise: " << *forOp << "\n";
17261726
}
1727-
return forOp.emitError("Not lockstep executable");
1727+
return forOp.emitError("Not lockstep executable") << *forOp;
17281728
}
17291729

17301730
static LogicalResult

0 commit comments

Comments
 (0)