fix ck compile error

This commit is contained in:
jpvillam
2025-06-08 10:18:57 +00:00
parent 827a962465
commit eb2d92651d

View File

@@ -69,7 +69,7 @@ struct UniversalFlatmmPipelineAgBgCrPolicy
return a_lds_block_desc;
#endif
/*xor*/
#if 0
#if 1
constexpr index_t kMPerBlock = Problem::BlockGemmShape::kM;
constexpr index_t kKPerBlock = Problem::BlockGemmShape::kK;
constexpr index_t kKPack = GetSmemPackA<Problem>();