fix format

This commit is contained in:
lalala-sh
2026-01-22 03:06:40 +00:00
parent 4b84f2c38b
commit 8d32b38fbd

View File

@@ -256,8 +256,8 @@ struct DeviceMoeGemmBlockScale
if(arg_.KBatch > 1)
hipGetErrorString(hipMemsetAsync(arg_.p_c_grid,
0,
arg_.M * arg_.N * sizeof(CDataType)
* (IsInputGemm && IsSplitK ? 2 : 1),
arg_.M * arg_.N * sizeof(CDataType) *
(IsInputGemm && IsSplitK ? 2 : 1),
stream_config.stream_id_));
};
@@ -276,7 +276,7 @@ struct DeviceMoeGemmBlockScale
hipGetErrorString(hipMemsetAsync(arg.p_c_grid,
0,
arg.M * arg.N * sizeof(CDataType) *
(IsInputGemm && IsSplitK ? 2 : 1),
(IsInputGemm && IsSplitK ? 2 : 1),
stream_config.stream_id_));
ave_time = launch_and_time_kernel(