summaryrefslogtreecommitdiff
path: root/include/internal/database/xgemv.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-05-22 15:29:05 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-05-22 15:29:05 +0200
commitb6268d0c22732d2d1b0832cbbf1a33c21a13b442 (patch)
tree1bbeec034fe2840c5783f5121f2969628c4200df /include/internal/database/xgemv.h
parent88551b40055a51800118865940626020d3fc064e (diff)
Added first tuning results for the half-precision xGEMV kernels
Diffstat (limited to 'include/internal/database/xgemv.h')
-rw-r--r--include/internal/database/xgemv.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/internal/database/xgemv.h b/include/internal/database/xgemv.h
index bbbe62f6..c6e9d600 100644
--- a/include/internal/database/xgemv.h
+++ b/include/internal/database/xgemv.h
@@ -14,6 +14,24 @@
namespace clblast {
// =================================================================================================
+const Database::DatabaseEntry Database::XgemvHalf = {
+ "Xgemv", Precision::kHalf, {
+ { // Intel GPUs
+ kDeviceTypeGPU, "Intel", {
+ { "Intel(R) HD Graphics Skylake ULT GT2", { {"WGS1",256}, {"WPT1",1}, {"VW2",2}, {"WGS2",64}, {"WPT2",2}, {"VW3",4}, {"WGS3",64}, {"WPT3",4} } },
+ { "default", { {"WGS1",256}, {"WPT1",1}, {"VW2",2}, {"WGS2",64}, {"WPT2",2}, {"VW3",4}, {"WGS3",64}, {"WPT3",4} } },
+ }
+ },
+ { // Default
+ kDeviceTypeAll, "default", {
+ { "default", { {"WGS1",256}, {"WPT1",1}, {"VW2",2}, {"WGS2",64}, {"WPT2",2}, {"VW3",4}, {"WGS3",64}, {"WPT3",4} } },
+ }
+ },
+ }
+};
+
+// =================================================================================================
+
const Database::DatabaseEntry Database::XgemvSingle = {
"Xgemv", Precision::kSingle, {
{ // AMD GPUs