Skip to content

Commit 582d386

Browse files
Binyang2014chhwang
andauthored
Fix algo repo name (#369)
Change algo repo name from azure-mscclpp to msccl-users Co-authored-by: Changho Hwang <[email protected]>
1 parent c6e06cf commit 582d386

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.azure-pipelines/integration-test-rocm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
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
@@ -89,8 +89,8 @@ jobs:
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)'

0 commit comments

Comments
 (0)