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 9318881 commit 965a80fCopy full SHA for 965a80f
nvbench/detail/measure_cold.cu
@@ -101,7 +101,7 @@ void measure_cold_base::record_measurements()
101
{
102
if (auto printer_opt_ref = m_state.get_benchmark().get_printer(); printer_opt_ref.has_value())
103
104
- auto &printer = printer_opt_ref.value().get();
+ auto &printer = printer_opt_ref.value().get();
105
printer.log(nvbench::log_level::warn,
106
fmt::format("GPU throttled below threshold ({:0.2f} MHz / {:0.2f} MHz) "
107
"({:0.0f}% < {:0.0f}%) on sample {}. Discarding previous sample "
0 commit comments