You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -455,6 +455,21 @@ make clean
455
455
WHISPER_OPENBLAS=1 make -j
456
456
```
457
457
458
+
## BLAS CPU support via Intel MKL
459
+
460
+
Encoder processing can be accelerated on the CPU via the BLAS compatible interface of Intel's Math Kernel Library.
461
+
First, make sure you have installed Intel's MKL runtime and development packages: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-download.html
462
+
463
+
Now build `whisper.cpp` with Intel MKL BLAS support:
0 commit comments