mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 15:29:43 +00:00
parent
c2df36d60d
commit
f1465624c2
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ Building the program with BLAS support may lead to some performance improvements
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. -DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=Intel10_64lp -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx
|
cmake .. -DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=Intel10_64lp -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx
|
||||||
cmake --build . -config Release
|
cmake --build . --config Release
|
||||||
```
|
```
|
||||||
|
|
||||||
- **cuBLAS**
|
- **cuBLAS**
|
||||||
|
|
Loading…
Reference in a new issue