Better warning. With that we can just to replay_computation directly for further analysis.

This commit is contained in:
Frederic Bastien 2020-10-06 11:01:41 -07:00
parent afde52b7c0
commit 7fbfcc52a4

View File

@ -48,7 +48,8 @@ class HloPassFix : public Pass {
++iteration_count;
if (iteration_count == kLimit) {
VLOG(1) << "Unexpectedly high number of iterations in HLO passes '"
<< Pass::name() << "' exiting fixed point loop.";
<< Pass::name() << "' for module '" << module->name()
<< "'. Exiting fixed point loop.";
// Return false in case this is fixed point is nested.
return false;
}