summaryrefslogtreecommitdiff
path: root/src/database/kernels/pad/pad_3232.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-11-07 22:20:13 +0100
committerGitHub <noreply@github.com>2017-11-07 22:20:13 +0100
commitb18cc9d3f18accf88c9551c98c51b99add57b96c (patch)
treea9017ad18e161647b05ba6c597dfe8ae5125298b /src/database/kernels/pad/pad_3232.hpp
parent061b1c571b86714f1d323563a9ac587a850ecddc (diff)
parent6fe9916231a0c6316e3427aaed3be281080a2692 (diff)
Merge pull request #212 from CNugteren/kernel_selection_tuner
GEMM kernel selection tuner
Diffstat (limited to 'src/database/kernels/pad/pad_3232.hpp')
-rw-r--r--src/database/kernels/pad/pad_3232.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database/kernels/pad/pad_3232.hpp b/src/database/kernels/pad/pad_3232.hpp
index 06823819..2f9893bf 100644
--- a/src/database/kernels/pad/pad_3232.hpp
+++ b/src/database/kernels/pad/pad_3232.hpp
@@ -154,7 +154,7 @@ const DatabaseEntry PadComplexSingle = {
{ // Default
kDeviceTypeAll, "default", {
{ "default", {
- { kDeviceNameDefault , Params{ 32, 8, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 32, 8, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},