ROCm packages in [community] #937
Replies: 5 comments 16 replies
-
Relating my experience so far using these packages. Thank you for putting them together! Ultimately, my goal is to build and use rocm-arch/python-pytorch-rocm. I'm using all available packages in community-testing, and supplementing those with the remaining rocm-arch PKGBUILDs: rocm-core, rocm-dbgapi, rocm-gdb, rocm-debug-agent, rocprofiler, and roctracer. Additionally, I had to install openmp-extras from arch4edu because makepkg fails to build it from the rocm-arch PKGBUILD. I'm able to build rocm-arch/python-pytorch-rocm successfully! However, when loading the torch module and calling torch.cuda.is_available(), I get the following:
Here's a truncated backtrace from gdb:
libhsa-runtime64.so seems to come from the Related: arch4edu/arch4edu#203 |
Beta Was this translation helpful? Give feedback.
-
The full ROCm stack is now in [community], including PyTorch with ROCm support, see the official announcement on the mailing list: |
Beta Was this translation helpful? Give feedback.
-
Can you add gfx803 to the list of PyTorch architectures? The ROCm stack can already work with gfx803, but python-pytorch-rocm cannot. |
Beta Was this translation helpful? Give feedback.
-
HIP in [community]
I'm excited to tell you that today, initial support for ROCm in the official Arch Linux repositories has been released!
What's included?
rocminfo
androcm-smi
.Where do I find it?
[community-testing]
.video
andrender
groups./opt/rocm/bin
to your path.How do I check if ROCm is correctly installed?
rocminfo
collects information on your AMD GPU.Source code
Example output for a Vega 56:
I want to do Machine Learning in X!
The ROCm stack will be released step by step. More and more packages will be added to [community] if the basic packages are sufficiently tested. As ML libraries rely on almost all ROCm packages, this will be the last step.
Feedback
Post your experiences with the new ROCm packages below!
Beta Was this translation helpful? Give feedback.
All reactions