summaryrefslogtreecommitdiff
path: root/src/database/kernels/invert/invert_32.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2019-02-09 16:31:48 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2019-02-09 16:31:48 +0100
commit7084311e454f312094195df06fba12996e64fb05 (patch)
tree9c36d3eac8587ffaa669c896ac4cd26d1fbe6189 /src/database/kernels/invert/invert_32.hpp
parent1035e533cd5fb42ae9309aeb7a65a6b7833323a6 (diff)
Added tuning parameters for Tesla P100 16GB
Diffstat (limited to 'src/database/kernels/invert/invert_32.hpp')
-rw-r--r--src/database/kernels/invert/invert_32.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/database/kernels/invert/invert_32.hpp b/src/database/kernels/invert/invert_32.hpp
index 4c132193..aaaec3e5 100644
--- a/src/database/kernels/invert/invert_32.hpp
+++ b/src/database/kernels/invert/invert_32.hpp
@@ -42,6 +42,10 @@ const DatabaseEntry InvertSingle = {
{ Name{"GeForce GTX 970 "}, Params{ 16, 0, 4, 4, 0, 0, 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, 0, 0 } },
} },
+ { "SM6.0", {
+ { Name{"Tesla P100-PCIE-16GB "}, Params{ 16, 0, 4, 4, 0, 0, 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, 0, 0 } },
+ } },
{ "SM6.1", {
{ Name{"GeForce GTX 1070 Ti "}, Params{ 16, 0, 4, 4, 0, 0, 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, 0, 0 } },