summaryrefslogtreecommitdiff
path: root/src/database/kernels/xconvgemm/xconvgemm_32.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_32.hpp
parent560f7a40f6cbebf5c8d48f1d5aa5f6163b841eb2 (diff)
Added a few more initial Intel tuning parameters for convgemm
Diffstat (limited to 'src/database/kernels/xconvgemm/xconvgemm_32.hpp')
-rw-r--r--src/database/kernels/xconvgemm/xconvgemm_32.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/database/kernels/xconvgemm/xconvgemm_32.hpp b/src/database/kernels/xconvgemm/xconvgemm_32.hpp
index c8d8dfa7..216a9f42 100644
--- a/src/database/kernels/xconvgemm/xconvgemm_32.hpp
+++ b/src/database/kernels/xconvgemm/xconvgemm_32.hpp
@@ -15,15 +15,16 @@ const DatabaseEntry XconvgemmSingle = {
{ // Intel GPUs
kDeviceTypeGPU, "Intel", {
{ "default", {
+ { Name{"Intel(R) Gen9 HD Graphics NEO "}, Params{ 1, 16, 32, 8, 8, 0, 0, 1, 4, 32, 0, 0, 0, 0, 0, 0 } },
{ Name{"Intel(R) HD Graphics Skylake ULT GT2 "}, Params{ 1, 16, 8, 8, 16, 0, 0, 1, 1, 32, 0, 0, 0, 0, 0, 0 } },
- { 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 } },
} },
}
},
{ // 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 } },
} },
}
},