Mooncake adds MUSA GPU support to unblock end-to-end tests on non-NVIDIA hardware
teortaxesTex · x · 2026-07-25
Mooncake adds MUSA build support to unblock non-NVIDIA testing
A GitHub PR adds MUSA GPU support to the Mooncake PG (ProcessGroup) module. The key reason is practical: without a working PG backend on MUSA, EP tests could only use a fallback path, which prevented meaningful validation on non-NVIDIA hardware.
The post also explains several compiler constraints that forced a refactor:
- mcc cannot parse PyTorch headers.
- It cannot handle c10d enum types like OpType or ReduceOp::RedOpType.
- Host code cannot use <<<>>> kernel launch syntax.
- MUSA lacks CUDA Graph support, so those paths must be #ifdef-ed out.
- mtbfloat16 is missing arithmetic operators, so reductions need a float accumulator.
More from Infra
- Broadcom says AI-chip revenue hit $16B as AMD wins a major AI lab customer — YvesMulkers · 2026-07-26
- WAIC 2026 spotlights robotics and on-device multimodal agents with llama.cpp — ngxson · 2026-07-25
- LTX2.3 can render a 20-second video with audio on a 7800XT in 12.5 minutes — okfine1337 · 2026-07-25
- Bittensor TAO ecosystem map lays out dozens of AI subnets across compute, agents, and security — 0xSammy · 2026-07-25
- Mooncake v0.3.12 adds SSD-backed KV cache pooling and smarter routing — BanghuaZ · 2026-07-25
- Enterprise user asks which models can cut frontier-token spend on a $1M compute budget — mimic751 · 2026-07-25