summaryrefslogtreecommitdiff
path: root/src/database/kernels/pad/pad_64.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-12-17 17:57:28 +0100
committerGitHub <noreply@github.com>2017-12-17 17:57:28 +0100
commita40d91f68fa6d66b7f1eadf9117b14b60b8d6366 (patch)
tree5eee6587c20837c1e57bd1d515d0baab74aca385 /src/database/kernels/pad/pad_64.hpp
parentebce82e650c48ffcac6fc83530173af94ae36fd6 (diff)
parent69f65915642a6a9b610651e4407e9127d544f416 (diff)
Merge pull request #230 from CNugteren/kernel_preprocessor
Added an OpenCL kernel preprocessor
Diffstat (limited to 'src/database/kernels/pad/pad_64.hpp')
-rw-r--r--src/database/kernels/pad/pad_64.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/database/kernels/pad/pad_64.hpp b/src/database/kernels/pad/pad_64.hpp
index be3dc81b..369b01b4 100644
--- a/src/database/kernels/pad/pad_64.hpp
+++ b/src/database/kernels/pad/pad_64.hpp
@@ -51,9 +51,8 @@ const DatabaseEntry PadDouble = {
{ // ARM GPUs
kDeviceTypeGPU, "ARM", {
{ "default", {
- { Name{"Mali-T628 "}, Params{ 32, 8, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
- { Name{"Mali-T760 "}, Params{ 16, 8, 2, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
- { kDeviceNameDefault , Params{ 16, 8, 2, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { Name{"Mali-T760 "}, Params{ 32, 8, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 32, 8, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},
@@ -126,7 +125,7 @@ const DatabaseEntry PadDouble = {
{ // Default
kDeviceTypeAll, "default", {
{ "default", {
- { kDeviceNameDefault , Params{ 16, 8, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 16, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},