summaryrefslogtreecommitdiff
path: root/include/internal/database/xgemv.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/xgemv.h
parent3a6bdeb79a96677cd9ac95ff41969c5e461c43f2 (diff)
Set the correct name for AMD OpenCL devices
Diffstat (limited to 'include/internal/database/xgemv.h')
-rw-r--r--include/internal/database/xgemv.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/internal/database/xgemv.h b/include/internal/database/xgemv.h
index ef45f486..0266dd3c 100644
--- a/include/internal/database/xgemv.h
+++ b/include/internal/database/xgemv.h
@@ -24,7 +24,7 @@ const Database::DatabaseEntry Database::XgemvSingle = {
}
},
{ // AMD GPUs
- CL_DEVICE_TYPE_GPU, "AMD", {
+ CL_DEVICE_TYPE_GPU, "Advanced Micro Devices, Inc.", {
{ "Tahiti", { {"WGS1",64}, {"WPT1",1}, {"WGS2",64}, {"WPT2",1}, {"VW2",1}, {"WGS3",64}, {"WPT3",1}, {"VW3",1} } },
}
},
@@ -53,7 +53,7 @@ const Database::DatabaseEntry Database::XgemvDouble = {
}
},
{ // AMD GPUs
- CL_DEVICE_TYPE_GPU, "AMD", {
+ CL_DEVICE_TYPE_GPU, "Advanced Micro Devices, Inc.", {
{ "Tahiti", { {"WGS1",64}, {"WPT1",1}, {"WGS2",64}, {"WPT2",1}, {"VW2",1}, {"WGS3",64}, {"WPT3",1}, {"VW3",1} } },
}
},
@@ -80,7 +80,7 @@ const Database::DatabaseEntry Database::XgemvComplexSingle = {
}
},
{ // AMD GPUs
- CL_DEVICE_TYPE_GPU, "AMD", {
+ CL_DEVICE_TYPE_GPU, "Advanced Micro Devices, Inc.", {
{ "Tahiti", { {"WGS1",64}, {"WPT1",1}, {"WGS2",64}, {"WPT2",1}, {"VW2",1}, {"WGS3",64}, {"WPT3",1}, {"VW3",1} } },
}
},
@@ -109,7 +109,7 @@ const Database::DatabaseEntry Database::XgemvComplexDouble = {
}
},
{ // AMD GPUs
- CL_DEVICE_TYPE_GPU, "AMD", {
+ CL_DEVICE_TYPE_GPU, "Advanced Micro Devices, Inc.", {
{ "Tahiti", { {"WGS1",64}, {"WPT1",1}, {"WGS2",64}, {"WPT2",1}, {"VW2",1}, {"WGS3",64}, {"WPT3",1}, {"VW3",1} } },
}
},