build: disable GGML CUDA fusion in ROCm build configuration (temporary test)

This commit is contained in:
Donato Capitella
2026-04-03 15:16:12 +01:00
parent a7ace8dba7
commit b376d1558b
+1
View File
@@ -67,6 +67,7 @@ RUN patch -p1 < /tmp/llama-grammar.patch \
-DAMDGPU_TARGETS=gfx1151 \
-DCMAKE_BUILD_TYPE=Release \
-DGGML_RPC=ON \
-DGGML_CUDA_DISABLE_FUSION=1 \
-DLLAMA_HIP_UMA=ON \
&& cmake --build build --config Release -- -j$(nproc) \
&& cmake --install build --config Release