Skip to content

Commit 1891407

Browse files
committed
GGML_HIP_FORCE_ROCWMMA_FATTN_GFX12 flag is not needed any more due to llama.cpp rocWMMA updates: ggml-org/llama.cpp#16221
1 parent ca639ab commit 1891407

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/manual_instructions.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ cmake --build . -j 24 2>&1 | findstr /i "error"
5959

6060
> **Note**: Adjust the `-DAMDGPU_TARGETS="gfx1151"` parameter for your specific GPU. See the [GPU Target Reference](#gpu-target-reference) section for details.
6161
62-
For `"gfx1200"` and `"gfx1201"` CMake flag `"-DGGML_HIP_FORCE_ROCWMMA_FATTN_GFX12"` should be set to `"ON"`.
63-
6462
If you see no errors, that means that llama.cpp has correctly been built and files are available inside your `build\bin` folder.
6563

6664
---
@@ -138,7 +136,6 @@ cmake .. -G Ninja \
138136
-DGGML_OPENMP=OFF \
139137
-DGGML_CUDA_FORCE_CUBLAS=OFF \
140138
-DGGML_HIP_ROCWMMA_FATTN=ON \
141-
-DGGML_HIP_FORCE_ROCWMMA_FATTN_GFX12=OFF \
142139
-DLLAMA_CURL=OFF \
143140
-DGGML_NATIVE=OFF \
144141
-DGGML_STATIC=OFF \
@@ -150,8 +147,6 @@ cmake --build . -j $(nproc)
150147

151148
> **Note**: Adjust the `-DAMDGPU_TARGETS="gfx1151"` parameter for your specific GPU. See the [GPU Target Reference](#gpu-target-reference) section for details.
152149
153-
For `"gfx1200"` and `"gfx1201"` CMake flag `"-DGGML_HIP_FORCE_ROCWMMA_FATTN_GFX12"` should be set to `"ON"`.
154-
155150
### Part 4: Copy required ROCm libraries
156151

157152
After successful compilation, copy the required ROCm libraries to the build directory:

0 commit comments

Comments
 (0)