summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2020-12-08 16:20:26 -0800
committerJordan Justen <jordan.l.justen@intel.com>2021-01-11 13:05:49 -0800
commitd3458e111ffa7d6fc0da2660ab2cf9f0e8d6ee1b (patch)
treeb89f25c3191c14223dd6508557bdd2d60a3f0c24
parentaa7a86c78aa64d0c393499f845794d871e2bf75d (diff)
intel/common: Build mi_builder_test for gen 12.5gen12hp-mi_builder_test
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
-rw-r--r--src/intel/common/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intel/common/meson.build b/src/intel/common/meson.build
index 53c458f447d..4d08a627213 100644
--- a/src/intel/common/meson.build
+++ b/src/intel/common/meson.build
@@ -65,7 +65,8 @@ 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'], ['120', 'gen12']]
+ ['90', 'gen9'], ['110', 'gen11'], ['120', 'gen12'],
+ ['125', 'gen125']]
executable(
'intel_@0@_mi_builder_test'.format(g[1]),
files('tests/gen_mi_builder_test.cpp'),