summaryrefslogtreecommitdiff
path: root/src/database/kernels/invert/invert_16.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2023-06-24 12:10:08 +0200
committerGitHub <noreply@github.com>2023-06-24 12:10:08 +0200
commitaf667c45fe9e7698fedc98031e933df413251f85 (patch)
treea6ad942ef570accc1d15d942627c8ffe80fb6902 /src/database/kernels/invert/invert_16.hpp
parent28a61c53a69ad598cd3ed8992fb6be88643f3c4b (diff)
Add 6 tuning results (#493)
* Add tuning results for 6 devices * Add GPU generation names for NVIDIA and AMD GPUs in the documentation
Diffstat (limited to 'src/database/kernels/invert/invert_16.hpp')
-rw-r--r--src/database/kernels/invert/invert_16.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/database/kernels/invert/invert_16.hpp b/src/database/kernels/invert/invert_16.hpp
index 1b2fb951..908babb9 100644
--- a/src/database/kernels/invert/invert_16.hpp
+++ b/src/database/kernels/invert/invert_16.hpp
@@ -16,6 +16,7 @@ const DatabaseEntry InvertHalf = {
kDeviceTypeGPU, "AMD", {
{ "Ellesmere", {
{ Name{"AMD Radeon RX 580 2048SP "}, Params{ 16, 1, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { Name{"AMD Radeon RX590 GME "}, Params{ 16, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ kDeviceNameDefault , Params{ 16, 1, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
{ "default", {
@@ -47,6 +48,14 @@ const DatabaseEntry InvertHalf = {
{ Name{"AMD Radeon Graphics "}, 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 } },
} },
+ { "gfx1100", {
+ { Name{"Radeon RX 7900 XTX "}, Params{ 16, 1, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 16, 1, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ } },
+ { "gfx1102", {
+ { Name{"AMD Radeon RX 7600 "}, 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 } },
+ } },
{ "gfx902", {
{ Name{"AMD Radeon(TM) Graphics "}, Params{ 16, 1, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ Name{"AMD Radeon(TM) RX Vega 10 Graphics "}, Params{ 16, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },