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 797f91b commit dbd12f6Copy full SHA for dbd12f6
examples/custom_criterion.cu
@@ -74,4 +74,4 @@ void throughput_bench(nvbench::state &state)
74
num_values);
75
});
76
}
77
-NVBENCH_BENCH(throughput_bench).set_stopping_criterion("fixed").set_throttle_threshold(0.8f);
+NVBENCH_BENCH(throughput_bench).set_stopping_criterion("fixed");
0 commit comments