Add the warp gemm option

This commit is contained in:
Clement Lin
2025-04-23 15:04:24 +08:00
committed by Philip Maybank
parent ac5b7cbf63
commit 4fccb261b8

View File

@@ -36,7 +36,7 @@ struct BlockGemmARegBSmemCRegV1
constexpr index_t NPerBlock = BlockGemmShape::kN;
constexpr index_t KPerBlock = BlockGemmShape::kK;
constexpr auto config = Policy::template GetWarpGemmMWarpNWarp<Problem>();
constexpr auto config = Policy::template GetWarpGemmMWarpNWarp<Problem, MPerBlock>();
using WG = remove_cvref_t<decltype(config.template get<0>())>;
constexpr index_t MPerXDL = WG::kM;
constexpr index_t NPerXDL = WG::kN;