summaryrefslogtreecommitdiff
path: root/include/internal/database/xaxpy.h
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2015-07-22 19:25:06 +0200
committerCNugteren <web@cedricnugteren.nl>2015-07-22 19:25:06 +0200
commitdd8471ba9215de2b4c96398bc76e7a0d60516d61 (patch)
tree0c9bf0fc65a559f26527d4759e9df6b658f0e8e1 /include/internal/database/xaxpy.h
parent3a6bdeb79a96677cd9ac95ff41969c5e461c43f2 (diff)
Set the correct name for AMD OpenCL devices
Diffstat (limited to 'include/internal/database/xaxpy.h')
-rw-r--r--include/internal/database/xaxpy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/internal/database/xaxpy.h b/include/internal/database/xaxpy.h
index c331945a..40747678 100644
--- a/include/internal/database/xaxpy.h
+++ b/include/internal/database/xaxpy.h
@@ -24,7 +24,7 @@ const Database::DatabaseEntry Database::XaxpySingle = {
}
},
{ // AMD GPUs
- CL_DEVICE_TYPE_GPU, "AMD", {
+ CL_DEVICE_TYPE_GPU, "Advanced Micro Devices, Inc.", {
{ "Tahiti", { {"WGS",64}, {"WPT",1}, {"VW",2} } },
}
},
@@ -53,7 +53,7 @@ const Database::DatabaseEntry Database::XaxpyDouble = {
}
},
{ // AMD GPUs
- CL_DEVICE_TYPE_GPU, "AMD", {
+ CL_DEVICE_TYPE_GPU, "Advanced Micro Devices, Inc.", {
{ "Tahiti", { {"WGS",256}, {"WPT",1}, {"VW",1} } },
}
},
@@ -80,7 +80,7 @@ const Database::DatabaseEntry Database::XaxpyComplexSingle = {
}
},
{ // AMD GPUs
- CL_DEVICE_TYPE_GPU, "AMD", {
+ CL_DEVICE_TYPE_GPU, "Advanced Micro Devices, Inc.", {
{ "Tahiti", { {"WGS",64}, {"WPT",1}, {"VW",1} } },
}
},
@@ -109,7 +109,7 @@ const Database::DatabaseEntry Database::XaxpyComplexDouble = {
}
},
{ // AMD GPUs
- CL_DEVICE_TYPE_GPU, "AMD", {
+ CL_DEVICE_TYPE_GPU, "Advanced Micro Devices, Inc.", {
{ "Tahiti", { {"WGS",64}, {"WPT",1}, {"VW",1} } },
}
},