summaryrefslogtreecommitdiff
path: root/include/internal/database/xaxpy.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-02-28 16:47:52 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2016-02-28 16:47:52 +0100
commitfa79720557412cad605589301580ccda39edce6c (patch)
tree6ca32652e5cbd335e57eb994a4e501d323a5042f /include/internal/database/xaxpy.h
parent3c27edb087ce12956cb526af9280276b49f5a692 (diff)
Added tuning results for Intel Iris Pro and AMD R9 M370X
Diffstat (limited to 'include/internal/database/xaxpy.h')
-rw-r--r--include/internal/database/xaxpy.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/include/internal/database/xaxpy.h b/include/internal/database/xaxpy.h
index bcaf80cd..491dfc68 100644
--- a/include/internal/database/xaxpy.h
+++ b/include/internal/database/xaxpy.h
@@ -18,8 +18,9 @@ const Database::DatabaseEntry Database::XaxpySingle = {
"Xaxpy", Precision::kSingle, {
{ // AMD GPUs
kDeviceTypeGPU, "AMD", {
+ { "AMD Radeon R9 M370X Compute Engine", { {"VW",1}, {"WGS",128}, {"WPT",1} } },
{ "Tahiti", { {"VW",2}, {"WGS",64}, {"WPT",1} } },
- { "default", { {"VW",2}, {"WGS",64}, {"WPT",1} } },
+ { "default", { {"VW",1}, {"WGS",64}, {"WPT",1} } },
}
},
{ // Intel CPUs
@@ -33,6 +34,7 @@ const Database::DatabaseEntry Database::XaxpySingle = {
{ // Intel GPUs
kDeviceTypeGPU, "Intel", {
{ "Iris", { {"VW",1}, {"WGS",64}, {"WPT",1} } },
+ { "Iris Pro", { {"VW",1}, {"WGS",128}, {"WPT",2} } },
{ "default", { {"VW",1}, {"WGS",64}, {"WPT",1} } },
}
},
@@ -69,6 +71,7 @@ const Database::DatabaseEntry Database::XaxpyComplexSingle = {
"Xaxpy", Precision::kComplexSingle, {
{ // AMD GPUs
kDeviceTypeGPU, "AMD", {
+ { "AMD Radeon R9 M370X Compute Engine", { {"VW",2}, {"WGS",64}, {"WPT",8} } },
{ "Tahiti", { {"VW",1}, {"WGS",64}, {"WPT",1} } },
{ "default", { {"VW",1}, {"WGS",64}, {"WPT",1} } },
}
@@ -84,7 +87,8 @@ const Database::DatabaseEntry Database::XaxpyComplexSingle = {
{ // Intel GPUs
kDeviceTypeGPU, "Intel", {
{ "Iris", { {"VW",2}, {"WGS",128}, {"WPT",1} } },
- { "default", { {"VW",2}, {"WGS",128}, {"WPT",1} } },
+ { "Iris Pro", { {"VW",1}, {"WGS",256}, {"WPT",8} } },
+ { "default", { {"VW",1}, {"WGS",128}, {"WPT",1} } },
}
},
{ // Intel accelerators
@@ -120,6 +124,7 @@ const Database::DatabaseEntry Database::XaxpyDouble = {
"Xaxpy", Precision::kDouble, {
{ // AMD GPUs
kDeviceTypeGPU, "AMD", {
+ { "AMD Radeon R9 M370X Compute Engine", { {"VW",1}, {"WGS",256}, {"WPT",1} } },
{ "Tahiti", { {"VW",1}, {"WGS",64}, {"WPT",1} } },
{ "default", { {"VW",1}, {"WGS",64}, {"WPT",1} } },
}
@@ -165,6 +170,7 @@ const Database::DatabaseEntry Database::XaxpyComplexDouble = {
"Xaxpy", Precision::kComplexDouble, {
{ // AMD GPUs
kDeviceTypeGPU, "AMD", {
+ { "AMD Radeon R9 M370X Compute Engine", { {"VW",1}, {"WGS",128}, {"WPT",1} } },
{ "Tahiti", { {"VW",1}, {"WGS",128}, {"WPT",1} } },
{ "default", { {"VW",1}, {"WGS",128}, {"WPT",1} } },
}