mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-20 14:58:54 +00:00
Update examples/custom_iteration_spaces.cu
Co-authored-by: Allison Vacanti <alliepiper16@gmail.com>
This commit is contained in:
@@ -70,7 +70,7 @@ void tied_copy_sweep_grid_shape(nvbench::state &state)
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
// Naive iteration of both the BlockSize and NumBlocks axis.
|
||||
// Naive iteration of both the BlockSize and NumBlocks axes.
|
||||
// Will generate the full cross product of the two axis for a total of
|
||||
// 16 invocations of copy_sweep_grid_shape.
|
||||
NVBENCH_BENCH(naive_copy_sweep_grid_shape)
|
||||
|
||||
Reference in New Issue
Block a user