Closed gevtushenko closed 1 year ago
NVBench always collects batch measurements:
In some cases, batch measurements are not required. By providing a way to disable batch measurements, we can speedup benchmarking. This PR introduces a new tag:
state.exec(nvbench::exec_tag::no_batch, [&](nvbench::launch &launch) { /// ...
leads to absence of Samples and Batch GPU columns:
Samples
Batch GPU
The commit needs to be signed, but feel free to merge once that's done.
NVBench always collects batch measurements:
In some cases, batch measurements are not required. By providing a way to disable batch measurements, we can speedup benchmarking. This PR introduces a new tag:
leads to absence of
Samples
andBatch GPU
columns: