This commit is contained in:
Changho Hwang
2026-03-07 02:31:51 +00:00
parent 284d9139c9
commit 75ac8be225
7 changed files with 14 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ parameters:
type: string
steps:
- template: templates/deploy.yaml
- template: deploy.yaml
parameters:
subscription: ${{ parameters.subscription }}
vmssName: ${{ parameters.vmssName }}
@@ -78,7 +78,7 @@ steps:
./codecov upload-process --disable-search -t $(CODECOV_TOKEN) -f coverage.info --flag ${{ parameters.platform }}-${{ parameters.gpuArch }}
workingDirectory: '$(System.DefaultWorkingDirectory)'
- template: templates/stop.yaml
- template: stop.yaml
parameters:
subscription: ${{ parameters.subscription }}
vmssName: ${{ parameters.vmssName }}

View File

@@ -10,7 +10,7 @@ parameters:
type: string
steps:
- template: templates/deploy.yaml
- template: deploy.yaml
parameters:
subscription: ${{ parameters.subscription }}
vmssName: ${{ parameters.vmssName }}
@@ -94,7 +94,7 @@ steps:
mpirun --allow-run-as-root -tag-output -x MSCCLPP_HOME=/root/mscclpp -np 8 python3 ./python/mscclpp_benchmark/allreduce_bench.py'
workingDirectory: '$(System.DefaultWorkingDirectory)'
- template: templates/stop.yaml
- template: stop.yaml
parameters:
subscription: ${{ parameters.subscription }}
vmssName: ${{ parameters.vmssName }}

View File

@@ -15,7 +15,7 @@ parameters:
default: "-gencode=arch=compute_80,code=sm_80"
steps:
- template: templates/deploy.yaml
- template: deploy.yaml
parameters:
subscription: ${{ parameters.subscription }}
vmssName: ${{ parameters.vmssName }}
@@ -80,7 +80,7 @@ steps:
mpirun -np 8 --bind-to numa --allow-run-as-root -x LD_PRELOAD=/root/mscclpp/build/lib/libmscclpp_nccl.so -x MSCCLPP_NCCL_SYMMETRIC_MEMORY=1 -x NCCL_DEBUG=WARN -x MSCCLPP_ENABLE_NCCL_FALLBACK=TRUE -x MSCCLPP_NCCL_LIB_PATH=/root/nccl/build/lib/libnccl.so -x MSCCLPP_FORCE_NCCL_FALLBACK_OPERATION="allreduce" /root/nccl-tests/build/broadcast_perf -b 1K -e 1G -f 2 -d half -G 20 -w 10 -n 20'
workingDirectory: '$(System.DefaultWorkingDirectory)'
- template: templates/stop.yaml
- template: stop.yaml
parameters:
subscription: ${{ parameters.subscription }}
vmssName: ${{ parameters.vmssName }}

View File

@@ -17,7 +17,7 @@ parameters:
default: "gfx942"
steps:
- template: templates/deploy.yaml
- template: deploy.yaml
parameters:
subscription: ${{ parameters.subscription }}
vmssName: ${{ parameters.vmssName }}
@@ -66,7 +66,7 @@ steps:
mpirun -np 8 --bind-to numa --allow-run-as-root /root/rocm-systems/projects/rccl-tests/build/all_reduce_perf -b 1K -e 1G -f 2 -d half -G 20 -w 10 -n 20'
workingDirectory: '$(System.DefaultWorkingDirectory)'
- template: templates/stop.yaml
- template: stop.yaml
parameters:
subscription: ${{ parameters.subscription }}
vmssName: ${{ parameters.vmssName }}

View File

@@ -7,7 +7,7 @@ parameters:
type: string
steps:
- template: templates/deploy.yaml
- template: deploy.yaml
parameters:
subscription: ${{ parameters.subscription }}
vmssName: ${{ parameters.vmssName }}
@@ -95,7 +95,7 @@ steps:
mpirun --allow-run-as-root -tag-output -x MSCCLPP_HOME=/root/mscclpp -x MSCCLPP_DISABLE_IB_TESTS=1 -np 8 python3 -m pytest ./python/test/test_mscclpp.py -x'
workingDirectory: '$(System.DefaultWorkingDirectory)'
- template: templates/stop.yaml
- template: stop.yaml
parameters:
subscription: ${{ parameters.subscription }}
vmssName: ${{ parameters.vmssName }}

View File

@@ -8,7 +8,7 @@ parameters:
steps:
- template: templates/deploy.yaml
- template: deploy.yaml
parameters:
subscription: ${{ parameters.subscription }}
vmssName: ${{ parameters.vmssName }}
@@ -57,7 +57,7 @@ steps:
grep -q NPKIT_EVENT_EXECUTOR_REDUCE_SEND_PACKET_ENTRY ./npkit_output/npkit_event_trace.json'
workingDirectory: '$(System.DefaultWorkingDirectory)'
- template: templates/stop.yaml
- template: stop.yaml
parameters:
subscription: ${{ parameters.subscription }}
vmssName: ${{ parameters.vmssName }}

View File

@@ -10,7 +10,7 @@ parameters:
type: string
steps:
- template: templates/deploy.yaml
- template: deploy.yaml
parameters:
subscription: ${{ parameters.subscription }}
vmssName: ${{ parameters.vmssName }}
@@ -51,7 +51,7 @@ steps:
mpirun --allow-run-as-root -tag-output -x MSCCLPP_HOME=/root/mscclpp -x GPU_MAX_HW_QUEUES=8 -np 8 python3 -m pytest ./python/test/test_mscclpp.py -x'
workingDirectory: '$(System.DefaultWorkingDirectory)'
- template: templates/stop.yaml
- template: stop.yaml
parameters:
subscription: ${{ parameters.subscription }}
vmssName: ${{ parameters.vmssName }}