summaryrefslogtreecommitdiff
path: root/src/database/kernels/pad/pad_64.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2021-08-27 22:17:30 +0200
committerGitHub <noreply@github.com>2021-08-27 22:17:30 +0200
commit4500a03440e2cc54998c0edab366babf5e504d67 (patch)
tree9047b8ff7c8f7bb05d6781c3ae9bc04c8d3e4ef3 /src/database/kernels/pad/pad_64.hpp
parentcb761e375b7328896be5c0b1e095a2feefed9e63 (diff)
parent772dd307abb4318b42c7c4b33e77cfea28c3ffb8 (diff)
Merge pull request #425 from CNugteren/tesla_t4_correctness
Tesla T4 tuning parameters
Diffstat (limited to 'src/database/kernels/pad/pad_64.hpp')
-rw-r--r--src/database/kernels/pad/pad_64.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/database/kernels/pad/pad_64.hpp b/src/database/kernels/pad/pad_64.hpp
index 7c959c92..14a272ed 100644
--- a/src/database/kernels/pad/pad_64.hpp
+++ b/src/database/kernels/pad/pad_64.hpp
@@ -149,8 +149,8 @@ const DatabaseEntry PadDouble = {
{ "SM7.5", {
{ Name{"Quadro T2000 "}, Params{ 8, 8, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ Name{"TITAN RTX "}, Params{ 8, 8, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
- { Name{"Tesla T4 "}, Params{ 16, 8, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
- { kDeviceNameDefault , Params{ 8, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { Name{"Tesla T4 "}, 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 } },
} },
{ "SM8.0", {
{ Name{"A100-PCIE-40GB "}, Params{ 16, 8, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },