Skip to content

Commit 5b6c381

Browse files
Corrected blocking kernel timeout message
1 parent d160a2b commit 5b6c381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nvbench/blocking_kernel.cu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ __global__ void block_stream(const volatile nvbench::int32_t *flag,
8383
"NVBench documentation.\n"
8484
"\n"
8585
"If this happens while profiling with an external tool,\n"
86-
"the `--profile` flag\n"
87-
"(to also only run the benchmark once) to the executable.\n"
86+
"pass the `--profile` flag to the executable to disable use of blocking kernel\n"
87+
"and to also run the benchmark only once.\n"
8888
"\n"
8989
"For more information, see the 'Benchmark Properties' section of the\n"
9090
"NVBench documentation.\n\n",

0 commit comments

Comments
 (0)