summaryrefslogtreecommitdiff
path: root/src/database/kernels/xdot.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/kernels/xdot.hpp')
-rw-r--r--src/database/kernels/xdot.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/database/kernels/xdot.hpp b/src/database/kernels/xdot.hpp
index ea154b6e..c3f86cf9 100644
--- a/src/database/kernels/xdot.hpp
+++ b/src/database/kernels/xdot.hpp
@@ -45,6 +45,7 @@ const Database::DatabaseEntry XdotSingle = {
{ // AMD GPUs
kDeviceTypeGPU, "AMD", {
{ "AMD Radeon R9 M370X Compute Engine", { {"WGS1",128}, {"WGS2",32} } },
+ { "ATI Radeon HD 6750M", { {"WGS1",256}, {"WGS2",32} } },
{ "Ellesmere", { {"WGS1",128}, {"WGS2",32} } },
{ "Oland", { {"WGS1",256}, {"WGS2",32} } },
{ "Pitcairn", { {"WGS1",128}, {"WGS2",32} } },
@@ -106,6 +107,7 @@ const Database::DatabaseEntry XdotComplexSingle = {
{ // AMD GPUs
kDeviceTypeGPU, "AMD", {
{ "AMD Radeon R9 M370X Compute Engine", { {"WGS1",64}, {"WGS2",32} } },
+ { "ATI Radeon HD 6750M", { {"WGS1",256}, {"WGS2",256} } },
{ "Ellesmere", { {"WGS1",256}, {"WGS2",32} } },
{ "Oland", { {"WGS1",128}, {"WGS2",32} } },
{ "Pitcairn", { {"WGS1",256}, {"WGS2",32} } },