Cleanup some useless staffs

This commit is contained in:
Chenggang Zhao
2025-05-14 15:46:45 +08:00
parent ebf3d2f916
commit e2d6a107ef
3 changed files with 2 additions and 26 deletions

View File

@@ -247,7 +247,6 @@ static void __instantiate_kernel() {{
config.hStream = stream
arg_values = (
gmem_d.data_ptr(),
scales_b.data_ptr(),
grouped_layout.data_ptr(),
shape_m,
@@ -257,7 +256,6 @@ static void __instantiate_kernel() {{
tensor_map_d,
)
arg_types = (
ctypes.c_void_p,
ctypes.c_void_p,
ctypes.c_void_p,
ctypes.c_uint32,