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 450a28d commit 9cffad8Copy full SHA for 9cffad8
1 file changed
superbench/benchmarks/micro_benchmarks/gpu_stream.py
@@ -64,8 +64,8 @@ def add_parser_arguments(self):
64
'--check_data',
65
action='store_true',
66
help='Enable data checking. Note: allocates 2x --size bytes of host memory per process '
67
- 'for validation buffers (e.g. 8 GiB with default 4 GiB --size). '
68
- 'Recommend using a small --size such as 1048576 (1 MiB) when this flag is enabled.',
+ 'for validation buffers (e.g. 8 GiB with default 4 GiB --size). '
+ 'Recommend using a small --size such as 1048576 (1 MiB) when this flag is enabled.',
69
)
70
71
def _preprocess(self):
0 commit comments