summaryrefslogtreecommitdiff
path: root/src/database/kernels/pad/pad_32.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-12-17 16:59:08 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-12-17 16:59:08 +0100
commit69f65915642a6a9b610651e4407e9127d544f416 (patch)
tree5eee6587c20837c1e57bd1d515d0baab74aca385 /src/database/kernels/pad/pad_32.hpp
parent7408f6e6ebaca968a0ebbbe158e232264b0f2eb9 (diff)
Removed all ARM Mali tuning results; re-added Mali-T760 and Mali-T628 results based on kernel pre-processor
Diffstat (limited to 'src/database/kernels/pad/pad_32.hpp')
-rw-r--r--src/database/kernels/pad/pad_32.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/database/kernels/pad/pad_32.hpp b/src/database/kernels/pad/pad_32.hpp
index 6a06d314..412d0a82 100644
--- a/src/database/kernels/pad/pad_32.hpp
+++ b/src/database/kernels/pad/pad_32.hpp
@@ -59,9 +59,9 @@ const DatabaseEntry PadSingle = {
{ // ARM GPUs
kDeviceTypeGPU, "ARM", {
{ "default", {
- { Name{"Mali-T628 "}, Params{ 32, 8, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
- { Name{"Mali-T760 "}, Params{ 32, 8, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
- { kDeviceNameDefault , Params{ 32, 8, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { Name{"Mali-T628 "}, Params{ 8, 16, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { Name{"Mali-T760 "}, Params{ 8, 16, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 16, 16, 2, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},