From 5f4698c959e375429cd1f4b70be31bc6d323df29 Mon Sep 17 00:00:00 2001 From: Donato Capitella Date: Tue, 3 Mar 2026 12:50:31 +0000 Subject: [PATCH] build: Remove amdgpu-unroll-threshold-local CMAKE_HIP_FLAG from ROCm 7 nightlies Dockerfile. --- toolboxes/Dockerfile.rocm7-nightlies | 1 - 1 file changed, 1 deletion(-) diff --git a/toolboxes/Dockerfile.rocm7-nightlies b/toolboxes/Dockerfile.rocm7-nightlies index 66ead49..f86a22a 100644 --- a/toolboxes/Dockerfile.rocm7-nightlies +++ b/toolboxes/Dockerfile.rocm7-nightlies @@ -63,7 +63,6 @@ RUN git clone -b ${BRANCH} --single-branch --recursive ${REPO} . \ RUN cmake -S . -B build \ -DGGML_HIP=ON \ - -DCMAKE_HIP_FLAGS="-mllvm --amdgpu-unroll-threshold-local=600" \ -DAMDGPU_TARGETS=gfx1151 \ -DCMAKE_BUILD_TYPE=Release \ -DGGML_RPC=ON \