summaryrefslogtreecommitdiff
path: root/src/database/kernels/gemm_routine/gemm_routine_32.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-07-13 21:25:21 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-07-13 21:25:21 +0200
commitf72620f47453a98b199f94ca39ff7d410d571684 (patch)
tree833a011914dbd97cef16d8aaefdfabfcfee46208 /src/database/kernels/gemm_routine/gemm_routine_32.hpp
parent3621639b63c291d29024339c6fc4f05be8be8a84 (diff)
Added tuning results for Intel i5-4970S
Diffstat (limited to 'src/database/kernels/gemm_routine/gemm_routine_32.hpp')
-rw-r--r--src/database/kernels/gemm_routine/gemm_routine_32.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/database/kernels/gemm_routine/gemm_routine_32.hpp b/src/database/kernels/gemm_routine/gemm_routine_32.hpp
index 8f838e6d..b685d4bc 100644
--- a/src/database/kernels/gemm_routine/gemm_routine_32.hpp
+++ b/src/database/kernels/gemm_routine/gemm_routine_32.hpp
@@ -23,8 +23,9 @@ const DatabaseEntry GemmRoutineSingle = {
{ // Intel CPUs
kDeviceTypeCPU, "Intel", {
{ "default", {
+ { Name{"Intel(R) Core(TM) i5-4590S CPU @ 3.00GHz "}, Params{ 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ Name{"Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz "}, Params{ 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
- { kDeviceNameDefault , Params{ 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},
@@ -61,7 +62,7 @@ const DatabaseEntry GemmRoutineSingle = {
{ // Default
kDeviceTypeAll, "default", {
{ "default", {
- { kDeviceNameDefault , Params{ 832, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},