summaryrefslogtreecommitdiff
path: root/src/database/kernels/invert/invert_32.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2021-08-19 20:23:25 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2021-08-19 20:23:25 +0200
commite59ea46180e6540ec5abbb83eeec97b083484466 (patch)
tree5a7a65d8116417070d268221e49d3356a65f38df /src/database/kernels/invert/invert_32.hpp
parent6dbd6d96bc6898affef0ff873d1e3ac41bfa223b (diff)
Add tuning results for NVIDIA A100
Diffstat (limited to 'src/database/kernels/invert/invert_32.hpp')
-rw-r--r--src/database/kernels/invert/invert_32.hpp4
1 files changed, 4 insertions, 0 deletions
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 } },
} },