Le 01/03/2025 à 02:03, M. Zhou a écrit :
Nothing missing. But in fact the work needed to really enable ROCm is more than what we currently have. You hit a known problem where the cmake fails to detect HIP and falls back to compiling the CPU version. So it ends up with no CUDA/HIP support whatever architecture you specify because that was never compiled. the LoadHIP/FindHIP cmake files needs patching work.
I started to investigate where i can find this FindHIP cmake file I found it in libamdhip64-dev that seems to be installed I also dig in ROCm AMD source code and found it in https://github.com/ROCm/HIPAs far as I could see, there is no HIP package, is this that should be packaged ?
Cheers Christian