Support copying tensor from cpu to gpu without using copy engines (#10007)

This commit is contained in:
fzyzcjy
2025-09-05 20:07:19 +08:00
committed by GitHub
parent 5e5c30d9ab
commit bd7f882142
6 changed files with 70 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ from sgl_kernel.cutlass_moe import cutlass_w4a8_moe_mm, get_cutlass_w4a8_moe_mm_
from sgl_kernel.elementwise import (
FusedSetKVBufferArg,
apply_rope_with_cos_sin_cache_inplace,
copy_to_gpu_no_ce,
downcast_fp8,
fused_add_rmsnorm,
gelu_and_mul,