[CK_TILE] MX Flatmm Split kernel instances (#3207)

* [CK_TILE] MX Flatmm Split kernel instances

* Fix flatmm example compile

[ROCm/composable_kernel commit: b6720531de]
This commit is contained in:
Yi DING
2025-11-18 13:46:30 +08:00
committed by GitHub
parent ada21c86cc
commit e2060bd1fb
12 changed files with 371 additions and 276 deletions

View File

@@ -29,7 +29,7 @@ static constexpr inline auto is_row_major(Layout layout_)
}
template <typename FlatmmConfig, typename T>
auto shuffle_b(const ck_tile::HostTensor<T>& t)
auto flatmm_shuffle_b(const ck_tile::HostTensor<T>& t)
{
assert(t.get_lengths().size() == 2);
int n_ = t.get_lengths()[1];