Files
llama.cpp/tests
Millaguie 981f439ff3
Python Type-Check / python type-check (push) Canceled after 0s
tests : judge the batched DT3 path strictly when it is MMQ
With MMQ, ncols_dst > 8 is an integer path in the same numerical regime
as MMVQ and is judged against the exact reference at 1e-5 instead of
riding the loose GEMM gate. The regime is told apart by the result
itself; a GEMM fallback (backends without DT3 MMQ) keeps the fp16
reference and the F16 GEMM bit-identity control. Also add ncols_dst=100
to exercise a wide tile with a clamped last column block.
2026-08-11 08:33:06 +02:00
..