summaryrefslogtreecommitdiff
path: root/src/database/kernels/xconvgemm/xconvgemm_6464.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-12-31 19:05:34 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2018-12-31 19:05:34 +0100
commit560f7a40f6cbebf5c8d48f1d5aa5f6163b841eb2 (patch)
tree4514b57bf8df253b17baf0d07d8dd81a183cb6ca /src/database/kernels/xconvgemm/xconvgemm_6464.hpp
parentd9295250396eafe7d16c8730104f669cb66777e3 (diff)
Added convgemm to the CLBlast database, added initial parameters for Skylake GPU
Diffstat (limited to 'src/database/kernels/xconvgemm/xconvgemm_6464.hpp')
-rw-r--r--src/database/kernels/xconvgemm/xconvgemm_6464.hpp26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/database/kernels/xconvgemm/xconvgemm_6464.hpp b/src/database/kernels/xconvgemm/xconvgemm_6464.hpp
new file mode 100644
index 00000000..6aabe88c
--- /dev/null
+++ b/src/database/kernels/xconvgemm/xconvgemm_6464.hpp
@@ -0,0 +1,26 @@
+
+// =================================================================================================
+// 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 'Xconvgemm6464' kernels.
+//
+// =================================================================================================
+
+namespace clblast {
+namespace database {
+
+const DatabaseEntry XconvgemmComplexDouble = {
+ "Xconvgemm", Precision::kComplexDouble, {"KWID", "MDIMAD", "MDIMCD", "NDIMBD", "NDIMCD", "PADA", "PADB", "VWMD", "VWND", "WGD"}, {
+ { // Default
+ kDeviceTypeAll, "default", {
+ { "default", {
+ { kDeviceNameDefault , Params{ 1, 16, 8, 8, 16, 0, 0, 1, 1, 32, 0, 0, 0, 0, 0, 0 } },
+ } },
+ }
+ },
+ }
+};
+
+} // namespace database
+} // namespace clblast