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:
Matt Turner 2025-06-04 15:30:58 -04:00 committed by Marge Bot
parent d06f8cfb19
commit 1215845b5b

View file

@ -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)]
)