intel: add mi_builder_test for gen12

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
Eric Engestrom
2019-12-10 16:09:36 +00:00
parent 2129b4152c
commit b2dac806f8
+1 -1
View File
@@ -62,7 +62,7 @@ install_intel_gpu_tests = get_option('install-intel-gpu-tests')
if install_intel_gpu_tests
foreach g : [['70', 'gen7'], ['75', 'hsw'], ['80', 'gen8'],
['90', 'gen9'], ['110', 'gen11']]
['90', 'gen9'], ['110', 'gen11'], ['120', 'gen12']]
executable(
'intel_@0@_mi_builder_test'.format(g[1]),
files('tests/gen_mi_builder_test.cpp'),