mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-03 12:47:42 +02: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.