The llama.cpp project has released a fix for MUSA (MTT S5000) operator failures and build issues, specifically targeting the PH1 architecture. This update resolves critical bugs that caused incorrect results or timeouts on this hardware.

  • Fixes FlashAttention performance by correcting 16-byte copy width derivation for sm_70+ targets.
  • Enables CUB paths on MUSA, lifting limits on ARGSORT and TOP_K operations.
  • Resolves MMQ defects causing quantized matmul failures by switching to the cuBLAS/dequant path.
  • Fixes fused TOPK_MOE kernel hangs by ensuring block barriers are reachable for all warps.
  • Enables GATED_DELTA_NET operator support, significantly improving prefill and decode throughput.

These changes restore full functionality and improve performance for MTT S5000 users running models like Qwen3.8-27B.