summaryrefslogtreecommitdiff
path: root/src/database/kernels/gemm_routine/gemm_routine_6464.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2021-08-19 20:31:52 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2021-08-19 20:31:52 +0200
commitadb4b02982bb5d7b20600587af4e8bafb99bd5e7 (patch)
tree6e39aca1bbf2310fd0728d3f3981a9b3289bd647 /src/database/kernels/gemm_routine/gemm_routine_6464.hpp
parentdea3b5fadbd533616aac9ba48fb991bf85f1e32b (diff)
Add tuning results for NVIDIA Tesla T4
Diffstat (limited to 'src/database/kernels/gemm_routine/gemm_routine_6464.hpp')
-rw-r--r--src/database/kernels/gemm_routine/gemm_routine_6464.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/database/kernels/gemm_routine/gemm_routine_6464.hpp b/src/database/kernels/gemm_routine/gemm_routine_6464.hpp
index a47ba49d..d2abbd2b 100644
--- a/src/database/kernels/gemm_routine/gemm_routine_6464.hpp
+++ b/src/database/kernels/gemm_routine/gemm_routine_6464.hpp
@@ -47,14 +47,15 @@ const DatabaseEntry GemmRoutineComplexDouble = {
{ "SM7.5", {
{ Name{"Quadro T2000 "}, Params{ 1472, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ Name{"TITAN RTX "}, Params{ 768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
- { kDeviceNameDefault , Params{ 960, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { Name{"Tesla T4 "}, Params{ 640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 896, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
{ "SM8.0", {
{ Name{"A100-PCIE-40GB "}, Params{ 1728, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ kDeviceNameDefault , Params{ 1728, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
{ "default", {
- { kDeviceNameDefault , Params{ 1088, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},