File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/VirtualClient/VirtualClient.Actions/SuperBenchmark Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ resources:
16
16
options : --entrypoint=""
17
17
18
18
variables :
19
- VcVersion : 1.13.2
19
+ VcVersion : 1.13.5
20
20
ROOT : $(Build.SourcesDirectory)
21
21
CDP_DEFINITION_BUILD_COUNT : $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
22
22
ENABLE_PRS_DELAYSIGN : 1
Original file line number Diff line number Diff line change 18
18
vmImage : windows-latest
19
19
20
20
variables :
21
- VcVersion : 1.13.4
21
+ VcVersion : 1.13.5
22
22
ROOT : $(Build.SourcesDirectory)
23
23
CDP_DEFINITION_BUILD_COUNT : $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
24
24
ENABLE_PRS_DELAYSIGN : 1
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ superbench:
5
5
- kernel-launch
6
6
- gemm-flops
7
7
- cublaslt-gemm
8
- - cublas-function
8
+ # cublas-function
9
9
- matmul
10
10
- gpu-burn
11
11
# microbenchmark - communication
@@ -67,7 +67,7 @@ superbench:
67
67
timeout : *default_timeout
68
68
gemm-flops :
69
69
<< : *default_local_mode
70
- timeout : 1800
70
+ timeout : 3600
71
71
cublaslt-gemm :
72
72
<< : *default_local_mode
73
73
timeout : *default_timeout
@@ -83,7 +83,7 @@ superbench:
83
83
- 12608,3072,1024
84
84
cublas-function :
85
85
<< : *default_local_mode
86
- timeout : *default_timeout
86
+ timeout : 1200
87
87
matmul :
88
88
<< : *default_local_mode
89
89
timeout : *default_timeout
@@ -167,7 +167,7 @@ superbench:
167
167
seq_len : 224
168
168
model-benchmarks:bert :
169
169
<< : *default_pytorch_mode
170
- timeout : 2400
170
+ timeout : 4800
171
171
models :
172
172
- bert-base
173
173
- bert-large
@@ -227,4 +227,4 @@ superbench:
227
227
<< : *model_ddp_param
228
228
seq_len : 224
229
229
duration : 1800
230
- num_steps : -100
230
+ num_steps : -100
You can’t perform that action at this time.
0 commit comments