[CK_TILE] Add Flatmm MX FP8 (#3208)

* Use async for flatmm mxfp4

* Fix preshuffle

* Add flatmm mxfp8

* Thanks, Copilot

* Thanks Copilot again~

[ROCm/composable_kernel commit: 47e2ed838e]
This commit is contained in:
Yi DING
2025-11-20 10:35:15 +08:00
committed by GitHub
parent d9f0bdd5e3
commit e27e760d5a
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> \