mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
intel: Increase size of cooperative_matrix_configurations[] to 16
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35616>
This commit is contained in:
parent
d06f8cfb19
commit
1215845b5b
1 changed files with 1 additions and 1 deletions
|
|
@ -479,5 +479,5 @@ Struct("intel_device_info",
|
|||
Member("intel_device_info_mem_desc", "mem"),
|
||||
Member("intel_device_info_pat_desc", "pat"),
|
||||
Member("intel_cooperative_matrix_configuration",
|
||||
"cooperative_matrix_configurations", array=4)]
|
||||
"cooperative_matrix_configurations", array=16)]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue