summaryrefslogtreecommitdiff
path: root/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-12-27 12:04:22 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-12-27 12:04:22 +0100
commit1e738db6dd84d552550a15473abdda83e88f4c80 (patch)
tree44bd0c99699ed66203348fd1401e3b5bb3497eee /src/database/kernels/xgemv_fast_rot/xgemv_fast_rot.hpp
parent4a2fc4aa989ce84dc476cf9508adb676a042896b (diff)
Split the database into multiple small compilation units
Diffstat (limited to 'src/database/kernels/xgemv_fast_rot/xgemv_fast_rot.hpp')
-rw-r--r--src/database/kernels/xgemv_fast_rot/xgemv_fast_rot.hpp18
1 files changed, 13 insertions, 5 deletions
diff --git a/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot.hpp b/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot.hpp
index 7379eba9..be2978b5 100644
--- a/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot.hpp
+++ b/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot.hpp
@@ -7,8 +7,16 @@
//
// =================================================================================================
-#include "database/kernels/xgemv_fast_rot/xgemv_fast_rot_16.hpp"
-#include "database/kernels/xgemv_fast_rot/xgemv_fast_rot_32.hpp"
-#include "database/kernels/xgemv_fast_rot/xgemv_fast_rot_3232.hpp"
-#include "database/kernels/xgemv_fast_rot/xgemv_fast_rot_64.hpp"
-#include "database/kernels/xgemv_fast_rot/xgemv_fast_rot_6464.hpp"
+#include "database/database_structure.hpp"
+
+namespace clblast {
+namespace database {
+
+extern const DatabaseEntry XgemvFastRotHalf;
+extern const DatabaseEntry XgemvFastRotSingle;
+extern const DatabaseEntry XgemvFastRotComplexSingle;
+extern const DatabaseEntry XgemvFastRotDouble;
+extern const DatabaseEntry XgemvFastRotComplexDouble;
+
+} // namespace database
+} // namespace clblast