From e37dbc7e499ddb128b6615163e953e4f2f8f60af Mon Sep 17 00:00:00 2001 From: yadaish Date: Thu, 4 Dec 2025 18:35:00 +0000 Subject: [PATCH] update --- include/ck_tile/ops/flatmm/kernel/moe_flatmm_kernel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ck_tile/ops/flatmm/kernel/moe_flatmm_kernel.hpp b/include/ck_tile/ops/flatmm/kernel/moe_flatmm_kernel.hpp index e6f3364bcb..88b1ab8c4f 100644 --- a/include/ck_tile/ops/flatmm/kernel/moe_flatmm_kernel.hpp +++ b/include/ck_tile/ops/flatmm/kernel/moe_flatmm_kernel.hpp @@ -640,7 +640,7 @@ struct MoeFlatmmKernel // using ScaleType = std::conditional_t; static constexpr bool IsInt4 = std::is_same_v; - using ScaleType = std::conditional_t, float>; + using ScaleType = std::conditional_t, float>; const auto scale_b_flat_view = make_naive_tensor_view( reinterpret_cast(scale_n.ptr) + expert_id * kargs.N * scale_k,