summaryrefslogtreecommitdiff
path: root/src/database/kernels/xconvgemm/xconvgemm_6464.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2019-01-19 15:32:35 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2019-01-19 15:32:35 +0100
commitc42e48068bfd51a19f9918f20b43be94c0e3dcf2 (patch)
tree2d51c38fb09dd49d92ba14f6f8a0e5d4f888b2ec /src/database/kernels/xconvgemm/xconvgemm_6464.hpp
parent560f7a40f6cbebf5c8d48f1d5aa5f6163b841eb2 (diff)
Added a few more initial Intel tuning parameters for convgemm
Diffstat (limited to 'src/database/kernels/xconvgemm/xconvgemm_6464.hpp')
-rw-r--r--src/database/kernels/xconvgemm/xconvgemm_6464.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database/kernels/xconvgemm/xconvgemm_6464.hpp b/src/database/kernels/xconvgemm/xconvgemm_6464.hpp
index 6aabe88c..a60cf2cb 100644
--- a/src/database/kernels/xconvgemm/xconvgemm_6464.hpp
+++ b/src/database/kernels/xconvgemm/xconvgemm_6464.hpp
@@ -15,7 +15,7 @@ const DatabaseEntry XconvgemmComplexDouble = {
{ // Default
kDeviceTypeAll, "default", {
{ "default", {
- { kDeviceNameDefault , Params{ 1, 16, 8, 8, 16, 0, 0, 1, 1, 32, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 1, 8, 16, 16, 8, 0, 0, 1, 1, 32, 0, 0, 0, 0, 0, 0 } },
} },
}
},