summaryrefslogtreecommitdiff
path: root/src/database/kernels/trsv_routine
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/trsv_routine
parent4a2fc4aa989ce84dc476cf9508adb676a042896b (diff)
Split the database into multiple small compilation units
Diffstat (limited to 'src/database/kernels/trsv_routine')
-rw-r--r--src/database/kernels/trsv_routine/trsv_routine.cpp15
-rw-r--r--src/database/kernels/trsv_routine/trsv_routine.hpp18
2 files changed, 28 insertions, 5 deletions
diff --git a/src/database/kernels/trsv_routine/trsv_routine.cpp b/src/database/kernels/trsv_routine/trsv_routine.cpp
new file mode 100644
index 00000000..bb5b5fc6
--- /dev/null
+++ b/src/database/kernels/trsv_routine/trsv_routine.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 'Trsv_Routine' kernels.
+//
+// =================================================================================================
+
+#include "database/kernels/trsv_routine/trsv_routine.hpp"
+#include "database/kernels/trsv_routine/trsv_routine_16.hpp"
+#include "database/kernels/trsv_routine/trsv_routine_32.hpp"
+#include "database/kernels/trsv_routine/trsv_routine_3232.hpp"
+#include "database/kernels/trsv_routine/trsv_routine_64.hpp"
+#include "database/kernels/trsv_routine/trsv_routine_6464.hpp"
diff --git a/src/database/kernels/trsv_routine/trsv_routine.hpp b/src/database/kernels/trsv_routine/trsv_routine.hpp
index c4659ad1..95bb28c4 100644
--- a/src/database/kernels/trsv_routine/trsv_routine.hpp
+++ b/src/database/kernels/trsv_routine/trsv_routine.hpp
@@ -7,8 +7,16 @@
//
// =================================================================================================
-#include "database/kernels/trsv_routine/trsv_routine_16.hpp"
-#include "database/kernels/trsv_routine/trsv_routine_32.hpp"
-#include "database/kernels/trsv_routine/trsv_routine_3232.hpp"
-#include "database/kernels/trsv_routine/trsv_routine_64.hpp"
-#include "database/kernels/trsv_routine/trsv_routine_6464.hpp"
+#include "database/database_structure.hpp"
+
+namespace clblast {
+namespace database {
+
+extern const DatabaseEntry TrsvRoutineHalf;
+extern const DatabaseEntry TrsvRoutineSingle;
+extern const DatabaseEntry TrsvRoutineComplexSingle;
+extern const DatabaseEntry TrsvRoutineDouble;
+extern const DatabaseEntry TrsvRoutineComplexDouble;
+
+} // namespace database
+} // namespace clblast