We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb048f4 commit 5950125Copy full SHA for 5950125
xla/backends/profiler/gpu/rocm_collector.h
@@ -178,7 +178,7 @@ class RocmTraceCollectorImpl : public RocmTraceCollector {
178
179
void OnEventsDropped(const std::string& reason,
180
uint32_t correlation_id) override {
181
- LOG(INFO) << "RocmTracerEvent dropped (correlation_id=" << correlation_id
+ VLOG(2) << "RocmTracerEvent dropped (correlation_id=" << correlation_id
182
<< ",) : " << reason << ".";
183
}
184
@@ -217,4 +217,4 @@ std::unique_ptr<RocmTraceCollector> CreateRocmCollector(
217
} // namespace profiler
218
} // namespace xla
219
220
-#endif // XLA_BACKENDS_PROFILER_GPU_ROCM_COLLECTOR_H_
+#endif // XLA_BACKENDS_PROFILER_GPU_ROCM_COLLECTOR_H_
0 commit comments