Files
nvfp4-megamoe-kernel/vllm
biondizzle ff74b33d2c Fix cudagraph: static loop for per-expert scale swizzle
The while loop had variable trip count (GPU scalar in condition),
requiring CPU-GPU sync. Replaced with fixed max_chunks_per_expert
iterations. Unused chunks are zero buffers (harmless for GEMM).
2026-05-17 13:56:52 +00:00
..