summaryrefslogtreecommitdiff
path: root/src/database/kernels/pad/pad_64.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-04-07 17:48:25 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-04-07 17:48:25 +0200
commit16f7f496838cfb5faa0892dd95226a36dc9507a4 (patch)
tree2ea1f3d1f22b8698795fd302b9131e26dccd5103 /src/database/kernels/pad/pad_64.hpp
parent9596e46d01655fe0ac9efd97f711a3350313c8ab (diff)
Added tuning results for NVIDIA GeForce 970
Diffstat (limited to 'src/database/kernels/pad/pad_64.hpp')
-rw-r--r--src/database/kernels/pad/pad_64.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/database/kernels/pad/pad_64.hpp b/src/database/kernels/pad/pad_64.hpp
index 22ecbbe7..c5f4918a 100644
--- a/src/database/kernels/pad/pad_64.hpp
+++ b/src/database/kernels/pad/pad_64.hpp
@@ -116,6 +116,7 @@ const DatabaseEntry PadDouble = {
{ kDeviceNameDefault , Params{ 8, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
{ "SM5.2", {
+ { Name{"GeForce GTX 970 "}, Params{ 16, 16, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ Name{"GeForce GTX 980 "}, Params{ 8, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ Name{"GeForce GTX TITAN X "}, Params{ 16, 8, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ kDeviceNameDefault , Params{ 16, 8, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
@@ -128,7 +129,7 @@ const DatabaseEntry PadDouble = {
{ kDeviceNameDefault , Params{ 32, 8, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
{ "default", {
- { kDeviceNameDefault , Params{ 32, 8, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 16, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},