We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8760b commit c269047Copy full SHA for c269047
README.md
@@ -513,7 +513,7 @@ Building the program with BLAS support may lead to some performance improvements
513
514
- Using `make` (example for target gfx1030, build with 16 CPU threads):
515
```bash
516
- make -j16 LLAMA_HIPBLAS=1 LLAMA_HIP_UMA=1 AMDGPU_TARGETS=gxf1030
+ make -j16 LLAMA_HIPBLAS=1 LLAMA_HIP_UMA=1 AMDGPU_TARGETS=gfx1030
517
```
518
519
- Using `CMake` for Windows (using x64 Native Tools Command Prompt for VS, and assuming a gfx1100-compatible AMD GPU):
0 commit comments