Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tsoc
superbenchmark
Commits
05d70537
Unverified
Commit
05d70537
authored
Jul 09, 2021
by
guoshzhao
Committed by
GitHub
Jul 09, 2021
Browse files
Benchmarks: Add Configuration - Add validation config file for AMD MI100 (#121)
* add validation config file for AMD MI100
parent
7458f83a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
92 additions
and
0 deletions
+92
-0
superbench/config/amd_mi100_z53.yaml
superbench/config/amd_mi100_z53.yaml
+92
-0
No files found.
superbench/config/amd_mi100_z53.yaml
0 → 100644
View file @
05d70537
# SuperBench Config
#
# Server:
# - Product: G482-Z53
# - Link: https://www.gigabyte.cn/FileUpload/Global/MicroSite/553/G482-Z53.html
version
:
v0.2
superbench
:
enable
:
null
var
:
default_local_mode
:
&default_local_mode
enable
:
true
modes
:
-
name
:
local
proc_num
:
8
prefix
:
CUDA_VISIBLE_DEVICES={proc_rank}
parallel
:
yes
default_pytorch_mode
:
&default_pytorch_mode
enable
:
true
modes
:
-
name
:
torch.distributed
proc_num
:
8
node_num
:
1
frameworks
:
-
pytorch
common_model_config
:
&common_model_config
duration
:
0
num_warmup
:
64
num_steps
:
2048
sample_count
:
8192
batch_size
:
32
precision
:
-
float32
-
float16
model_action
:
-
train
pin_memory
:
yes
benchmarks
:
gpt_models
:
<<
:
*default_pytorch_mode
models
:
-
gpt2-large
parameters
:
<<
:
*common_model_config
batch_size
:
8
seq_len
:
224
bert_models
:
<<
:
*default_pytorch_mode
models
:
-
bert-base
-
bert-large
parameters
:
<<
:
*common_model_config
seq_len
:
224
lstm_models
:
<<
:
*default_pytorch_mode
models
:
-
lstm
parameters
:
<<
:
*common_model_config
batch_size
:
224
input_size
:
224
hidden_size
:
1000
seq_len
:
32
pin_memory
:
no
resnet_models
:
<<
:
*default_pytorch_mode
models
:
-
resnet50
-
resnet101
-
resnet152
parameters
:
<<
:
*common_model_config
pin_memory
:
no
densenet_models
:
<<
:
*default_pytorch_mode
models
:
-
densenet169
-
densenet201
parameters
:
<<
:
*common_model_config
pin_memory
:
no
vgg_models
:
<<
:
*default_pytorch_mode
models
:
-
vgg11
-
vgg13
-
vgg16
-
vgg19
parameters
:
<<
:
*common_model_config
pin_memory
:
no
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment