From e59ea46180e6540ec5abbb83eeec97b083484466 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Thu, 19 Aug 2021 20:23:25 +0200 Subject: Add tuning results for NVIDIA A100 --- src/database/kernels/invert/invert_32.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/database/kernels/invert/invert_32.hpp') diff --git a/src/database/kernels/invert/invert_32.hpp b/src/database/kernels/invert/invert_32.hpp index aeb8a6d4..411d1009 100644 --- a/src/database/kernels/invert/invert_32.hpp +++ b/src/database/kernels/invert/invert_32.hpp @@ -54,6 +54,10 @@ const DatabaseEntry InvertSingle = { { Name{"TITAN RTX "}, Params{ 16, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, { kDeviceNameDefault , Params{ 16, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, } }, + { "SM8.0", { + { Name{"A100-PCIE-40GB "}, Params{ 16, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { kDeviceNameDefault , Params{ 16, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + } }, { "default", { { kDeviceNameDefault , Params{ 16, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, } }, -- cgit v1.2.3