Skip to content

Commit 965a80f

Browse files
committed
Formatting.
1 parent 9318881 commit 965a80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvbench/detail/measure_cold.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void measure_cold_base::record_measurements()
101101
{
102102
if (auto printer_opt_ref = m_state.get_benchmark().get_printer(); printer_opt_ref.has_value())
103103
{
104-
auto &printer = printer_opt_ref.value().get();
104+
auto &printer = printer_opt_ref.value().get();
105105
printer.log(nvbench::log_level::warn,
106106
fmt::format("GPU throttled below threshold ({:0.2f} MHz / {:0.2f} MHz) "
107107
"({:0.0f}% < {:0.0f}%) on sample {}. Discarding previous sample "

0 commit comments

Comments
 (0)