mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-05-31 22:40:42 +00:00
Apply a loop tiling technique to the generic path, which provides performance upside for ISAs with enough registers to take advantage of it. Also helps the compiler optimize this path.