intel/compiler: Add ICL to test_eu_validate.cpp
authorMatt Turner <mattst88@gmail.com>
Mon, 29 Jan 2018 23:52:39 +0000 (15:52 -0800)
committerMatt Turner <mattst88@gmail.com>
Wed, 28 Feb 2018 19:15:47 +0000 (11:15 -0800)
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>
src/intel/compiler/test_eu_validate.cpp

index f6c2b35625ec71b9fdf87ea924b52eb4c939f7ff..d987311ef84070b77b488ae2080b5f15606a7683 100644 (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> {