[CK_TILE] Add Flatmm MX FP8 (#3208)

* Use async for flatmm mxfp4

* Fix preshuffle

* Add flatmm mxfp8

* Thanks, Copilot

* Thanks Copilot again~
This commit is contained in:
Yi DING
2025-11-20 10:35:15 +08:00
committed by GitHub
parent 4e49e0228b
commit 47e2ed838e
17 changed files with 698 additions and 595 deletions

View File

@@ -41,6 +41,8 @@ using long_number = constant<v>;
template <bool b>
using bool_constant = constant<b>;
using true_type = bool_constant<true>;
using false_type = bool_constant<false>;
#define CK_TILE_LEFT_UNARY_OP(OP) \
template <auto x> \