docs: add more details about using oneMKL and oneAPI for intel processors
This commit is contained in:
parent
4caa9e2cd7
commit
66ae732f44
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ Building the program with BLAS support may lead to some performance improvements
|
|||
cmake --build . --config Release
|
||||
```
|
||||
|
||||
Building through oneAPI compilers will make avx_vnni instruction set available for intel processors that does not support avx512 and avx512_vnni.
|
||||
Building through oneAPI compilers will make avx_vnni instruction set available for intel processors that do not support avx512 and avx512_vnni.
|
||||
|
||||
Check [Optimizing and Running LLaMA2 on Intel® CPU](https://www.intel.com/content/www/us/en/content-details/791610/optimizing-and-running-llama2-on-intel-cpu.html) for more information.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue