mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-17 11:30:02 +00:00
Merge commit '1a6d1b59ef7358e4f07afcc0a163af7aa4b985a9' into develop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user