CI build for HIP#178
Conversation
| run: | | ||
| wget https://repo.radeon.com/amdgpu-install/7.2.4/ubuntu/noble/amdgpu-install_7.2.4.70204-1_all.deb | ||
| sudo apt install ./amdgpu-install_7.2.4.70204-1_all.deb | ||
| sudo apt update |
There was a problem hiding this comment.
I think an additional line is needed here to install ROCm. The amdgpu-install_7.2.4.70204-1_all.deb package they provide just adds some repositories to APT but doesn't install the libraries themselves: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/quick-start.html#install-rocm
| sudo apt update | |
| sudo apt update | |
| sudo apt install rocm |
|
Some progress. I have it building everything with HIP. It then gets to this line which just reports what plugins could or couldn't be loaded:
It prints the output (reference, CPU, and OpenCL all loaded, CUDA and HIP not loaded because of missing dependencies). And then it crashes with a memory corruption error: |
No description provided.