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

AMD support to test.sh and AMD RX 6800 results #28

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

lamikr
Copy link

@lamikr lamikr commented Jun 7, 2024

Modify test.sh so that both the AMD and Nvidia GPU's are supported for running benchmarks.
Add also the csv results for AMD RX 6800. Tested on pytorch 2.3.0 and pytorch vision 0.18.0 on rocm 6.1.1 platform.

lamikr added 2 commits June 7, 2024 12:39
- AMD GPU benchmarks works on rocm platform
  (tested on rocm 6.1.1) and offers support
  of using CUDA api with AMD gpus
- only code change is needed is to test.sh
  to check whether rocm-smi tool is available
  and whether it returns AMD GPUs
- rocm-smi can be used to query the AMD gpu count
- I had pytorch 2.3.0 and pytorch vision 0.18.0 installed
  with AMD rocm support enabled and all tests executed
  without errors on AMD RX 6800

Signed-off-by: Mika Laitio <lamikr@gmail.com>
Signed-off-by: Mika Laitio <lamikr@gmail.com>
@lamikr
Copy link
Author

lamikr commented Jun 7, 2024

Fixes #29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant