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

Added base image for amd r4.1 #154

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions script/app-mlperf-inference/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,11 @@ variations:
cnndm-accuracy-script:
tags: _int32

amd,r4.1_default:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we know the device parameter to be used while mounting the docker image? For nvidia, we use --gpus=all.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @arjunsuresh , they have cuda:0 on their run command here, so maybe the first gpu that is available?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docker:
base_image: rocm/pytorch:rocm6.1.2_ubuntu20.04_py3.9_pytorch_staging
extra_run_args: ' --device=/dev/kfd --device=/dev/dri --device=/dev/mem'

amd:
group:
implementation
Expand Down
Loading