summaryrefslogtreecommitdiff
path: root/src/database/kernels/xgemv_fast_rot
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
parent4a2fc4aa989ce84dc476cf9508adb676a042896b (diff)
Split the database into multiple small compilation units
Diffstat (limited to 'src/database/kernels/xgemv_fast_rot')
-rw-r--r--src/database/kernels/xgemv_fast_rot/xgemv_fast_rot.cpp15
-rw-r--r--src/database/kernels/xgemv_fast_rot/xgemv_fast_rot.hpp18
2 files changed, 28 insertions, 5 deletions
diff --git a/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot.cpp b/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot.cpp
new file mode 100644
index 00000000..586b9c27
--- /dev/null
+++ b/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot.cpp
@@ -0,0 +1,15 @@
+
+// =================================================================================================
+// This file is part of the CLBlast project. The project is licensed under Apache Version 2.0. It
+// is auto-generated by the 'scripts/database/database.py' Python script.
+//
+// This file populates the database with best-found tuning parameters for the 'Xgemv_Fast_Rot' kernels.
+//
+// =================================================================================================
+
+#include "database/kernels/xgemv_fast_rot/xgemv_fast_rot.hpp"
+#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"
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