summaryrefslogtreecommitdiff
path: root/include/internal/database/xaxpy.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-05-01 19:33:50 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-05-01 19:33:50 +0200
commit27d0ac7f388d8d8f06eb704ee8173ffb55ac25a1 (patch)
treed19fae6f5dbe299e3925f5ca6c2c1a19d20c6eba /include/internal/database/xaxpy.h
parentc94b628318d3f074a684a0a0df5128343179bed0 (diff)
Added tuning results for AMD Pitcairn (R9 270X)
Diffstat (limited to 'include/internal/database/xaxpy.h')
-rw-r--r--include/internal/database/xaxpy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/internal/database/xaxpy.h b/include/internal/database/xaxpy.h
index 71a4c7f2..09706fb0 100644
--- a/include/internal/database/xaxpy.h
+++ b/include/internal/database/xaxpy.h
@@ -19,6 +19,7 @@ const Database::DatabaseEntry Database::XaxpySingle = {
{ // AMD GPUs
kDeviceTypeGPU, "AMD", {
{ "AMD Radeon R9 M370X Compute Engine", { {"VW",1}, {"WGS",128}, {"WPT",1} } },
+ { "Pitcairn", { {"VW",2}, {"WGS",128}, {"WPT",1} } },
{ "Tahiti", { {"VW",2}, {"WGS",64}, {"WPT",1} } },
{ "default", { {"VW",1}, {"WGS",64}, {"WPT",1} } },
}
@@ -78,6 +79,7 @@ const Database::DatabaseEntry Database::XaxpyComplexSingle = {
{ // AMD GPUs
kDeviceTypeGPU, "AMD", {
{ "AMD Radeon R9 M370X Compute Engine", { {"VW",2}, {"WGS",64}, {"WPT",8} } },
+ { "Pitcairn", { {"VW",1}, {"WGS",64}, {"WPT",1} } },
{ "Tahiti", { {"VW",1}, {"WGS",64}, {"WPT",1} } },
{ "default", { {"VW",1}, {"WGS",64}, {"WPT",1} } },
}
@@ -137,6 +139,7 @@ const Database::DatabaseEntry Database::XaxpyDouble = {
{ // AMD GPUs
kDeviceTypeGPU, "AMD", {
{ "AMD Radeon R9 M370X Compute Engine", { {"VW",1}, {"WGS",256}, {"WPT",1} } },
+ { "Pitcairn", { {"VW",1}, {"WGS",128}, {"WPT",1} } },
{ "Tahiti", { {"VW",1}, {"WGS",64}, {"WPT",1} } },
{ "default", { {"VW",1}, {"WGS",64}, {"WPT",1} } },
}
@@ -189,6 +192,7 @@ const Database::DatabaseEntry Database::XaxpyComplexDouble = {
{ // AMD GPUs
kDeviceTypeGPU, "AMD", {
{ "AMD Radeon R9 M370X Compute Engine", { {"VW",1}, {"WGS",128}, {"WPT",1} } },
+ { "Pitcairn", { {"VW",1}, {"WGS",128}, {"WPT",1} } },
{ "Tahiti", { {"VW",1}, {"WGS",128}, {"WPT",1} } },
{ "default", { {"VW",1}, {"WGS",128}, {"WPT",1} } },
}