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 618e1f0 commit 497eaedCopy full SHA for 497eaed
nvbench/detail/measure_cold.cu
@@ -120,7 +120,7 @@ bool measure_cold_base::is_finished()
120
void measure_cold_base::run_trials_epilogue()
121
{
122
// Only need to compute this at the end, not per iteration.
123
- const auto cpu_mean = m_total_cuda_time / static_cast<nvbench::float64_t>(m_total_samples);
+ const auto cpu_mean = m_total_cpu_time / static_cast<nvbench::float64_t>(m_total_samples);
124
const auto cpu_stdev = nvbench::detail::statistics::standard_deviation(m_cpu_times.cbegin(),
125
m_cpu_times.cend(),
126
cpu_mean);
0 commit comments