summaryrefslogtreecommitdiff
path: root/src/database/kernels/xgemm_direct/xgemm_direct_32.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2021-08-27 20:39:59 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2021-08-27 20:39:59 +0200
commit772dd307abb4318b42c7c4b33e77cfea28c3ffb8 (patch)
tree9047b8ff7c8f7bb05d6781c3ae9bc04c8d3e4ef3 /src/database/kernels/xgemm_direct/xgemm_direct_32.hpp
parent1f639b7264a7caa4ddc12b2511a6bd1aaef85f34 (diff)
Add Quadro T2000 tuning parameters for the Tesla T4
Diffstat (limited to 'src/database/kernels/xgemm_direct/xgemm_direct_32.hpp')
-rw-r--r--src/database/kernels/xgemm_direct/xgemm_direct_32.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/database/kernels/xgemm_direct/xgemm_direct_32.hpp b/src/database/kernels/xgemm_direct/xgemm_direct_32.hpp
index a0a84220..29e2245c 100644
--- a/src/database/kernels/xgemm_direct/xgemm_direct_32.hpp
+++ b/src/database/kernels/xgemm_direct/xgemm_direct_32.hpp
@@ -122,6 +122,7 @@ const DatabaseEntry XgemmDirectSingle = {
{ "SM7.5", {
{ Name{"Quadro T2000 "}, Params{ 8, 16, 8, 16, 8, 1, 0, 2, 2, 32, 0, 0, 0, 0, 0, 0 } },
{ Name{"TITAN RTX "}, Params{ 16, 8, 16, 32, 8, 1, 0, 1, 1, 32, 0, 0, 0, 0, 0, 0 } },
+ { Name{"Tesla T4 "}, Params{ 8, 16, 8, 16, 8, 1, 0, 2, 2, 32, 0, 0, 0, 0, 0, 0 } },
{ kDeviceNameDefault , Params{ 8, 16, 8, 16, 8, 1, 0, 2, 2, 32, 0, 0, 0, 0, 0, 0 } },
} },
{ "SM8.0", {
@@ -144,7 +145,7 @@ const DatabaseEntry XgemmDirectSingle = {
{ // Default
kDeviceTypeAll, "default", {
{ "default", {
- { kDeviceNameDefault , Params{ 2, 8, 8, 8, 8, 1, 1, 1, 1, 16, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 2, 8, 8, 8, 8, 1, 1, 1, 2, 16, 0, 0, 0, 0, 0, 0 } },
} },
}
},