Fix typo in profiler/include/profiler/profile_gemm_blockscale_wp_impl.hpp (#2767)

[ROCm/composable_kernel commit: bab747b017]
This commit is contained in:
Yi DING
2025-09-03 00:12:24 +08:00
committed by GitHub
parent 4b690a85e0
commit c453d7661f

View File

@@ -107,7 +107,7 @@ bool profile_gemm_blockscale_weighpreshuffle_impl(int do_verification,
ck::utils::validate_gemm_stride<ALayout>(M, K, StrideA, "StrideA");
ck::utils::validate_gemm_stride<BLayout>(K, N, StrideB, "StrideB");
ck::utils::validate_gemm_stride<BLayout>(M, N, StrideE, "StrideE");
ck::utils::validate_gemm_stride<ELayout>(M, N, StrideE, "StrideE");
Tensor<A0DataType> a0_m_k(f_host_tensor_descriptor(M, K, StrideA, ALayout{}));
Tensor<A1DataType> a1_m_k(f_host_tensor_descriptor((M + ScaleBlockM - 1) / ScaleBlockM,