summaryrefslogtreecommitdiff
path: root/src/database/kernels/copy.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-07-30 18:18:02 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-07-30 18:18:02 +0200
commit18d832e1493eaf2af8cb04328ebd2172cb085686 (patch)
tree4cdd420abbb0af6dac1d89ec33cfd88dac2934aa /src/database/kernels/copy.hpp
parent0ea16a0e635ebc9699bc83517b95f33547fadd3e (diff)
Added tuning results for the Qualcomm Adreno 330 GPU
Diffstat (limited to 'src/database/kernels/copy.hpp')
-rw-r--r--src/database/kernels/copy.hpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/database/kernels/copy.hpp b/src/database/kernels/copy.hpp
index 259f95c3..e5defb32 100644
--- a/src/database/kernels/copy.hpp
+++ b/src/database/kernels/copy.hpp
@@ -30,6 +30,12 @@ const Database::DatabaseEntry CopyHalf = {
{ "default", { 8, 32, 4, 8 } },
}
},
+ { // QUALCOMM GPUs
+ kDeviceTypeGPU, "QUALCOMM", {
+ { "QUALCOMM Adreno(TM)", { 32, 8, 8, 1 } },
+ { "default", { 32, 8, 8, 1 } },
+ }
+ },
{ // Default
kDeviceTypeAll, "default", {
{ "default", { 16, 8, 4, 4 } },
@@ -113,6 +119,12 @@ const Database::DatabaseEntry CopySingle = {
{ "default", { 8, 32, 4, 1 } },
}
},
+ { // QUALCOMM GPUs
+ kDeviceTypeGPU, "QUALCOMM", {
+ { "QUALCOMM Adreno(TM)", { 32, 8, 8, 1 } },
+ { "default", { 32, 8, 8, 1 } },
+ }
+ },
{ // Default
kDeviceTypeAll, "default", {
{ "default", { 32, 8, 4, 4 } },
@@ -187,6 +199,12 @@ const Database::DatabaseEntry CopyComplexSingle = {
{ "default", { 32, 8, 1, 1 } },
}
},
+ { // QUALCOMM GPUs
+ kDeviceTypeGPU, "QUALCOMM", {
+ { "QUALCOMM Adreno(TM)", { 32, 8, 1, 1 } },
+ { "default", { 32, 8, 1, 1 } },
+ }
+ },
{ // Default
kDeviceTypeAll, "default", {
{ "default", { 16, 8, 1, 2 } },