DIsable ROCWMMA_FATTN which fails on gfx908

This commit is contained in:
Mario Limonciello (AMD) 2026-02-07 07:57:29 -06:00
parent 67522ea78d
commit bf53d29a6d
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ COPY . .
RUN HIPCXX="$(hipconfig -l)/clang" HIP_PATH="$(hipconfig -R)" \
cmake -S . -B build \
-DGGML_HIP=ON \
-DGGML_HIP_ROCWMMA_FATTN=ON \
-DAMDGPU_TARGETS="$ROCM_DOCKER_ARCH" \
-DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON \
-DCMAKE_BUILD_TYPE=Release -DLLAMA_BUILD_TESTS=OFF \