summaryrefslogtreecommitdiff
path: root/src/database/kernels/xdot.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-05-11 22:53:52 -0700
committerCedric Nugteren <web@cedricnugteren.nl>2017-05-11 22:53:52 -0700
commit71933c341190fc17c390344b31614f0f46a67ad4 (patch)
tree788e040690474f0482712ff381f3029b457eb6b6 /src/database/kernels/xdot.hpp
parentd67455fdb861319da9d78772b6b65d10a66fe4b4 (diff)
Added tuning results for the AMD Radeon Fiji GPU
Diffstat (limited to 'src/database/kernels/xdot.hpp')
-rw-r--r--src/database/kernels/xdot.hpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/database/kernels/xdot.hpp b/src/database/kernels/xdot.hpp
index 2bc7eeba..2555a74b 100644
--- a/src/database/kernels/xdot.hpp
+++ b/src/database/kernels/xdot.hpp
@@ -47,12 +47,13 @@ const Database::DatabaseEntry XdotSingle = {
{ "AMD Radeon R9 M370X Compute Engine", { {"WGS1",128}, {"WGS2",32} } },
{ "ATI Radeon HD 6750M", { {"WGS1",256}, {"WGS2",32} } },
{ "Ellesmere", { {"WGS1",128}, {"WGS2",32} } },
+ { "Fiji", { {"WGS1",256}, {"WGS2",32} } },
{ "Oland", { {"WGS1",256}, {"WGS2",32} } },
{ "Pitcairn", { {"WGS1",128}, {"WGS2",32} } },
{ "Tahiti", { {"WGS1",128}, {"WGS2",32} } },
{ "Tonga", { {"WGS1",64}, {"WGS2",32} } },
{ "Turks", { {"WGS1",128}, {"WGS2",64} } },
- { "default", { {"WGS1",128}, {"WGS2",32} } },
+ { "default", { {"WGS1",256}, {"WGS2",32} } },
}
},
{ // Intel CPUs
@@ -109,6 +110,7 @@ const Database::DatabaseEntry XdotComplexSingle = {
{ "AMD Radeon R9 M370X Compute Engine", { {"WGS1",64}, {"WGS2",32} } },
{ "ATI Radeon HD 6750M", { {"WGS1",256}, {"WGS2",256} } },
{ "Ellesmere", { {"WGS1",256}, {"WGS2",32} } },
+ { "Fiji", { {"WGS1",256}, {"WGS2",64} } },
{ "Oland", { {"WGS1",128}, {"WGS2",32} } },
{ "Pitcairn", { {"WGS1",256}, {"WGS2",32} } },
{ "Tahiti", { {"WGS1",64}, {"WGS2",32} } },
@@ -170,6 +172,7 @@ const Database::DatabaseEntry XdotDouble = {
kDeviceTypeGPU, "AMD", {
{ "AMD Radeon R9 M370X Compute Engine", { {"WGS1",64}, {"WGS2",128} } },
{ "Ellesmere", { {"WGS1",128}, {"WGS2",64} } },
+ { "Fiji", { {"WGS1",256}, {"WGS2",32} } },
{ "Oland", { {"WGS1",256}, {"WGS2",32} } },
{ "Pitcairn", { {"WGS1",128}, {"WGS2",32} } },
{ "Tahiti", { {"WGS1",256}, {"WGS2",32} } },
@@ -205,7 +208,7 @@ const Database::DatabaseEntry XdotDouble = {
},
{ // Default
kDeviceTypeAll, "default", {
- { "default", { {"WGS1",128}, {"WGS2",64} } },
+ { "default", { {"WGS1",256}, {"WGS2",64} } },
}
},
}
@@ -219,6 +222,7 @@ const Database::DatabaseEntry XdotComplexDouble = {
kDeviceTypeGPU, "AMD", {
{ "AMD Radeon R9 M370X Compute Engine", { {"WGS1",64}, {"WGS2",32} } },
{ "Ellesmere", { {"WGS1",256}, {"WGS2",32} } },
+ { "Fiji", { {"WGS1",256}, {"WGS2",32} } },
{ "Oland", { {"WGS1",256}, {"WGS2",32} } },
{ "Pitcairn", { {"WGS1",256}, {"WGS2",32} } },
{ "Tahiti", { {"WGS1",256}, {"WGS2",32} } },
@@ -254,7 +258,7 @@ const Database::DatabaseEntry XdotComplexDouble = {
},
{ // Default
kDeviceTypeAll, "default", {
- { "default", { {"WGS1",128}, {"WGS2",32} } },
+ { "default", { {"WGS1",256}, {"WGS2",32} } },
}
},
}