diff options
author | Matt Turner <[email protected]> | 2018-01-29 15:52:39 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2018-02-28 11:15:47 -0800 |
commit | 6f00bf519d6f13eb58e7495a41b8f8b055782832 (patch) | |
tree | a5730603f400b6a4ae4fa5ec286a95c8fc977bad /src/intel/compiler/test_eu_validate.cpp | |
parent | ff4b41dd1dffe81f70572c9183062cd36b0074dc (diff) |
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 <[email protected]>
Diffstat (limited to 'src/intel/compiler/test_eu_validate.cpp')
-rw-r--r-- | src/intel/compiler/test_eu_validate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/compiler/test_eu_validate.cpp b/src/intel/compiler/test_eu_validate.cpp index f6c2b35625e..d987311ef84 100644 --- a/src/intel/compiler/test_eu_validate.cpp +++ b/src/intel/compiler/test_eu_validate.cpp @@ -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> { |