summaryrefslogtreecommitdiff
path: root/src/database/kernels/xgemv_fast/xgemv_fast_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/xgemv_fast/xgemv_fast_16.hpp
parentdf0e492d3996e71cf79c7ac0e504651fd2447ce1 (diff)
Add tuning results for Radeon RX 6800 XT
Diffstat (limited to 'src/database/kernels/xgemv_fast/xgemv_fast_16.hpp')
-rw-r--r--src/database/kernels/xgemv_fast/xgemv_fast_16.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/database/kernels/xgemv_fast/xgemv_fast_16.hpp b/src/database/kernels/xgemv_fast/xgemv_fast_16.hpp
index bc1d2a72..dabbef4f 100644
--- a/src/database/kernels/xgemv_fast/xgemv_fast_16.hpp
+++ b/src/database/kernels/xgemv_fast/xgemv_fast_16.hpp
@@ -19,7 +19,11 @@ const DatabaseEntry XgemvFastHalf = {
{ kDeviceNameDefault , Params{ 1, 32, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
{ "default", {
- { kDeviceNameDefault , Params{ 1, 32, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 2, 32, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ } },
+ { "gfx1030", {
+ { Name{"AMD Radeon RX 6800 XT "}, Params{ 2, 32, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 2, 32, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
} },
}
},