Update README.md to use PATH for Windows ROCm
This commit is contained in:
parent
55978ce09b
commit
fc5999b130
1 changed files with 2 additions and 1 deletions
|
@ -422,8 +422,9 @@ Building the program with BLAS support may lead to some performance improvements
|
|||
CC=/opt/rocm/llvm/bin/clang CXX=/opt/rocm/llvm/bin/clang++ cmake .. -DLLAMA_HIPBLAS=ON
|
||||
cmake --build .
|
||||
```
|
||||
- Using `CMake` for Windows:
|
||||
- Using `CMake` for Windows (using x64 Native Tools command prompt for VS)
|
||||
```bash
|
||||
set PATH=%HIP_PATH%\bin;%PATH%
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G Ninja -DAMDGPU_TARGETS=gfx1100 -DLLAMA_HIPBLAS=ON -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue