readme: add -DAMDGPU_TARGETS to linux cmake invocation
This commit is contained in:
parent
948ff137ec
commit
e2286a2025
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ Building the program with BLAS support may lead to some performance improvements
|
|||
```bash
|
||||
mkdir build
|
||||
cd build
|
||||
CC=/opt/rocm/llvm/bin/clang CXX=/opt/rocm/llvm/bin/clang++ cmake .. -DLLAMA_HIPBLAS=ON
|
||||
CC=/opt/rocm/llvm/bin/clang CXX=/opt/rocm/llvm/bin/clang++ cmake .. -DAMDGPU_TARGETS=gfx1100 -DLLAMA_HIPBLAS=ON
|
||||
cmake --build .
|
||||
```
|
||||
- Using `CMake` for Windows (using x64 Native Tools Command Prompt for VS):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue