Update README.md

This commit is contained in:
Aaryaman Vasishta 2023-11-24 15:35:03 +09:00 committed by GitHub
parent fc5999b130
commit d56bd40563
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
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
set PATH=%HIP_PATH%\bin;%PATH%
mkdir build