You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note**: Adjust the `-DAMDGPU_TARGETS="gfx1151"` parameter for your specific GPU. See the [GPU Target Reference](#gpu-target-reference) section for details.
61
61
62
-
For `"gfx1200"` and `"gfx1201"` CMake flag `"-DGGML_HIP_FORCE_ROCWMMA_FATTN_GFX12"` should be set to `"ON"`.
63
-
64
62
If you see no errors, that means that llama.cpp has correctly been built and files are available inside your `build\bin` folder.
65
63
66
64
---
@@ -138,7 +136,6 @@ cmake .. -G Ninja \
138
136
-DGGML_OPENMP=OFF \
139
137
-DGGML_CUDA_FORCE_CUBLAS=OFF \
140
138
-DGGML_HIP_ROCWMMA_FATTN=ON \
141
-
-DGGML_HIP_FORCE_ROCWMMA_FATTN_GFX12=OFF \
142
139
-DLLAMA_CURL=OFF \
143
140
-DGGML_NATIVE=OFF \
144
141
-DGGML_STATIC=OFF \
@@ -150,8 +147,6 @@ cmake --build . -j $(nproc)
150
147
151
148
> **Note**: Adjust the `-DAMDGPU_TARGETS="gfx1151"` parameter for your specific GPU. See the [GPU Target Reference](#gpu-target-reference) section for details.
152
149
153
-
For `"gfx1200"` and `"gfx1201"` CMake flag `"-DGGML_HIP_FORCE_ROCWMMA_FATTN_GFX12"` should be set to `"ON"`.
154
-
155
150
### Part 4: Copy required ROCm libraries
156
151
157
152
After successful compilation, copy the required ROCm libraries to the build directory:
0 commit comments