Skip to content

Commit befcaa6

Browse files
authored
Update 2x H100 superbench config (#223)
1 parent cf8a96f commit befcaa6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.pipelines/azure-pipelines-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resources:
1616
options: --entrypoint=""
1717

1818
variables:
19-
VcVersion : 1.13.2
19+
VcVersion : 1.13.5
2020
ROOT: $(Build.SourcesDirectory)
2121
CDP_DEFINITION_BUILD_COUNT: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
2222
ENABLE_PRS_DELAYSIGN: 1

.pipelines/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pool:
1818
vmImage: windows-latest
1919

2020
variables:
21-
VcVersion : 1.13.4
21+
VcVersion : 1.13.5
2222
ROOT: $(Build.SourcesDirectory)
2323
CDP_DEFINITION_BUILD_COUNT: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
2424
ENABLE_PRS_DELAYSIGN: 1

src/VirtualClient/VirtualClient.Actions/SuperBenchmark/2xH100.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ superbench:
55
- kernel-launch
66
- gemm-flops
77
- cublaslt-gemm
8-
- cublas-function
8+
# cublas-function
99
- matmul
1010
- gpu-burn
1111
# microbenchmark - communication
@@ -67,7 +67,7 @@ superbench:
6767
timeout: *default_timeout
6868
gemm-flops:
6969
<<: *default_local_mode
70-
timeout: 1800
70+
timeout: 3600
7171
cublaslt-gemm:
7272
<<: *default_local_mode
7373
timeout: *default_timeout
@@ -83,7 +83,7 @@ superbench:
8383
- 12608,3072,1024
8484
cublas-function:
8585
<<: *default_local_mode
86-
timeout: *default_timeout
86+
timeout: 1200
8787
matmul:
8888
<<: *default_local_mode
8989
timeout: *default_timeout
@@ -167,7 +167,7 @@ superbench:
167167
seq_len: 224
168168
model-benchmarks:bert:
169169
<<: *default_pytorch_mode
170-
timeout: 2400
170+
timeout: 4800
171171
models:
172172
- bert-base
173173
- bert-large
@@ -227,4 +227,4 @@ superbench:
227227
<<: *model_ddp_param
228228
seq_len: 224
229229
duration: 1800
230-
num_steps: -100
230+
num_steps: -100

0 commit comments

Comments
 (0)