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 0fae005 commit d7989ddCopy full SHA for d7989dd
nvbench/zip_axis_space.cuh
@@ -32,7 +32,7 @@ namespace nvbench
32
*
33
* Using a zip_axis_space over these two axes will generate 6 values
34
* ( {0,0}, {1,1}, {2,2}, ... ) instead of the default 36 values
35
- * ( {0,0}, {0,1}, {0,2}, ...).
+ * ( {0,0}, {0,1}, {0,2}, ... ).
36
37
*/
38
struct zip_axis_space final : iteration_space_base
0 commit comments