diff --git a/src/intel/compiler/test_eu_compact.cpp b/src/intel/compiler/test_eu_compact.cpp index 52e575447a2..b08af840ea3 100644 --- a/src/intel/compiler/test_eu_compact.cpp +++ b/src/intel/compiler/test_eu_compact.cpp @@ -215,7 +215,8 @@ INSTANTIATE_TEST_SUITE_P( CompactParams{ 110, BRW_ALIGN_1 }, CompactParams{ 120, BRW_ALIGN_1 }, CompactParams{ 125, BRW_ALIGN_1 }, - CompactParams{ 200, BRW_ALIGN_1 } + CompactParams{ 200, BRW_ALIGN_1 }, + CompactParams{ 300, BRW_ALIGN_1 } ), get_compact_params_name); diff --git a/src/intel/compiler/test_eu_validate.cpp b/src/intel/compiler/test_eu_validate.cpp index 428ac3539e4..1effbd2bef5 100644 --- a/src/intel/compiler/test_eu_validate.cpp +++ b/src/intel/compiler/test_eu_validate.cpp @@ -52,6 +52,7 @@ static const struct intel_gfx_info { { "mtl", }, { "lnl", }, { "bmg", }, + { "ptl", }, }; class validation_test: public ::testing::TestWithParam {