mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 16:20:13 +01:00
intel/brw/xe2+: Add LNL cooperative matrix configurations
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28834>
This commit is contained in:
parent
6b678d32cb
commit
2bbd0fd9da
1 changed files with 5 additions and 1 deletions
|
|
@ -1219,7 +1219,11 @@ static const struct intel_device_info intel_device_info_arl_h = {
|
|||
.writeback_incoherent = PAT_ENTRY(0, WB, NONE), \
|
||||
.writecombining = PAT_ENTRY(6, WC, NONE), \
|
||||
}, \
|
||||
.cooperative_matrix_configurations = { { 0 }, }, \
|
||||
.cooperative_matrix_configurations = { \
|
||||
{ INTEL_CMAT_SCOPE_SUBGROUP, 8, 16, 16, INTEL_CMAT_FLOAT16, INTEL_CMAT_FLOAT16, INTEL_CMAT_FLOAT32, INTEL_CMAT_FLOAT32 }, \
|
||||
{ INTEL_CMAT_SCOPE_SUBGROUP, 8, 16, 32, INTEL_CMAT_SINT8, INTEL_CMAT_SINT8, INTEL_CMAT_SINT32, INTEL_CMAT_SINT32 }, \
|
||||
{ INTEL_CMAT_SCOPE_SUBGROUP, 8, 16, 32, INTEL_CMAT_UINT8, INTEL_CMAT_UINT8, INTEL_CMAT_UINT32, INTEL_CMAT_UINT32 }, \
|
||||
}, \
|
||||
.has_flat_ccs = true
|
||||
|
||||
static const struct intel_device_info intel_device_info_bmg = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue