summaryrefslogtreecommitdiff
path: root/src/database/kernels/xaxpy.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-03-04 15:24:55 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-03-04 15:24:55 +0100
commite9ef037549e19a1e8ec6c40155227c2dd7cf0cd6 (patch)
tree4ebeac4924758e5197755679c57390b747482af1 /src/database/kernels/xaxpy.hpp
parente993ee077b50d3a6134309d465a4174b5c749596 (diff)
Added tuning results for the Radeon HD6750M GPU (Apple OpenCL)
Diffstat (limited to 'src/database/kernels/xaxpy.hpp')
-rw-r--r--src/database/kernels/xaxpy.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/database/kernels/xaxpy.hpp b/src/database/kernels/xaxpy.hpp
index 4b747f0a..18f63c4c 100644
--- a/src/database/kernels/xaxpy.hpp
+++ b/src/database/kernels/xaxpy.hpp
@@ -45,6 +45,7 @@ const Database::DatabaseEntry XaxpySingle = {
{ // AMD GPUs
kDeviceTypeGPU, "AMD", {
{ "AMD Radeon R9 M370X Compute Engine", { {"VW",1}, {"WGS",128}, {"WPT",1} } },
+ { "ATI Radeon HD 6750M", { {"VW",1}, {"WGS",256}, {"WPT",2} } },
{ "Ellesmere", { {"VW",1}, {"WGS",64}, {"WPT",4} } },
{ "Hawaii", { {"VW",2}, {"WGS",64}, {"WPT",2} } },
{ "Oland", { {"VW",1}, {"WGS",128}, {"WPT",1} } },
@@ -124,6 +125,7 @@ const Database::DatabaseEntry XaxpyComplexSingle = {
{ // AMD GPUs
kDeviceTypeGPU, "AMD", {
{ "AMD Radeon R9 M370X Compute Engine", { {"VW",2}, {"WGS",64}, {"WPT",8} } },
+ { "ATI Radeon HD 6750M", { {"VW",1}, {"WGS",64}, {"WPT",1} } },
{ "Ellesmere", { {"VW",2}, {"WGS",256}, {"WPT",1} } },
{ "Hawaii", { {"VW",1}, {"WGS",128}, {"WPT",2} } },
{ "Oland", { {"VW",1}, {"WGS",128}, {"WPT",1} } },