Merge commit '4d629cd2b0bb0b4b210881be0db398bcd382f444' into develop

This commit is contained in:
assistant-librarian[bot]
2025-11-14 02:43:22 +00:00
parent a96aded2b1
commit 897c2bd422
7 changed files with 223 additions and 76 deletions

View File

@@ -47,7 +47,7 @@ static constexpr inline auto is_row_major(Layout layout_)
// mfma_type, 0:32x32, 1:16x16
template <typename FlatmmConfig, typename T>
auto shuffle_b(const ck_tile::HostTensor<T>& t)
auto shuffle_b_v0(const ck_tile::HostTensor<T>& t)
{
assert(t.get_lengths().size() == 2);
int n_ = t.get_lengths()[1];