mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-07-28 13:41:01 -05:00
This change combines the rms_norm+mul and rope+view+set_rows fusions to allow fusing the whole sequence together. This comes up in Qwen3, Bailing, and some other models.