summaryrefslogtreecommitdiff
path: root/src/database/kernels/xconvgemm/xconvgemm_32.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2019-01-19 17:56:05 +0100
committerGitHub <noreply@github.com>2019-01-19 17:56:05 +0100
commit9a9c24e811ddefb6e9d462288916ff64dbf47d63 (patch)
tree43504e80dc48a3230a497df83b9e15baf50928ea /src/database/kernels/xconvgemm/xconvgemm_32.hpp
parentafcf5dc6ebc287b392edcb6bd3ac48966ba98e3c (diff)
parent11f4c7dd936146f9b4f165d8ef69bafa3a33ad26 (diff)
Merge pull request #345 from CNugteren/convolution-fixes-and-tuner
Convolution with single kernel
Diffstat (limited to 'src/database/kernels/xconvgemm/xconvgemm_32.hpp')
-rw-r--r--src/database/kernels/xconvgemm/xconvgemm_32.hpp35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/database/kernels/xconvgemm/xconvgemm_32.hpp b/src/database/kernels/xconvgemm/xconvgemm_32.hpp
new file mode 100644
index 00000000..216a9f42
--- /dev/null
+++ b/src/database/kernels/xconvgemm/xconvgemm_32.hpp
@@ -0,0 +1,35 @@
+
+// =================================================================================================
+// 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 'Xconvgemm32' kernels.
+//
+// =================================================================================================
+
+namespace clblast {
+namespace database {
+
+const DatabaseEntry XconvgemmSingle = {
+ "Xconvgemm", Precision::kSingle, {"KWID", "MDIMAD", "MDIMCD", "NDIMBD", "NDIMCD", "PADA", "PADB", "VWMD", "VWND", "WGD"}, {
+ { // Intel GPUs
+ kDeviceTypeGPU, "Intel", {
+ { "default", {
+ { Name{"Intel(R) Gen9 HD Graphics NEO "}, Params{ 1, 16, 32, 8, 8, 0, 0, 1, 4, 32, 0, 0, 0, 0, 0, 0 } },
+ { Name{"Intel(R) HD Graphics Skylake ULT GT2 "}, Params{ 1, 16, 8, 8, 16, 0, 0, 1, 1, 32, 0, 0, 0, 0, 0, 0 } },
+ { kDeviceNameDefault , Params{ 1, 8, 16, 16, 8, 0, 0, 1, 1, 32, 0, 0, 0, 0, 0, 0 } },
+ } },
+ }
+ },
+ { // Default
+ kDeviceTypeAll, "default", {
+ { "default", {
+ { kDeviceNameDefault , Params{ 1, 8, 16, 16, 8, 0, 0, 1, 1, 32, 0, 0, 0, 0, 0, 0 } },
+ } },
+ }
+ },
+ }
+};
+
+} // namespace database
+} // namespace clblast