summaryrefslogtreecommitdiff
path: root/src/database/kernels/xaxpy/xaxpy_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/xaxpy/xaxpy_16.hpp
parent14a61d24258498811ac0dfd11cad6087a231fa2a (diff)
Added architecture layer in the tuning database for better performance on unseen devices
Diffstat (limited to 'src/database/kernels/xaxpy/xaxpy_16.hpp')
-rw-r--r--src/database/kernels/xaxpy/xaxpy_16.hpp27
1 files changed, 19 insertions, 8 deletions
diff --git a/src/database/kernels/xaxpy/xaxpy_16.hpp b/src/database/kernels/xaxpy/xaxpy_16.hpp
index 08f635f8..07594592 100644
--- a/src/database/kernels/xaxpy/xaxpy_16.hpp
+++ b/src/database/kernels/xaxpy/xaxpy_16.hpp
@@ -14,26 +14,37 @@ const DatabaseEntry XaxpyHalf = {
"Xaxpy", Precision::kHalf, {"VW", "WGS", "WPT"}, {
{ // AMD GPUs
kDeviceTypeGPU, "AMD", {
- { "Ellesmere", { 4, 128, 4 } },
- { "default", { 4, 128, 4 } },
+ { "Ellesmere", {
+ { "AMD Radeon RX 480", { 4, 128, 4 } },
+ { "default", { 4, 128, 4 } },
+ } },
+ { "default", {
+ { "default", { 4, 128, 4 } },
+ } },
}
},
{ // Intel GPUs
kDeviceTypeGPU, "Intel", {
- { "Intel(R) HD Graphics 5500 BroadWell U-Processor GT2", { 1, 64, 1 } },
- { "Intel(R) HD Graphics Skylake ULT GT2", { 8, 64, 1 } },
- { "default", { 8, 64, 1 } },
+ { "default", {
+ { "Intel(R) HD Graphics 5500 BroadWell U-Processor GT2", { 1, 64, 1 } },
+ { "Intel(R) HD Graphics Skylake ULT GT2", { 8, 64, 1 } },
+ { "default", { 8, 64, 1 } },
+ } },
}
},
{ // QUALCOMM GPUs
kDeviceTypeGPU, "QUALCOMM", {
- { "QUALCOMM Adreno(TM)", { 8, 64, 1 } },
- { "default", { 8, 64, 1 } },
+ { "default", {
+ { "QUALCOMM Adreno(TM)", { 8, 64, 1 } },
+ { "default", { 8, 64, 1 } },
+ } },
}
},
{ // Default
kDeviceTypeAll, "default", {
- { "default", { 8, 64, 1 } },
+ { "default", {
+ { "default", { 8, 64, 1 } },
+ } },
}
},
}