From e4378d5857bd764da98980bfda3f039a6d81dada Mon Sep 17 00:00:00 2001 From: KenSCLin Date: Tue, 27 Jan 2026 03:48:45 +0000 Subject: [PATCH] fix compile error --- .../ck_tile/38_block_scale_gemm/gemm_abquant_quantgrouped.cpp | 4 ++-- .../pipeline/gemm_aquant_pipeline_ag_bg_cr_policy.hpp | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/example/ck_tile/38_block_scale_gemm/gemm_abquant_quantgrouped.cpp b/example/ck_tile/38_block_scale_gemm/gemm_abquant_quantgrouped.cpp index 866cd9170f..b22d80f023 100644 --- a/example/ck_tile/38_block_scale_gemm/gemm_abquant_quantgrouped.cpp +++ b/example/ck_tile/38_block_scale_gemm/gemm_abquant_quantgrouped.cpp @@ -38,7 +38,7 @@ void abquant_quantgrouped_instance_factory( using BQuantGroupSize = ck_tile::QuantGroupShape>; using TypeConfig = decltype(GemmQuantTypeConfig{}); - return run_gemm_example_prec_type, + return run_gemm_example_prec_type, TypeConfig, AQuantGroupSize, BQuantGroupSize, @@ -68,7 +68,7 @@ void abquant_quantgrouped_instance_factory( using BQuantGroupSize = ck_tile::QuantGroupShape>; using TypeConfig = decltype(GemmQuantTypeConfig{}); - return run_gemm_example_prec_type, + return run_gemm_example_prec_type, TypeConfig, AQuantGroupSize, BQuantGroupSize, diff --git a/include/ck_tile/ops/gemm_quant/pipeline/gemm_aquant_pipeline_ag_bg_cr_policy.hpp b/include/ck_tile/ops/gemm_quant/pipeline/gemm_aquant_pipeline_ag_bg_cr_policy.hpp index 4485144f5f..2522c8e996 100644 --- a/include/ck_tile/ops/gemm_quant/pipeline/gemm_aquant_pipeline_ag_bg_cr_policy.hpp +++ b/include/ck_tile/ops/gemm_quant/pipeline/gemm_aquant_pipeline_ag_bg_cr_policy.hpp @@ -65,8 +65,6 @@ struct GemmAQuantPipelineAgBgCrDefaultPolicy : public UniversalGemmPipelineAgBgC { if constexpr(Problem::TransposeC) { - static_assert(std::is_same_v, - "TransposeC currently only supports RowMajor layout"); using TileEncodingPatternTransposeC = tile_distribution_encoding_pattern_aq_transposed_c