summaryrefslogtreecommitdiff
path: root/include/internal/database/xger.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-03-12 15:10:35 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2016-03-12 15:10:35 +0100
commit83c6a517659ee1d005da32a7593e8b5fdb7827ee (patch)
tree3014ff7ba456e228ed9b00acea8f63867d637e58 /include/internal/database/xger.h
parentf4c09220c196f09a5494378d39e8d7c626e6d377 (diff)
Added tuning results for the ARM Mali-T628 GPU
Diffstat (limited to 'include/internal/database/xger.h')
-rw-r--r--include/internal/database/xger.h26
1 files changed, 25 insertions, 1 deletions
diff --git a/include/internal/database/xger.h b/include/internal/database/xger.h
index 1f7730b1..ccc7a06f 100644
--- a/include/internal/database/xger.h
+++ b/include/internal/database/xger.h
@@ -22,6 +22,12 @@ const Database::DatabaseEntry Database::XgerSingle = {
{ "default", { {"WGS1",256}, {"WGS2",1}, {"WPT",1} } },
}
},
+ { // ARM GPUs
+ kDeviceTypeGPU, "ARM", {
+ { "Mali-T628", { {"WGS1",64}, {"WGS2",4}, {"WPT",4} } },
+ { "default", { {"WGS1",64}, {"WGS2",4}, {"WPT",4} } },
+ }
+ },
{ // Intel CPUs
kDeviceTypeCPU, "Intel", {
{ "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { {"WGS1",128}, {"WGS2",2}, {"WPT",4} } },
@@ -52,6 +58,12 @@ const Database::DatabaseEntry Database::XgerComplexSingle = {
{ "default", { {"WGS1",64}, {"WGS2",4}, {"WPT",1} } },
}
},
+ { // ARM GPUs
+ kDeviceTypeGPU, "ARM", {
+ { "Mali-T628", { {"WGS1",128}, {"WGS2",1}, {"WPT",1} } },
+ { "default", { {"WGS1",128}, {"WGS2",1}, {"WPT",1} } },
+ }
+ },
{ // Intel CPUs
kDeviceTypeCPU, "Intel", {
{ "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { {"WGS1",512}, {"WGS2",8}, {"WPT",2} } },
@@ -66,7 +78,7 @@ const Database::DatabaseEntry Database::XgerComplexSingle = {
},
{ // Default
kDeviceTypeAll, "default", {
- { "default", { {"WGS1",16}, {"WGS2",2}, {"WPT",1} } },
+ { "default", { {"WGS1",16}, {"WGS2",1}, {"WPT",1} } },
}
},
}
@@ -82,6 +94,12 @@ const Database::DatabaseEntry Database::XgerDouble = {
{ "default", { {"WGS1",32}, {"WGS2",4}, {"WPT",1} } },
}
},
+ { // ARM GPUs
+ kDeviceTypeGPU, "ARM", {
+ { "Mali-T628", { {"WGS1",64}, {"WGS2",4}, {"WPT",1} } },
+ { "default", { {"WGS1",64}, {"WGS2",4}, {"WPT",1} } },
+ }
+ },
{ // Intel CPUs
kDeviceTypeCPU, "Intel", {
{ "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { {"WGS1",512}, {"WGS2",16}, {"WPT",1} } },
@@ -106,6 +124,12 @@ const Database::DatabaseEntry Database::XgerComplexDouble = {
{ "default", { {"WGS1",64}, {"WGS2",1}, {"WPT",1} } },
}
},
+ { // ARM GPUs
+ kDeviceTypeGPU, "ARM", {
+ { "Mali-T628", { {"WGS1",64}, {"WGS2",2}, {"WPT",4} } },
+ { "default", { {"WGS1",64}, {"WGS2",2}, {"WPT",4} } },
+ }
+ },
{ // Intel CPUs
kDeviceTypeCPU, "Intel", {
{ "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { {"WGS1",512}, {"WGS2",1}, {"WPT",1} } },