Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmarks: Fix Bug - Fix wrong parameters for gpu-sm-copy-bw in configuration examples #203

Merged
merged 5 commits into from
Sep 18, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions superbench/config/amd_mi100_hpe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ superbench:
prefix: CUDA_VISIBLE_DEVICES=$(({proc_rank}%8)) numactl -N $(({proc_rank}%4)) -m $(({proc_rank}%4))
parallel: no
parameters:
dtoh: true
htod: true
mem_type:
- dtoh
- htod
gpt_models:
<<: *default_pytorch_mode
models:
Expand Down
19 changes: 19 additions & 0 deletions superbench/config/azure_ndv4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,25 @@ superbench:
<<: *default_local_mode
gemm-flops:
<<: *default_local_mode
disk-benchmark:
enable: false
modes:
- name: local
proc_num: 1
parallel: no
parameters:
block_devices: []
gpu-sm-copy-bw:
enable: false
cp5555 marked this conversation as resolved.
Show resolved Hide resolved
modes:
- name: local
proc_num: 32
prefix: CUDA_VISIBLE_DEVICES=$(({proc_rank}%8)) numactl -N $(({proc_rank}%4)) -m $(({proc_rank}%4))
parallel: no
parameters:
mem_type:
- dtoh
- htod
cudnn-function:
<<: *default_local_mode
cublas-function:
Expand Down
5 changes: 3 additions & 2 deletions superbench/config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ superbench:
prefix: CUDA_VISIBLE_DEVICES=$(({proc_rank}%8)) numactl -N $(({proc_rank}%4)) -m $(({proc_rank}%4))
parallel: no
parameters:
dtoh: true
htod: true
mem_type:
- dtoh
- htod
kernel-launch:
<<: *default_local_mode
gemm-flops:
Expand Down