summaryrefslogtreecommitdiff
path: root/src/database/database.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-09-25 13:52:08 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-09-25 13:52:08 +0200
commit669f43aed65ccd4aae9c4a478e994660f3e2a592 (patch)
treed5c9956abcb255c2a5af8386f1ec5f43da21c023 /src/database/database.hpp
parent140dc12854dd9521c1420ccba7eb9fb0d50e054e (diff)
Separated the tuning parameters of the new direct GEMM kernel from the indirect version
Diffstat (limited to 'src/database/database.hpp')
-rw-r--r--src/database/database.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/database/database.hpp b/src/database/database.hpp
index a6ab49c5..7c0afb46 100644
--- a/src/database/database.hpp
+++ b/src/database/database.hpp
@@ -75,6 +75,7 @@ class Database {
static const DatabaseEntry XgemvFastRotHalf, XgemvFastRotSingle, XgemvFastRotDouble, XgemvFastRotComplexSingle, XgemvFastRotComplexDouble;
static const DatabaseEntry XgerHalf, XgerSingle, XgerDouble, XgerComplexSingle, XgerComplexDouble;
static const DatabaseEntry XgemmHalf, XgemmSingle, XgemmDouble, XgemmComplexSingle, XgemmComplexDouble;
+ static const DatabaseEntry XgemmDirectHalf, XgemmDirectSingle, XgemmDirectDouble, XgemmDirectComplexSingle, XgemmDirectComplexDouble;
static const DatabaseEntry CopyHalf, CopySingle, CopyDouble, CopyComplexSingle, CopyComplexDouble;
static const DatabaseEntry PadHalf, PadSingle, PadDouble, PadComplexSingle, PadComplexDouble;
static const DatabaseEntry TransposeHalf, TransposeSingle, TransposeDouble, TransposeComplexSingle, TransposeComplexDouble;