File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6262 targetType : ' inline'
6363 script : |
6464 set -e
65- git clone https://$(GIT_USER):$(GIT_PAT)@msazure.visualstudio.com/DefaultCollection/One/_git/azure-mscclpp
66- cd azure-mscclpp
65+ git clone https://$(GIT_USER):$(GIT_PAT)@msazure.visualstudio.com/DefaultCollection/One/_git/msccl-users
66+ cd msccl-users
6767 mkdir execution-files
6868 python3 algos/allreduce_mi300_packet.py 8 8 > execution-files/allreduce_mi300_packet.json
6969 python3 algos/allreduce_mi300_sm_mscclpp.py 8 8 > execution-files/allreduce_mi300_sm_mscclpp.json
8989 set -e
9090 export PATH=/usr/local/mpi/bin:$PATH
9191 sudo /usr/local/mpi/bin/mpirun -np 8 --bind-to numa --allow-run-as-root -x LD_PRELOAD=$(pwd)/build/apps/nccl/libmscclpp_nccl.so -x NCCL_DEBUG=WARN \
92- -x ALLREDUCEPKT_IP_JSON_FILE=./azure-mscclpp /execution-files/allreduce_mi300_packet.json \
93- -x ALLREDUCE_IP_JSON_FILE=./azure-mscclpp /execution-files/allreduce_mi300_sm_mscclpp.json \
92+ -x ALLREDUCEPKT_IP_JSON_FILE=./msccl-users /execution-files/allreduce_mi300_packet.json \
93+ -x ALLREDUCE_IP_JSON_FILE=./msccl-users /execution-files/allreduce_mi300_sm_mscclpp.json \
9494 -x ALLREDUCE_SMALL_MSG_BOUNDARY=32K -x ALLREDUCE_LARGE_MSG_BOUNDARY=1M ./rccl-tests/build/all_reduce_perf \
9595 -b 1K -e 1G -f 2 -d half -G 20 -w 10 -n 100
9696 workingDirectory : ' $(System.DefaultWorkingDirectory)'
You can’t perform that action at this time.
0 commit comments