diff --git a/test/ck_tile/grouped_gemm_quant/test_grouped_gemm_util_quant.hpp b/test/ck_tile/grouped_gemm_quant/test_grouped_gemm_util_quant.hpp index 5d8534cc11..5a288c1468 100644 --- a/test/ck_tile/grouped_gemm_quant/test_grouped_gemm_util_quant.hpp +++ b/test/ck_tile/grouped_gemm_quant/test_grouped_gemm_util_quant.hpp @@ -93,6 +93,8 @@ class TestCkTileGroupedGemmQuant : public ::testing::Test constexpr ck_tile::index_t TileParitionerGroupNum = 8; constexpr ck_tile::index_t TileParitionerM01 = 4; + using QuantGroupSize = ck_tile::QuantGroupShape>; + using GemmShape = ck_tile::TileGemmShape, // QuantGroupSize + QuantGroupSize>, ck_tile::GemmRowColTensorQuantPipelineProblem