summaryrefslogtreecommitdiff
path: root/src/database/kernels/xgemv_fast_rot.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-06-21 23:07:47 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-06-21 23:07:47 +0200
commit615a7fdc81b9b99829152a4d0070cb5d4448a5e5 (patch)
treec8773fe797573a4c48b41e387dedcc0ab75ae810 /src/database/kernels/xgemv_fast_rot.hpp
parente44feb85763c5dbae66beb51892d8dda2126e04c (diff)
Fixes some compilation issues related to the database structure change
Diffstat (limited to 'src/database/kernels/xgemv_fast_rot.hpp')
-rw-r--r--src/database/kernels/xgemv_fast_rot.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/database/kernels/xgemv_fast_rot.hpp b/src/database/kernels/xgemv_fast_rot.hpp
index b7befa2b..644498e2 100644
--- a/src/database/kernels/xgemv_fast_rot.hpp
+++ b/src/database/kernels/xgemv_fast_rot.hpp
@@ -16,7 +16,7 @@ namespace database {
// =================================================================================================
const Database::DatabaseEntry XgemvFastRotHalf = {
- "XgemvFastRot", Precision::kHalf, {"VW3" "WGS3" "WPT3"}, {
+ "XgemvFastRot", Precision::kHalf, {"VW3", "WGS3", "WPT3"}, {
{ // AMD GPUs
kDeviceTypeGPU, "AMD", {
{ "Ellesmere", { 8, 32, 32 } },
@@ -40,7 +40,7 @@ const Database::DatabaseEntry XgemvFastRotHalf = {
// =================================================================================================
const Database::DatabaseEntry XgemvFastRotSingle = {
- "XgemvFastRot", Precision::kSingle, {"VW3" "WGS3" "WPT3"}, {
+ "XgemvFastRot", Precision::kSingle, {"VW3", "WGS3", "WPT3"}, {
{ // AMD GPUs
kDeviceTypeGPU, "AMD", {
{ "AMD Radeon R9 M370X Compute Engine", { 8, 64, 32 } },
@@ -93,7 +93,7 @@ const Database::DatabaseEntry XgemvFastRotSingle = {
// =================================================================================================
const Database::DatabaseEntry XgemvFastRotComplexSingle = {
- "XgemvFastRot", Precision::kComplexSingle, {"VW3" "WGS3" "WPT3"}, {
+ "XgemvFastRot", Precision::kComplexSingle, {"VW3", "WGS3", "WPT3"}, {
{ // AMD GPUs
kDeviceTypeGPU, "AMD", {
{ "AMD Radeon R9 M370X Compute Engine", { 8, 16, 16 } },
@@ -135,7 +135,7 @@ const Database::DatabaseEntry XgemvFastRotComplexSingle = {
// =================================================================================================
const Database::DatabaseEntry XgemvFastRotDouble = {
- "XgemvFastRot", Precision::kDouble, {"VW3" "WGS3" "WPT3"}, {
+ "XgemvFastRot", Precision::kDouble, {"VW3", "WGS3", "WPT3"}, {
{ // AMD GPUs
kDeviceTypeGPU, "AMD", {
{ "AMD Radeon R9 M370X Compute Engine", { 4, 16, 16 } },
@@ -175,7 +175,7 @@ const Database::DatabaseEntry XgemvFastRotDouble = {
// =================================================================================================
const Database::DatabaseEntry XgemvFastRotComplexDouble = {
- "XgemvFastRot", Precision::kComplexDouble, {"VW3" "WGS3" "WPT3"}, {
+ "XgemvFastRot", Precision::kComplexDouble, {"VW3", "WGS3", "WPT3"}, {
{ // AMD GPUs
kDeviceTypeGPU, "AMD", {
{ "AMD Radeon R9 M370X Compute Engine", { 4, 32, 16 } },