summaryrefslogtreecommitdiff
path: root/src/database/kernels/xdot/xdot_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/xdot/xdot_64.hpp
parent9596e46d01655fe0ac9efd97f711a3350313c8ab (diff)
Added tuning results for NVIDIA GeForce 970
Diffstat (limited to 'src/database/kernels/xdot/xdot_64.hpp')
-rw-r--r--src/database/kernels/xdot/xdot_64.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/database/kernels/xdot/xdot_64.hpp b/src/database/kernels/xdot/xdot_64.hpp
index bbdf5505..787d29df 100644
--- a/src/database/kernels/xdot/xdot_64.hpp
+++ b/src/database/kernels/xdot/xdot_64.hpp
@@ -100,6 +100,7 @@ const DatabaseEntry XdotDouble = {
{ kDeviceNameDefault , Params{ 128, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
{ "SM5.2", {
+ { Name{"GeForce GTX 970 "}, Params{ 512, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ Name{"GeForce GTX 980 "}, Params{ 128, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ Name{"GeForce GTX TITAN X "}, Params{ 256, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ kDeviceNameDefault , Params{ 256, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
@@ -112,7 +113,7 @@ const DatabaseEntry XdotDouble = {
{ kDeviceNameDefault , Params{ 128, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
{ "default", {
- { kDeviceNameDefault , Params{ 128, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 256, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},