[sgl-kernel][Feat][B200][1/N] Support MXFP8 Grouped GEMM in Blackwell (#13731)

Co-authored-by: Yineng Zhang <me@zhyncs.com>
This commit is contained in:
Qi Yuhang
2025-12-04 10:09:09 +08:00
committed by GitHub
co-authored by Yineng Zhang
parent df026bb110
commit 16ff892c18
12 changed files with 1174 additions and 1 deletions
+2
View File
@@ -280,6 +280,8 @@ set(SOURCES
"csrc/elementwise/rope.cu"
"csrc/elementwise/topk.cu"
"csrc/expert_specialization/es_fp8_blockwise.cu"
"csrc/expert_specialization/es_sm100_mxfp8_blockscaled.cu"
"csrc/expert_specialization/es_sm100_mxfp8_blockscaled_group_quant.cu"
"csrc/gemm/awq_kernel.cu"
"csrc/gemm/bmm_fp8.cu"