1,下载 HIP 源代码
git clone --recursive https://github.com/ROCm/HIP.git
cd HIP/
git checkout rocm-6.0.2
pwd
export HIP_COMMON_DIR=${PWD}
cd ../
2,下载 clr 源码
git clone --recursive https://github.com/ROCm-Developer-Tools/clr.git
cd clr/
git checkout rocm-6.0.2
mkdir build_d
cd build_d/
3,编译
cmake .. \
-DCMAKE_BUILD_TYPE=Debug \
-DCLR_BUILD_HIP=ON \
-DHIPCC_BIN_DIR=/opt/rocm/bin \
-DHIP_COMMON_DIR=$HIP_COMMON_DIRmake -jmake install
4,参考
https://github.com/ROCm/hipamd/issues