summaryrefslogtreecommitdiff
path: root/src/database/kernels/copy/copy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/kernels/copy/copy.cpp')
-rw-r--r--src/database/kernels/copy/copy.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/database/kernels/copy/copy.cpp b/src/database/kernels/copy/copy.cpp
new file mode 100644
index 00000000..21057ae3
--- /dev/null
+++ b/src/database/kernels/copy/copy.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 'Copy' kernels.
+//
+// =================================================================================================
+
+#include "database/kernels/copy/copy.hpp"
+#include "database/kernels/copy/copy_16.hpp"
+#include "database/kernels/copy/copy_32.hpp"
+#include "database/kernels/copy/copy_3232.hpp"
+#include "database/kernels/copy/copy_64.hpp"
+#include "database/kernels/copy/copy_6464.hpp"