Update examples/custom_iteration_spaces.cu

Co-authored-by: Allison Vacanti <alliepiper16@gmail.com>
This commit is contained in:
Robert Maynard
2022-04-12 09:47:48 -04:00
committed by GitHub
parent edba47795c
commit 9337ba9af1

View File

@@ -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)