summaryrefslogtreecommitdiff
path: root/src/database/kernels/xgemv_fast.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-09-03 12:44:11 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-09-03 12:45:11 +0200
commit19574b2519e723cbca0b0fa0964e8e5823c24911 (patch)
tree541626748c46b30e235f3953539dc054cc62fe3f /src/database/kernels/xgemv_fast.hpp
parent478fb089d5b5105a2736079b26b20e415683649d (diff)
Updated tuning results for Haswell GT2 Mobile GPU; fixed database script to handle duplicate entries of different runs
Diffstat (limited to 'src/database/kernels/xgemv_fast.hpp')
-rw-r--r--src/database/kernels/xgemv_fast.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/database/kernels/xgemv_fast.hpp b/src/database/kernels/xgemv_fast.hpp
index 7e948540..173f09aa 100644
--- a/src/database/kernels/xgemv_fast.hpp
+++ b/src/database/kernels/xgemv_fast.hpp
@@ -58,7 +58,7 @@ const Database::DatabaseEntry Database::XgemvFastSingle = {
{ "Intel(R) HD Graphics Skylake ULT GT2", { {"VW2",1}, {"WGS2",256}, {"WPT2",1} } },
{ "Iris", { {"VW2",1}, {"WGS2",128}, {"WPT2",2} } },
{ "Iris Pro", { {"VW2",1}, {"WGS2",128}, {"WPT2",2} } },
- { "default", { {"VW2",2}, {"WGS2",64}, {"WPT2",2} } },
+ { "default", { {"VW2",1}, {"WGS2",128}, {"WPT2",1} } },
}
},
{ // Intel accelerators
@@ -86,7 +86,7 @@ const Database::DatabaseEntry Database::XgemvFastSingle = {
},
{ // Default
kDeviceTypeAll, "default", {
- { "default", { {"VW2",1}, {"WGS2",64}, {"WPT2",1} } },
+ { "default", { {"VW2",4}, {"WGS2",128}, {"WPT2",4} } },
}
},
}
@@ -120,7 +120,7 @@ const Database::DatabaseEntry Database::XgemvFastComplexSingle = {
{ "Intel(R) HD Graphics Skylake ULT GT2", { {"VW2",1}, {"WGS2",64}, {"WPT2",1} } },
{ "Iris", { {"VW2",1}, {"WGS2",64}, {"WPT2",1} } },
{ "Iris Pro", { {"VW2",4}, {"WGS2",128}, {"WPT2",4} } },
- { "default", { {"VW2",2}, {"WGS2",64}, {"WPT2",2} } },
+ { "default", { {"VW2",1}, {"WGS2",64}, {"WPT2",1} } },
}
},
{ // Intel accelerators