File tree Expand file tree Collapse file tree
.azure-pipelines/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 name : PyBench
8080 displayName : Run collective benchmarks
8181 remoteScript : |
82- mpirun --allow-run-as-root -tag-output - x GPU_MAX_HW_QUEUES=8 -np 8 python3 ./python/mscclpp_benchmark/bench_collective.py --collective allreduce --dtype float8_e4m3b15 --accum-type float32 --autotune
83- mpirun --allow-run-as-root -tag-output - x GPU_MAX_HW_QUEUES=8 -np 8 python3 ./python/mscclpp_benchmark/bench_collective.py --collective allreduce --dtype float16 --symmetric-memory --autotune
82+ mpirun --allow-run-as-root -x GPU_MAX_HW_QUEUES=8 -np 8 python3 ./python/mscclpp_benchmark/bench_collective.py --collective allreduce --dtype float8_e4m3b15 --accum-type float32 --autotune
83+ mpirun --allow-run-as-root -x GPU_MAX_HW_QUEUES=8 -np 8 python3 ./python/mscclpp_benchmark/bench_collective.py --collective allreduce --dtype float16 --symmetric-memory --autotune
8484
8585 - template : stop.yml
8686 parameters :
Original file line number Diff line number Diff line change 6262 name : PyBench
6363 displayName : Run collective benchmarks
6464 remoteScript : |
65- mpirun --allow-run-as-root -tag-output - x GPU_MAX_HW_QUEUES=8 -np 8 python3 ./python/mscclpp_benchmark/bench_collective.py --collective allreduce --dtype float8_e4m3b15 --accum-type float32 --autotune
66- mpirun --allow-run-as-root -tag-output - x GPU_MAX_HW_QUEUES=8 -np 8 python3 ./python/mscclpp_benchmark/bench_collective.py --collective allgather --dtype float8_e4m3b15 --autotune
65+ mpirun --allow-run-as-root -x GPU_MAX_HW_QUEUES=8 -np 8 python3 ./python/mscclpp_benchmark/bench_collective.py --collective allreduce --dtype float8_e4m3b15 --accum-type float32 --autotune
66+ mpirun --allow-run-as-root -x GPU_MAX_HW_QUEUES=8 -np 8 python3 ./python/mscclpp_benchmark/bench_collective.py --collective allgather --dtype float8_e4m3b15 --autotune
6767
6868 - template : stop.yml
6969 parameters :
You can’t perform that action at this time.
0 commit comments