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