summaryrefslogtreecommitdiff
path: root/src/database/kernels/xgemv_fast/xgemv_fast_32.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/xgemv_fast/xgemv_fast_32.hpp
parentdea3b5fadbd533616aac9ba48fb991bf85f1e32b (diff)
Add tuning results for NVIDIA Tesla T4
Diffstat (limited to 'src/database/kernels/xgemv_fast/xgemv_fast_32.hpp')
-rw-r--r--src/database/kernels/xgemv_fast/xgemv_fast_32.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/database/kernels/xgemv_fast/xgemv_fast_32.hpp b/src/database/kernels/xgemv_fast/xgemv_fast_32.hpp
index 6407a7af..12363ef8 100644
--- a/src/database/kernels/xgemv_fast/xgemv_fast_32.hpp
+++ b/src/database/kernels/xgemv_fast/xgemv_fast_32.hpp
@@ -160,7 +160,8 @@ const DatabaseEntry XgemvFastSingle = {
{ "SM7.5", {
{ Name{"Quadro T2000 "}, Params{ 1, 32, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ Name{"TITAN RTX "}, Params{ 1, 64, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
- { kDeviceNameDefault , Params{ 1, 64, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { Name{"Tesla T4 "}, Params{ 1, 128, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 1, 128, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
{ "SM8.0", {
{ Name{"A100-PCIE-40GB "}, Params{ 1, 32, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },