[kimi k2 thinking] Avoid useless torch.zeros_ (#13596)

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Xiaoyu Zhang
2025-11-21 13:15:27 +08:00
committed by GitHub
parent 6be65ae462
commit fb04d43428
7 changed files with 252 additions and 256 deletions

View File

@@ -34,7 +34,7 @@ from sgl_kernel.elementwise import (
silu_and_mul,
)
from sgl_kernel.expert_specialization import es_fp8_blockwise_scaled_grouped_mm
from sgl_kernel.fused_moe import fused_marlin_moe, moe_wna16_marlin_gemm
from sgl_kernel.fused_moe import moe_wna16_marlin_gemm
from sgl_kernel.gemm import (
awq_dequantize,
bmm_fp8,