We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55978ce commit b35f3d0Copy full SHA for b35f3d0
README.md
@@ -422,8 +422,9 @@ Building the program with BLAS support may lead to some performance improvements
422
CC=/opt/rocm/llvm/bin/clang CXX=/opt/rocm/llvm/bin/clang++ cmake .. -DLLAMA_HIPBLAS=ON
423
cmake --build .
424
```
425
- - Using `CMake` for Windows:
+ - Using `CMake` for Windows (using x64 Native Tools Command Prompt for VS):
426
```bash
427
+ set PATH=%HIP_PATH%\bin;%PATH%
428
mkdir build
429
cd build
430
cmake -G Ninja -DAMDGPU_TARGETS=gfx1100 -DLLAMA_HIPBLAS=ON -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ ..
0 commit comments