summaryrefslogtreecommitdiff
path: root/include/internal/database/xgemv.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-05-22 16:46:05 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-05-22 16:46:05 +0200
commitf0cb3fdc81031625370d58da77f7cbe73fc130a7 (patch)
tree512a3209ab023f1168db3e16ada84f2782b3e1d4 /include/internal/database/xgemv.h
parentc8ff3f143fe94c87b23fd1bf36c1a4f91d305f01 (diff)
Fixed tuning results for half-precision; added first results for the xGER kernels
Diffstat (limited to 'include/internal/database/xgemv.h')
-rw-r--r--include/internal/database/xgemv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/internal/database/xgemv.h b/include/internal/database/xgemv.h
index c6e9d600..0d11f5ee 100644
--- a/include/internal/database/xgemv.h
+++ b/include/internal/database/xgemv.h
@@ -18,13 +18,13 @@ 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} } },
+ { "Intel(R) HD Graphics Skylake ULT GT2", { {"WGS1",128}, {"WPT1",1}, {"VW2",2}, {"WGS2",128}, {"WPT2",2}, {"VW3",1}, {"WGS3",64}, {"WPT3",1} } },
+ { "default", { {"WGS1",128}, {"WPT1",1}, {"VW2",2}, {"WGS2",128}, {"WPT2",2}, {"VW3",1}, {"WGS3",64}, {"WPT3",1} } },
}
},
{ // Default
kDeviceTypeAll, "default", {
- { "default", { {"WGS1",256}, {"WPT1",1}, {"VW2",2}, {"WGS2",64}, {"WPT2",2}, {"VW3",4}, {"WGS3",64}, {"WPT3",4} } },
+ { "default", { {"WGS1",128}, {"WPT1",1}, {"VW2",2}, {"WGS2",128}, {"WPT2",2}, {"VW3",1}, {"WGS3",64}, {"WPT3",1} } },
}
},
}