summaryrefslogtreecommitdiff
path: root/include/internal/database/xaxpy.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/xaxpy.h
parentf4c09220c196f09a5494378d39e8d7c626e6d377 (diff)
Added tuning results for the ARM Mali-T628 GPU
Diffstat (limited to 'include/internal/database/xaxpy.h')
-rw-r--r--include/internal/database/xaxpy.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/include/internal/database/xaxpy.h b/include/internal/database/xaxpy.h
index 491dfc68..aa0c2d2f 100644
--- a/include/internal/database/xaxpy.h
+++ b/include/internal/database/xaxpy.h
@@ -23,6 +23,12 @@ const Database::DatabaseEntry Database::XaxpySingle = {
{ "default", { {"VW",1}, {"WGS",64}, {"WPT",1} } },
}
},
+ { // ARM GPUs
+ kDeviceTypeGPU, "ARM", {
+ { "Mali-T628", { {"VW",4}, {"WGS",256}, {"WPT",1} } },
+ { "default", { {"VW",4}, {"WGS",256}, {"WPT",1} } },
+ }
+ },
{ // Intel CPUs
kDeviceTypeCPU, "Intel", {
{ "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { {"VW",1}, {"WGS",512}, {"WPT",1} } },
@@ -76,6 +82,12 @@ const Database::DatabaseEntry Database::XaxpyComplexSingle = {
{ "default", { {"VW",1}, {"WGS",64}, {"WPT",1} } },
}
},
+ { // ARM GPUs
+ kDeviceTypeGPU, "ARM", {
+ { "Mali-T628", { {"VW",1}, {"WGS",256}, {"WPT",1} } },
+ { "default", { {"VW",1}, {"WGS",256}, {"WPT",1} } },
+ }
+ },
{ // Intel CPUs
kDeviceTypeCPU, "Intel", {
{ "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { {"VW",4}, {"WGS",256}, {"WPT",1} } },
@@ -129,6 +141,12 @@ const Database::DatabaseEntry Database::XaxpyDouble = {
{ "default", { {"VW",1}, {"WGS",64}, {"WPT",1} } },
}
},
+ { // ARM GPUs
+ kDeviceTypeGPU, "ARM", {
+ { "Mali-T628", { {"VW",2}, {"WGS",128}, {"WPT",2} } },
+ { "default", { {"VW",2}, {"WGS",128}, {"WPT",2} } },
+ }
+ },
{ // Intel CPUs
kDeviceTypeCPU, "Intel", {
{ "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { {"VW",1}, {"WGS",1024}, {"WPT",1} } },
@@ -175,6 +193,12 @@ const Database::DatabaseEntry Database::XaxpyComplexDouble = {
{ "default", { {"VW",1}, {"WGS",128}, {"WPT",1} } },
}
},
+ { // ARM GPUs
+ kDeviceTypeGPU, "ARM", {
+ { "Mali-T628", { {"VW",1}, {"WGS",64}, {"WPT",8} } },
+ { "default", { {"VW",1}, {"WGS",64}, {"WPT",8} } },
+ }
+ },
{ // Intel CPUs
kDeviceTypeCPU, "Intel", {
{ "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { {"VW",8}, {"WGS",128}, {"WPT",1} } },