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.
2 parents f26b735 + bb7370a commit 4bf3156Copy full SHA for 4bf3156
cscs-checks/microbenchmarks/gpu/gpu_burn/src/gpu_burn.cu
@@ -265,7 +265,7 @@ public:
265
266
// Get the time difference and return the flops
267
std::chrono::duration<double> diff = end-start;
268
- double Gflops = 1e-9 * iters * reps * OPS_PER_MUL * diff.count();
+ double Gflops = 1e-9 * iters * reps * OPS_PER_MUL / diff.count();
269
270
// Reset the counters
271
err = 0; reps = 0;
0 commit comments