docs: add more details about using oneMKL and oneAPI for intel processors

This commit is contained in:
tikikun 2023-12-22 15:54:33 +07:00
parent 4caa9e2cd7
commit 66ae732f44

View file

@ -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.