summaryrefslogtreecommitdiff
path: root/src/database/kernels/invert/invert_6464.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/invert/invert_6464.hpp
parent9596e46d01655fe0ac9efd97f711a3350313c8ab (diff)
Added tuning results for NVIDIA GeForce 970
Diffstat (limited to 'src/database/kernels/invert/invert_6464.hpp')
-rw-r--r--src/database/kernels/invert/invert_6464.hpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/database/kernels/invert/invert_6464.hpp b/src/database/kernels/invert/invert_6464.hpp
index 26fd7fc8..1ee2e7a5 100644
--- a/src/database/kernels/invert/invert_6464.hpp
+++ b/src/database/kernels/invert/invert_6464.hpp
@@ -18,15 +18,19 @@ const DatabaseEntry InvertComplexDouble = {
{ Name{"GeForce 920MX "}, Params{ 16, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ kDeviceNameDefault , Params{ 16, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
+ { "SM5.2", {
+ { Name{"GeForce GTX 970 "}, Params{ 16, 1, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 16, 1, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ } },
{ "default", {
- { kDeviceNameDefault , Params{ 16, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 16, 1, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},
{ // Default
kDeviceTypeAll, "default", {
{ "default", {
- { kDeviceNameDefault , Params{ 16, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 16, 1, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},