Skip to content

Commit 5950125

Browse files
authored
use VLOG(2) to replace LOG(INFO), so PGLE has no verbose info (#357)
1 parent fb048f4 commit 5950125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xla/backends/profiler/gpu/rocm_collector.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class RocmTraceCollectorImpl : public RocmTraceCollector {
178178

179179
void OnEventsDropped(const std::string& reason,
180180
uint32_t correlation_id) override {
181-
LOG(INFO) << "RocmTracerEvent dropped (correlation_id=" << correlation_id
181+
VLOG(2) << "RocmTracerEvent dropped (correlation_id=" << correlation_id
182182
<< ",) : " << reason << ".";
183183
}
184184

@@ -217,4 +217,4 @@ std::unique_ptr<RocmTraceCollector> CreateRocmCollector(
217217
} // namespace profiler
218218
} // namespace xla
219219

220-
#endif // XLA_BACKENDS_PROFILER_GPU_ROCM_COLLECTOR_H_
220+
#endif // XLA_BACKENDS_PROFILER_GPU_ROCM_COLLECTOR_H_

0 commit comments

Comments
 (0)