From d918edaf9a8538e5ec1a7627a89570091fbf2790 Mon Sep 17 00:00:00 2001 From: Caio Oliveira Date: Mon, 18 Nov 2024 12:26:28 -0800 Subject: [PATCH] intel/common: Enable mi_builder test for PTL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Lionel Landwerlin Reviewed-by: José Roberto de Souza Part-of: --- src/intel/common/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/common/meson.build b/src/intel/common/meson.build index 95ac18c2d27..eb06f9b3b4e 100644 --- a/src/intel/common/meson.build +++ b/src/intel/common/meson.build @@ -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'], ['200', 'gfx20']] + ['125', 'gfx125'], ['200', 'gfx20'], ['300', 'gfx30']] executable( 'intel_@0@_mi_builder_test'.format(g[1]), files('tests/mi_builder_test.cpp'),