diff --git a/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qx_ks_vs_custom_policy.hpp b/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qx_ks_vs_custom_policy.hpp index efbcd8176a..07164ec85c 100644 --- a/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qx_ks_vs_custom_policy.hpp +++ b/include/ck_tile/ops/fmha/pipeline/block_fmha_pipeline_qx_ks_vs_custom_policy.hpp @@ -470,7 +470,7 @@ struct BlockFmhaPipelineQXKSVSCustomPolicy : BlockFmhaPipelineQXCustomPolicy CK_TILE_HOST_DEVICE static constexpr auto - MakeKLdsStoreBlockDescriptor(number = number<0>{}) + MakeKLdsStoreBlockDescriptor(number = number<0>{}) { // K is always k-major, we use async-copy to load into LDS constexpr index_t kNPerBlock = Problem::BlockFmhaShape::kN0; @@ -525,7 +525,7 @@ struct BlockFmhaPipelineQXKSVSCustomPolicy : BlockFmhaPipelineQXCustomPolicy CK_TILE_HOST_DEVICE static constexpr auto - MakeKLdsLoadBlockDescriptor(number = number<0>{}) + MakeKLdsLoadBlockDescriptor(number = number<0>{}) { // K is always k-major, we use async-copy to load into LDS constexpr index_t kNPerBlock = Problem::BlockFmhaShape::kN0;