summaryrefslogtreecommitdiff
path: root/src/database/kernels/xgemm_direct/xgemm_direct_16.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/kernels/xgemm_direct/xgemm_direct_16.hpp')
-rw-r--r--src/database/kernels/xgemm_direct/xgemm_direct_16.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/database/kernels/xgemm_direct/xgemm_direct_16.hpp b/src/database/kernels/xgemm_direct/xgemm_direct_16.hpp
index b93bb355..22dc9fd9 100644
--- a/src/database/kernels/xgemm_direct/xgemm_direct_16.hpp
+++ b/src/database/kernels/xgemm_direct/xgemm_direct_16.hpp
@@ -19,7 +19,11 @@ const DatabaseEntry XgemmDirectHalf = {
{ kDeviceNameDefault , Params{ 8, 32, 8, 8, 32, 1, 1, 1, 1, 32, 0, 0, 0, 0, 0, 0 } },
} },
{ "default", {
- { kDeviceNameDefault , Params{ 8, 32, 8, 8, 32, 1, 1, 1, 1, 32, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 2, 16, 16, 16, 16, 1, 1, 2, 2, 32, 0, 0, 0, 0, 0, 0 } },
+ } },
+ { "gfx1030", {
+ { Name{"AMD Radeon RX 6800 XT "}, Params{ 2, 16, 16, 16, 16, 1, 1, 2, 2, 32, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 2, 16, 16, 16, 16, 1, 1, 2, 2, 32, 0, 0, 0, 0, 0, 0 } },
} },
}
},