summaryrefslogtreecommitdiff
path: root/src/database/kernels/copy/copy_3232.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2020-10-10 13:01:12 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2020-10-10 13:01:12 +0200
commit0ee39af5edf9c66e8153674dcaccb06aacd7315f (patch)
tree378116212ae631b8097e35ee92f9837a75ac4da7 /src/database/kernels/copy/copy_3232.hpp
parent481d86665f1d79ce59e1677eea15d618f1ac62bf (diff)
Add tuning results for TITAN RTX
Diffstat (limited to 'src/database/kernels/copy/copy_3232.hpp')
-rw-r--r--src/database/kernels/copy/copy_3232.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/database/kernels/copy/copy_3232.hpp b/src/database/kernels/copy/copy_3232.hpp
index ab55609b..08ee3c25 100644
--- a/src/database/kernels/copy/copy_3232.hpp
+++ b/src/database/kernels/copy/copy_3232.hpp
@@ -153,6 +153,10 @@ const DatabaseEntry CopyComplexSingle = {
{ Name{"TITAN X (Pascal) "}, Params{ 8, 16, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ kDeviceNameDefault , Params{ 32, 16, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
+ { "SM7.5", {
+ { Name{"TITAN RTX "}, Params{ 8, 8, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 8, 8, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ } },
{ "default", {
{ kDeviceNameDefault , Params{ 16, 8, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },