projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff4b41d
)
intel/compiler: Add ICL to test_eu_validate.cpp
author
Matt Turner
<mattst88@gmail.com>
Mon, 29 Jan 2018 23:52:39 +0000
(15:52 -0800)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/src/intel/compiler/test_eu_validate.cpp
b/src/intel/compiler/test_eu_validate.cpp
index f6c2b35625ec71b9fdf87ea924b52eb4c939f7ff..d987311ef84070b77b488ae2080b5f15606a7683 100644
(file)
--- 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> {