summaryrefslogtreecommitdiff
path: root/src/database/kernels/xgemv_fast/xgemv_fast_32.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-11-09 21:19:21 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-11-09 21:19:21 +0100
commitc41d219ea42087c1b8d933b733b381005123cb91 (patch)
tree10e6d1bd6dff584d6556e462d6c81b9ce9ef9abf /src/database/kernels/xgemv_fast/xgemv_fast_32.hpp
parent5d5e3f93bca53ac5069a3de8ede56b89a536bccc (diff)
Added tuning results for the GeForce GTX750Ti
Diffstat (limited to 'src/database/kernels/xgemv_fast/xgemv_fast_32.hpp')
-rw-r--r--src/database/kernels/xgemv_fast/xgemv_fast_32.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/database/kernels/xgemv_fast/xgemv_fast_32.hpp b/src/database/kernels/xgemv_fast/xgemv_fast_32.hpp
index 018073fa..3e1dfedd 100644
--- a/src/database/kernels/xgemv_fast/xgemv_fast_32.hpp
+++ b/src/database/kernels/xgemv_fast/xgemv_fast_32.hpp
@@ -104,7 +104,8 @@ const DatabaseEntry XgemvFastSingle = {
{ Name{"GeForce GT 650M "}, Params{ 2, 32, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ Name{"GeForce GTX 670 "}, Params{ 2, 256, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ Name{"GeForce GTX 680 "}, Params{ 1, 128, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
- { kDeviceNameDefault , Params{ 2, 128, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { Name{"GeForce GTX 760 Ti OEM "}, Params{ 1, 128, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 1, 64, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
{ "SM3.5", {
{ Name{"GeForce GTX TITAN "}, Params{ 1, 256, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },