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:
Matt Turner
2018-01-29 15:52:39 -08:00
parent ff4b41dd1d
commit 6f00bf519d
+1
View File
@@ -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> {