Skip to content

Commit 8cd28f9

Browse files
sergachevGoogle-ML-Automation
authored andcommitted
PR #22258: [GPU][NFC] Avoid always printing complete PGLE profiles.
Imported from GitHub PR #22258 Copybara import of the project: -- 0253526 by Ilia Sergachev <[email protected]>: [GPU][NFC] Avoid always printing complete PGLE profiles. Merging this change closes #22258 FUTURE_COPYBARA_INTEGRATE_REVIEW=#22258 from openxla:schedule_vlog 0253526 PiperOrigin-RevId: 723269147
1 parent 6327932 commit 8cd28f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xla/service/gpu/gpu_hlo_schedule.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ std::unique_ptr<LatencyEstimator> GetLatencyEstimator(
502502
config, std::move(gpu_latency_estimator), profile.value(),
503503
std::move(aggregator));
504504
LOG(INFO) << "Found profile, using profile guided latency estimator";
505-
LOG(INFO) << "Profile:\n" << profile->DebugString();
505+
VLOG(1) << "Profile:\n" << profile->DebugString();
506506
return pg_latency_estimator;
507507
}
508508

0 commit comments

Comments
 (0)