Merge commit 'b6720531de9cbbe5f6022f173ead11c61860f57f' into develop

This commit is contained in:
assistant-librarian[bot]
2025-11-18 06:16:01 +00:00
parent ca68d8728c
commit b9e9aa04c2
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];