summaryrefslogtreecommitdiff
path: root/src/database/kernels/xconvgemm/xconvgemm_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/xconvgemm/xconvgemm_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/xconvgemm/xconvgemm_16.hpp')
-rw-r--r--src/database/kernels/xconvgemm/xconvgemm_16.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/database/kernels/xconvgemm/xconvgemm_16.hpp b/src/database/kernels/xconvgemm/xconvgemm_16.hpp
index a1162572..737bd1f8 100644
--- a/src/database/kernels/xconvgemm/xconvgemm_16.hpp
+++ b/src/database/kernels/xconvgemm/xconvgemm_16.hpp
@@ -37,6 +37,10 @@ const DatabaseEntry XconvgemmHalf = {
{ Name{"AMD Radeon Graphics "}, Params{ 1, 8, 16, 16, 8, 0, 0, 2, 1, 32, 0, 0, 0, 0, 0, 0 } },
{ kDeviceNameDefault , Params{ 1, 8, 16, 16, 8, 0, 0, 2, 1, 32, 0, 0, 0, 0, 0, 0 } },
} },
+ { "gfx1100", {
+ { Name{"Radeon RX 7900 XTX "}, Params{ 1, 8, 16, 8, 8, 0, 0, 1, 4, 32, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 1, 8, 16, 8, 8, 0, 0, 1, 4, 32, 0, 0, 0, 0, 0, 0 } },
+ } },
{ "gfx902", {
{ Name{"AMD Radeon(TM) RX Vega 10 Graphics "}, Params{ 1, 8, 16, 8, 8, 0, 0, 2, 4, 32, 0, 0, 0, 0, 0, 0 } },
{ kDeviceNameDefault , Params{ 1, 8, 16, 8, 8, 0, 0, 2, 4, 32, 0, 0, 0, 0, 0, 0 } },