summaryrefslogtreecommitdiff
path: root/include/internal/database/xger.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-06-01 09:39:33 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-06-01 09:39:33 +0200
commit137d1d870890f4f9f8c43d06aef9d404a5b4a77e (patch)
treebe8a6bd560a828800d3ad2f0eaa59b52001f77b4 /include/internal/database/xger.h
parent983df6a8b47a41a9575a3b857ab16afdd18908d0 (diff)
Added tuning parameters for 'GRID K520' and 'HD Graphics Skylake ULT GT2'
Diffstat (limited to 'include/internal/database/xger.h')
-rw-r--r--include/internal/database/xger.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/include/internal/database/xger.h b/include/internal/database/xger.h
index 81b8b98a..f2e0a36f 100644
--- a/include/internal/database/xger.h
+++ b/include/internal/database/xger.h
@@ -58,12 +58,14 @@ const Database::DatabaseEntry Database::XgerSingle = {
},
{ // Intel GPUs
kDeviceTypeGPU, "Intel", {
+ { "Intel(R) HD Graphics Skylake ULT GT2", { {"WGS1",8}, {"WGS2",8}, {"WPT",4} } },
{ "Iris Pro", { {"WGS1",64}, {"WGS2",1}, {"WPT",4} } },
- { "default", { {"WGS1",64}, {"WGS2",1}, {"WPT",4} } },
+ { "default", { {"WGS1",8}, {"WGS2",1}, {"WPT",4} } },
}
},
{ // NVIDIA GPUs
kDeviceTypeGPU, "NVIDIA", {
+ { "GRID K520", { {"WGS1",128}, {"WGS2",1}, {"WPT",2} } },
{ "GeForce GTX 480", { {"WGS1",256}, {"WGS2",1}, {"WPT",4} } },
{ "GeForce GTX 680", { {"WGS1",128}, {"WGS2",1}, {"WPT",4} } },
{ "GeForce GTX TITAN", { {"WGS1",32}, {"WGS2",4}, {"WPT",2} } },
@@ -72,7 +74,7 @@ const Database::DatabaseEntry Database::XgerSingle = {
},
{ // Default
kDeviceTypeAll, "default", {
- { "default", { {"WGS1",32}, {"WGS2",1}, {"WPT",1} } },
+ { "default", { {"WGS1",8}, {"WGS2",1}, {"WPT",1} } },
}
},
}
@@ -106,12 +108,14 @@ const Database::DatabaseEntry Database::XgerComplexSingle = {
},
{ // Intel GPUs
kDeviceTypeGPU, "Intel", {
+ { "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",4} } },
+ { "default", { {"WGS1",16}, {"WGS2",2}, {"WPT",2} } },
}
},
{ // NVIDIA GPUs
kDeviceTypeGPU, "NVIDIA", {
+ { "GRID K520", { {"WGS1",64}, {"WGS2",4}, {"WPT",2} } },
{ "GeForce GTX 480", { {"WGS1",128}, {"WGS2",2}, {"WPT",2} } },
{ "GeForce GTX 680", { {"WGS1",32}, {"WGS2",4}, {"WPT",2} } },
{ "GeForce GTX TITAN", { {"WGS1",16}, {"WGS2",16}, {"WPT",2} } },
@@ -154,6 +158,7 @@ const Database::DatabaseEntry Database::XgerDouble = {
},
{ // NVIDIA GPUs
kDeviceTypeGPU, "NVIDIA", {
+ { "GRID K520", { {"WGS1",128}, {"WGS2",8}, {"WPT",2} } },
{ "GeForce GTX 480", { {"WGS1",32}, {"WGS2",4}, {"WPT",2} } },
{ "GeForce GTX 680", { {"WGS1",128}, {"WGS2",4}, {"WPT",2} } },
{ "GeForce GTX TITAN", { {"WGS1",16}, {"WGS2",8}, {"WPT",2} } },
@@ -196,6 +201,7 @@ const Database::DatabaseEntry Database::XgerComplexDouble = {
},
{ // NVIDIA GPUs
kDeviceTypeGPU, "NVIDIA", {
+ { "GRID K520", { {"WGS1",16}, {"WGS2",8}, {"WPT",2} } },
{ "GeForce GTX 480", { {"WGS1",64}, {"WGS2",2}, {"WPT",2} } },
{ "GeForce GTX 680", { {"WGS1",8}, {"WGS2",16}, {"WPT",1} } },
{ "GeForce GTX TITAN", { {"WGS1",32}, {"WGS2",4}, {"WPT",2} } },