summaryrefslogtreecommitdiff
path: root/src/database/kernels/copy/copy_64.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-11-24 21:16:54 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-11-24 21:16:54 +0100
commitabb4d5ab324878337853685d1fdb705b913deeb4 (patch)
tree438f2c22e0df5df14d59bb69a8b11305903d8d62 /src/database/kernels/copy/copy_64.hpp
parent606990af6f7297528dcc44f67ce777e1ba56d2d0 (diff)
Added tuning results for ARM Mali T760 GPU
Diffstat (limited to 'src/database/kernels/copy/copy_64.hpp')
-rw-r--r--src/database/kernels/copy/copy_64.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/database/kernels/copy/copy_64.hpp b/src/database/kernels/copy/copy_64.hpp
index bc1b752d..882cab5a 100644
--- a/src/database/kernels/copy/copy_64.hpp
+++ b/src/database/kernels/copy/copy_64.hpp
@@ -52,7 +52,8 @@ const DatabaseEntry CopyDouble = {
kDeviceTypeGPU, "ARM", {
{ "default", {
{ Name{"Mali-T628 "}, Params{ 16, 8, 8, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
- { kDeviceNameDefault , Params{ 16, 8, 8, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { Name{"Mali-T760 "}, Params{ 32, 8, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 32, 8, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},
@@ -125,7 +126,7 @@ const DatabaseEntry CopyDouble = {
{ // Default
kDeviceTypeAll, "default", {
{ "default", {
- { kDeviceNameDefault , Params{ 32, 8, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 32, 8, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},