intel/compiler: Add ICL to test_eu_validate.cpp
With the Align16 tests now disabled, we can run the rest of the tests in ICL mode (and see them pass!) Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
@@ -56,6 +56,7 @@ static const struct gen_info {
|
||||
{ "glk", 9, IS_GLK },
|
||||
{ "cfl", 9, IS_CFL },
|
||||
{ "cnl", 10 },
|
||||
{ "icl", 11 },
|
||||
};
|
||||
|
||||
class validation_test: public ::testing::TestWithParam<struct gen_info> {
|
||||
|
||||
Reference in New Issue
Block a user