hello,
cant build like the follow with latest version, does anyone knows why?
cmake -H. -Bbuild \
-DLLAMA_HIPBLAS=ON \
-DAMDGPU_TARGETS="gfx803;gfx900;gfx906;gfx908;gfx90a;gfx1010;gfx1030" \
-DCMAKE_BUILD_TYPE=Release \
-DROCM_PATH=/opt/rocm \
-DCMAKE_C_COMPILER=/usr/bin/clang-15 \
-DCMAKE_CXX_COMPILER=/usr/bin/clang++-15
make -j16 -C build
that makes me use all my AMD gpus all togheter. It works with git checkout b2110
hello,
cant build like the follow with latest version, does anyone knows why?
that makes me use all my AMD gpus all togheter. It works with git checkout b2110