Skip to content

Commit ddab07b

Browse files
committed
More info on the lockstep failure errors
1 parent b3ab8a3 commit ddab07b

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
@@ -1668,7 +1668,7 @@ static LogicalResult tryRaisingLockStepForOpToStableHLO(
16681668
if (pc.options.dump_failed_lockstep) {
16691669
llvm::errs() << " failed lockstep of for raise: " << *forOp << "\n";
16701670
}
1671-
return forOp.emitError("Not lockstep executable");
1671+
return forOp.emitError("Not lockstep executable") << *forOp;
16721672
}
16731673

16741674
static LogicalResult

0 commit comments

Comments
 (0)