Better warning. With that we can just to replay_computation directly for further analysis.
This commit is contained in:
parent
afde52b7c0
commit
7fbfcc52a4
@ -48,7 +48,8 @@ class HloPassFix : public Pass {
|
|||||||
++iteration_count;
|
++iteration_count;
|
||||||
if (iteration_count == kLimit) {
|
if (iteration_count == kLimit) {
|
||||||
VLOG(1) << "Unexpectedly high number of iterations in HLO passes '"
|
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 in case this is fixed point is nested.
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user