No description
  • C++ 98.6%
  • Python 1.3%
Find a file
2026-05-09 20:58:30 +02:00
external Fix relative imports 2024-01-17 17:34:19 +09:00
resources/interaction_files Restructure resource files 2024-04-26 17:40:15 +09:00
scripts Add KSHELL comparison sweep script 2026-05-09 20:48:33 +02:00
src Split solver CLI and diagnostics modules 2026-05-09 20:58:30 +02:00
tests Add more test matrices 2025-11-18 17:35:56 +01:00
.gitignore Ignore build files 2026-05-06 21:45:10 +02:00
makefile Split solver CLI and diagnostics modules 2026-05-09 20:58:30 +02:00
README.md Update ROCm installation notes 2024-01-25 14:27:26 +09:00

Install

ROCm

Tested with:

  • Ubuntu 22.04.3 kernel 6.5.0-15-generic (however, AMD's official support with 22.04.3 is 6.2).
  • AMD RX 7900XTX, AMD 7950X, B650 chipset.

Follow the official ROCm installation instruction at: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/index.html. Use the amdgpu-install route (instead of using apt). I installed the following usecases:

amdgpu-install --usecase=rocm,rocmdevtools,lrt,opencl,hip,hiplibsdk,openmpsdk

All of them might not be needed, I'll update the requirements when I have tested more. I had to install

apt install libstdc++-12-dev

for hipcc to find cmath. The exact version of libstdc++ might be different for other situations, more info: https://github.com/ROCm/ROCm/issues/1843.