summaryrefslogtreecommitdiff
path: root/src/database/kernels/xconvgemm/xconvgemm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/kernels/xconvgemm/xconvgemm.hpp')
-rw-r--r--src/database/kernels/xconvgemm/xconvgemm.hpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/database/kernels/xconvgemm/xconvgemm.hpp b/src/database/kernels/xconvgemm/xconvgemm.hpp
new file mode 100644
index 00000000..ac07dc42
--- /dev/null
+++ b/src/database/kernels/xconvgemm/xconvgemm.hpp
@@ -0,0 +1,22 @@
+
+// =================================================================================================
+// 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 'Xconvgemm' kernels.
+//
+// =================================================================================================
+
+#include "database/database_structure.hpp"
+
+namespace clblast {
+namespace database {
+
+extern const DatabaseEntry XconvgemmHalf;
+extern const DatabaseEntry XconvgemmSingle;
+extern const DatabaseEntry XconvgemmComplexSingle;
+extern const DatabaseEntry XconvgemmDouble;
+extern const DatabaseEntry XconvgemmComplexDouble;
+
+} // namespace database
+} // namespace clblast