mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-25 03:58:19 +02:00
intel/dev: ARL-H supports EXECUTE_INDIRECT_*
Signed-off-by: Iván Briano <ivan.briano@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41372>
This commit is contained in:
parent
b420958166
commit
d0253e25c4
1 changed files with 1 additions and 0 deletions
|
|
@ -1136,6 +1136,7 @@ static const struct intel_device_info intel_device_info_arl_u = {
|
|||
static const struct intel_device_info intel_device_info_arl_h = {
|
||||
MTL_CONFIG(ARL_H),
|
||||
.has_bfloat16 = true,
|
||||
.has_indirect_unroll = true,
|
||||
/* BSpec 55414 (r53716). */
|
||||
.has_systolic = true,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue