biondizzle
454dbdad52
P5: Fused mHC pre_block + RMSNorm + NVFP4 quantize kernel
- fused_mhc_rmsnorm_quantize.cu: 2-kernel approach
Kernel 1: mhc_rmsnorm_amax_gsa — bmm + RMS + amax → gsa
Kernel 2: mhc_rmsnorm_quantize_nvfp4 — bmm + normalize + quantize
- Python bridge: mhc_rmsnorm_quantize_nvfp4() in ops/quantize.py
- Unit test: test_fused_mhc_rmsnorm_quantize.py (production shapes)
- Eliminates ~610 kernel launches per token (122 sites × 5 launches saved)
2026-06-02 16:39:42 +00:00
..
2026-06-02 03:54:03 +00:00
2026-05-30 21:12:09 +00:00
2026-06-02 10:00:50 +00:00
2026-06-02 16:39:42 +00:00
2026-06-02 08:16:41 +00:00
2026-06-01 21:05:03 +00:00
2026-06-01 11:17:54 +00:00
2026-05-21 17:30:44 +00:00