summaryrefslogtreecommitdiff
path: root/include/internal/database/copy.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/copy.h
parentf4c09220c196f09a5494378d39e8d7c626e6d377 (diff)
Added tuning results for the ARM Mali-T628 GPU
Diffstat (limited to 'include/internal/database/copy.h')
-rw-r--r--include/internal/database/copy.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/internal/database/copy.h b/include/internal/database/copy.h
index 820e0f04..42c9c21c 100644
--- a/include/internal/database/copy.h
+++ b/include/internal/database/copy.h
@@ -23,6 +23,12 @@ const Database::DatabaseEntry Database::CopySingle = {
{ "default", { {"COPY_DIMX",32}, {"COPY_DIMY",8}, {"COPY_VW",2}, {"COPY_WPT",1} } },
}
},
+ { // ARM GPUs
+ kDeviceTypeGPU, "ARM", {
+ { "Mali-T628", { {"COPY_DIMX",32}, {"COPY_DIMY",8}, {"COPY_VW",2}, {"COPY_WPT",4} } },
+ { "default", { {"COPY_DIMX",32}, {"COPY_DIMY",8}, {"COPY_VW",2}, {"COPY_WPT",4} } },
+ }
+ },
{ // Intel CPUs
kDeviceTypeCPU, "Intel", {
{ "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { {"COPY_DIMX",32}, {"COPY_DIMY",16}, {"COPY_VW",8}, {"COPY_WPT",2} } },
@@ -127,6 +133,12 @@ const Database::DatabaseEntry Database::CopyDouble = {
{ "default", { {"COPY_DIMX",8}, {"COPY_DIMY",8}, {"COPY_VW",1}, {"COPY_WPT",1} } },
}
},
+ { // ARM GPUs
+ kDeviceTypeGPU, "ARM", {
+ { "Mali-T628", { {"COPY_DIMX",16}, {"COPY_DIMY",8}, {"COPY_VW",8}, {"COPY_WPT",2} } },
+ { "default", { {"COPY_DIMX",16}, {"COPY_DIMY",8}, {"COPY_VW",8}, {"COPY_WPT",2} } },
+ }
+ },
{ // Intel CPUs
kDeviceTypeCPU, "Intel", {
{ "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { {"COPY_DIMX",16}, {"COPY_DIMY",8}, {"COPY_VW",8}, {"COPY_WPT",1} } },
@@ -173,6 +185,12 @@ const Database::DatabaseEntry Database::CopyComplexDouble = {
{ "default", { {"COPY_DIMX",8}, {"COPY_DIMY",16}, {"COPY_VW",1}, {"COPY_WPT",1} } },
}
},
+ { // ARM GPUs
+ kDeviceTypeGPU, "ARM", {
+ { "Mali-T628", { {"COPY_DIMX",32}, {"COPY_DIMY",8}, {"COPY_VW",1}, {"COPY_WPT",2} } },
+ { "default", { {"COPY_DIMX",32}, {"COPY_DIMY",8}, {"COPY_VW",1}, {"COPY_WPT",2} } },
+ }
+ },
{ // Intel CPUs
kDeviceTypeCPU, "Intel", {
{ "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { {"COPY_DIMX",32}, {"COPY_DIMY",8}, {"COPY_VW",8}, {"COPY_WPT",1} } },