Super tiny add UT for copy_to_gpu_no_ce (#12270)

This commit is contained in:
fzyzcjy
2025-11-04 09:40:51 +08:00
committed by GitHub
parent e607850fcf
commit 193fbb0bce
2 changed files with 17 additions and 1 deletions

View File

@@ -369,7 +369,7 @@ def downcast_fp8(
)
def copy_to_gpu_no_ce(input: List[int], output: torch.Tensor):
def copy_to_gpu_no_ce(input: torch.Tensor, output: torch.Tensor):
torch.ops.sgl_kernel.copy_to_gpu_no_ce(input, output)