Update README.md
This commit is contained in:
parent
fc5999b130
commit
d56bd40563
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ 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
|
CC=/opt/rocm/llvm/bin/clang CXX=/opt/rocm/llvm/bin/clang++ cmake .. -DLLAMA_HIPBLAS=ON
|
||||||
cmake --build .
|
cmake --build .
|
||||||
```
|
```
|
||||||
- Using `CMake` for Windows (using x64 Native Tools command prompt for VS)
|
- Using `CMake` for Windows (using x64 Native Tools command prompt for VS):
|
||||||
```bash
|
```bash
|
||||||
set PATH=%HIP_PATH%\bin;%PATH%
|
set PATH=%HIP_PATH%\bin;%PATH%
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue