summaryrefslogtreecommitdiff
path: root/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_16.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_16.hpp')
-rw-r--r--src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_16.hpp36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_16.hpp b/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_16.hpp
new file mode 100644
index 00000000..8d516141
--- /dev/null
+++ b/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_16.hpp
@@ -0,0 +1,36 @@
+
+// =================================================================================================
+// 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 'Xgemv_Fast_Rot16' kernels.
+//
+// =================================================================================================
+
+namespace clblast {
+namespace database {
+
+const DatabaseEntry XgemvFastRotHalf = {
+ "XgemvFastRot", Precision::kHalf, {"VW3", "WGS3", "WPT3"}, {
+ { // AMD GPUs
+ kDeviceTypeGPU, "AMD", {
+ { "Ellesmere", { 8, 32, 32 } },
+ { "default", { 8, 32, 32 } },
+ }
+ },
+ { // Intel GPUs
+ kDeviceTypeGPU, "Intel", {
+ { "Intel(R) HD Graphics Skylake ULT GT2", { 8, 128, 32 } },
+ { "default", { 8, 128, 32 } },
+ }
+ },
+ { // Default
+ kDeviceTypeAll, "default", {
+ { "default", { 8, 128, 32 } },
+ }
+ },
+ }
+};
+
+} // namespace database
+} // namespace clblast