solve bug with missing endif

This commit is contained in:
Philip Maybank
2025-07-29 11:51:28 +01:00
parent 1db7f6a0a2
commit 1ca839925a

View File

@@ -401,6 +401,15 @@ struct GemmPipelineAGmemBGmemCRegV1DefaultPolicy
WarpTile::at(I1),
WarpTile::at(I2),
Problem::TransposeC>;
#endif
using WarpGemm = WarpGemmWmmaDispatcher<typename Problem::ComputeDataType,
typename Problem::ComputeDataType,
AccDataType,
WarpTile::at(I0),
WarpTile::at(I1),
WarpTile::at(I2),
Problem::TransposeC>;
using BlockGemmPolicy = BlockGemmASmemBSmemCRegV1CustomPolicy<typename Problem::ADataType,
typename Problem::BDataType,
typename Problem::CDataType,