Merge commit '1a6d1b59ef7358e4f07afcc0a163af7aa4b985a9' into develop

This commit is contained in:
assistant-librarian[bot]
2026-01-19 10:16:14 +00:00
parent e60d79a9a1
commit 3d4bb495f8
13 changed files with 570 additions and 157 deletions

View File

@@ -1173,4 +1173,11 @@ enum LLVMSchedGroupMask : int32_t
DS_WRITE = 1 << 9,
ALL = (DS_WRITE << 1) - 1,
};
CK_TILE_HOST_DEVICE static constexpr auto get_max_mem_vec_inst_width()
{
// Currently on all arch max memory vector instruction width is 16 bytes.
return 16;
}
} // namespace ck_tile