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 c809925 commit d512e5cCopy full SHA for d512e5c
primus/tools/benchmark/strided_allgather_bench.py
@@ -298,6 +298,6 @@ def run_strided_allgather_benchmark(args):
298
Run the strided allgather benchmark.
299
"""
300
parser = argparse.ArgumentParser(description="Strided Allgather Benchmark")
301
+ add_arguments(parser)
302
args = parser.parse_args()
- add_arguments(args)
303
run_strided_allgather_benchmark(args)
0 commit comments