summaryrefslogtreecommitdiff
path: root/src/database/kernels/xger.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-06-19 14:59:50 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-06-19 14:59:50 +0200
commit66908ef5cd6d170e4100c3b0ba78a43244149002 (patch)
tree9d96789a0b3e169e98ca9af9d4b96315c092d969 /src/database/kernels/xger.hpp
parenteab8d3cda11862b30b42aacbbb2de04db29e2a5e (diff)
Added tuning results for 'Intel(R) HD Graphics Haswell Ultrabook GT2 Mobile' (thanks to OursDesCavernes)
Diffstat (limited to 'src/database/kernels/xger.hpp')
-rw-r--r--src/database/kernels/xger.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/database/kernels/xger.hpp b/src/database/kernels/xger.hpp
index f2e0a36f..3727cc57 100644
--- a/src/database/kernels/xger.hpp
+++ b/src/database/kernels/xger.hpp
@@ -58,9 +58,10 @@ const Database::DatabaseEntry Database::XgerSingle = {
},
{ // Intel GPUs
kDeviceTypeGPU, "Intel", {
+ { "Intel(R) HD Graphics Haswell Ultrabook GT2 Mobile", { {"WGS1",256}, {"WGS2",2}, {"WPT",2} } },
{ "Intel(R) HD Graphics Skylake ULT GT2", { {"WGS1",8}, {"WGS2",8}, {"WPT",4} } },
{ "Iris Pro", { {"WGS1",64}, {"WGS2",1}, {"WPT",4} } },
- { "default", { {"WGS1",8}, {"WGS2",1}, {"WPT",4} } },
+ { "default", { {"WGS1",8}, {"WGS2",1}, {"WPT",2} } },
}
},
{ // NVIDIA GPUs
@@ -108,9 +109,10 @@ const Database::DatabaseEntry Database::XgerComplexSingle = {
},
{ // Intel GPUs
kDeviceTypeGPU, "Intel", {
+ { "Intel(R) HD Graphics Haswell Ultrabook GT2 Mobile", { {"WGS1",128}, {"WGS2",4}, {"WPT",1} } },
{ "Intel(R) HD Graphics Skylake ULT GT2", { {"WGS1",128}, {"WGS2",4}, {"WPT",2} } },
{ "Iris Pro", { {"WGS1",16}, {"WGS2",2}, {"WPT",4} } },
- { "default", { {"WGS1",16}, {"WGS2",2}, {"WPT",2} } },
+ { "default", { {"WGS1",16}, {"WGS2",2}, {"WPT",1} } },
}
},
{ // NVIDIA GPUs