summaryrefslogtreecommitdiff
path: root/src/database/kernels/gemm_routine/gemm_routine_16.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2022-04-25 20:31:44 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2022-04-25 20:31:55 +0200
commit7ec8b2f29bdbc162a3a9ff2a28f9943d238c80da (patch)
treecf5bb14d8e9ce0f7cf751f847adcd2c49e5f8db9 /src/database/kernels/gemm_routine/gemm_routine_16.hpp
parentdf0e492d3996e71cf79c7ac0e504651fd2447ce1 (diff)
Add tuning results for Radeon RX 6800 XT
Diffstat (limited to 'src/database/kernels/gemm_routine/gemm_routine_16.hpp')
-rw-r--r--src/database/kernels/gemm_routine/gemm_routine_16.hpp13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/database/kernels/gemm_routine/gemm_routine_16.hpp b/src/database/kernels/gemm_routine/gemm_routine_16.hpp
index 352dfc6c..b9e46b33 100644
--- a/src/database/kernels/gemm_routine/gemm_routine_16.hpp
+++ b/src/database/kernels/gemm_routine/gemm_routine_16.hpp
@@ -12,6 +12,17 @@ namespace database {
const DatabaseEntry GemmRoutineHalf = {
"GemmRoutine", Precision::kHalf, {"XGEMM_MIN_INDIRECT_SIZE"}, {
+ { // AMD GPUs
+ kDeviceTypeGPU, "AMD", {
+ { "default", {
+ { kDeviceNameDefault , Params{ 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ } },
+ { "gfx1030", {
+ { Name{"AMD Radeon RX 6800 XT "}, Params{ 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ } },
+ }
+ },
{ // ARM GPUs
kDeviceTypeGPU, "ARM", {
{ "default", {
@@ -31,7 +42,7 @@ const DatabaseEntry GemmRoutineHalf = {
{ // Default
kDeviceTypeAll, "default", {
{ "default", {
- { kDeviceNameDefault , Params{ 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},