Files
llama.cpp/src
Francis Couture-Harpin 2ff3354c33 memory : fix broken batch splits for recurrent cache
Splits producing more than one ubatch per batch for recurrent models
were broken with #14512.

This fixes it by moving the completeness check after the ubatch split loop.
2025-07-07 21:23:14 -04:00
..