intel/brw: Enable mi_builder test for Xe2

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31299>
This commit is contained in:
Caio Oliveira 2024-09-20 21:14:16 -07:00
parent a0ea2a656f
commit 366f63fd88

View file

@ -90,7 +90,7 @@ endif
if with_tests and not with_platform_android
foreach g : [['70', 'gfx7'], ['75', 'hsw'], ['80', 'gfx8'],
['90', 'gfx9'], ['110', 'gfx11'], ['120', 'gfx12'],
['125', 'gfx125']]
['125', 'gfx125'], ['200', 'gfx20']]
executable(
'intel_@0@_mi_builder_test'.format(g[1]),
files('tests/mi_builder_test.cpp'),