From 66ae732f44326cdb06822310bc49415477f2db76 Mon Sep 17 00:00:00 2001 From: tikikun Date: Fri, 22 Dec 2023 15:54:33 +0700 Subject: [PATCH] docs: add more details about using oneMKL and oneAPI for intel processors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e3e6bb9f..ce700823e 100644 --- a/README.md +++ b/README.md @@ -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.