Lower LOG noise.
PiperOrigin-RevId: 307229010 Change-Id: Iba39b5a9e3d283ee9f69de5506c8ad1e673fe3c7
This commit is contained in:
parent
f4d0774811
commit
d80c47cd14
@ -46,8 +46,8 @@ class HloPassFix : public Pass {
|
||||
VLOG(3) << "changed_this_iteration: " << changed_this_iteration;
|
||||
++iteration_count;
|
||||
if (iteration_count == kLimit) {
|
||||
LOG(WARNING) << "Unexpectedly high number of iterations in HLO passes, "
|
||||
"exiting fixed point loop.";
|
||||
VLOG(1) << "Unexpectedly high number of iterations in HLO passes, "
|
||||
"exiting fixed point loop.";
|
||||
// Return false in case this is fixed point is nested.
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user