mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-17 07:49:14 +00:00
The OOB calculation could be wrong if the last iteration was during one of the unrolled loops. Adjust the unrolling counts to avoid this. Add a couple new backend tests that hit this failure on NVIDIA GPUs.