Skip to content

Commit 9cffad8

Browse files
committed
fix lint
1 parent 450a28d commit 9cffad8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

superbench/benchmarks/micro_benchmarks/gpu_stream.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ def add_parser_arguments(self):
6464
'--check_data',
6565
action='store_true',
6666
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.',
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.',
6969
)
7070

7171
def _preprocess(self):

0 commit comments

Comments
 (0)