summaryrefslogtreecommitdiff
path: root/src/database/kernels/xgemv_fast/xgemv_fast_16.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-09-14 21:27:33 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-09-14 21:27:33 +0200
commit0d13d814c21f1fdb3b0781b84bf12914aec5225a (patch)
treef4ed5bfe6b13a5e865b1973ca571df87f1af4bc2 /src/database/kernels/xgemv_fast/xgemv_fast_16.hpp
parent14a61d24258498811ac0dfd11cad6087a231fa2a (diff)
Added architecture layer in the tuning database for better performance on unseen devices
Diffstat (limited to 'src/database/kernels/xgemv_fast/xgemv_fast_16.hpp')
-rw-r--r--src/database/kernels/xgemv_fast/xgemv_fast_16.hpp21
1 files changed, 15 insertions, 6 deletions
diff --git a/src/database/kernels/xgemv_fast/xgemv_fast_16.hpp b/src/database/kernels/xgemv_fast/xgemv_fast_16.hpp
index 6728e713..42a1e4ab 100644
--- a/src/database/kernels/xgemv_fast/xgemv_fast_16.hpp
+++ b/src/database/kernels/xgemv_fast/xgemv_fast_16.hpp
@@ -14,20 +14,29 @@ const DatabaseEntry XgemvFastHalf = {
"XgemvFast", Precision::kHalf, {"VW2", "WGS2", "WPT2"}, {
{ // AMD GPUs
kDeviceTypeGPU, "AMD", {
- { "Ellesmere", { 1, 32, 1 } },
- { "default", { 1, 32, 1 } },
+ { "Ellesmere", {
+ { "AMD Radeon RX 480", { 1, 32, 1 } },
+ { "default", { 1, 32, 1 } },
+ } },
+ { "default", {
+ { "default", { 1, 32, 1 } },
+ } },
}
},
{ // Intel GPUs
kDeviceTypeGPU, "Intel", {
- { "Intel(R) HD Graphics 5500 BroadWell U-Processor GT2", { 1, 16, 1 } },
- { "Intel(R) HD Graphics Skylake ULT GT2", { 4, 64, 4 } },
- { "default", { 1, 16, 1 } },
+ { "default", {
+ { "Intel(R) HD Graphics 5500 BroadWell U-Processor GT2", { 1, 16, 1 } },
+ { "Intel(R) HD Graphics Skylake ULT GT2", { 4, 64, 4 } },
+ { "default", { 1, 16, 1 } },
+ } },
}
},
{ // Default
kDeviceTypeAll, "default", {
- { "default", { 1, 16, 1 } },
+ { "default", {
+ { "default", { 1, 16, 1 } },
+ } },
}
},
}