summaryrefslogtreecommitdiff
path: root/src/database/kernels/xaxpy
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/kernels/xaxpy')
-rw-r--r--src/database/kernels/xaxpy/xaxpy.hpp14
-rw-r--r--src/database/kernels/xaxpy/xaxpy_16.hpp43
-rw-r--r--src/database/kernels/xaxpy/xaxpy_32.hpp101
-rw-r--r--src/database/kernels/xaxpy/xaxpy_3232.hpp100
-rw-r--r--src/database/kernels/xaxpy/xaxpy_64.hpp80
-rw-r--r--src/database/kernels/xaxpy/xaxpy_6464.hpp80
6 files changed, 418 insertions, 0 deletions
diff --git a/src/database/kernels/xaxpy/xaxpy.hpp b/src/database/kernels/xaxpy/xaxpy.hpp
new file mode 100644
index 00000000..aa920183
--- /dev/null
+++ b/src/database/kernels/xaxpy/xaxpy.hpp
@@ -0,0 +1,14 @@
+
+// =================================================================================================
+// 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 'Xaxpy' kernels.
+//
+// =================================================================================================
+
+#include "database/kernels/xaxpy/xaxpy_16.hpp"
+#include "database/kernels/xaxpy/xaxpy_32.hpp"
+#include "database/kernels/xaxpy/xaxpy_3232.hpp"
+#include "database/kernels/xaxpy/xaxpy_64.hpp"
+#include "database/kernels/xaxpy/xaxpy_6464.hpp"
diff --git a/src/database/kernels/xaxpy/xaxpy_16.hpp b/src/database/kernels/xaxpy/xaxpy_16.hpp
new file mode 100644
index 00000000..08f635f8
--- /dev/null
+++ b/src/database/kernels/xaxpy/xaxpy_16.hpp
@@ -0,0 +1,43 @@
+
+// =================================================================================================
+// 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 'Xaxpy16' kernels.
+//
+// =================================================================================================
+
+namespace clblast {
+namespace database {
+
+const DatabaseEntry XaxpyHalf = {
+ "Xaxpy", Precision::kHalf, {"VW", "WGS", "WPT"}, {
+ { // AMD GPUs
+ kDeviceTypeGPU, "AMD", {
+ { "Ellesmere", { 4, 128, 4 } },
+ { "default", { 4, 128, 4 } },
+ }
+ },
+ { // Intel GPUs
+ kDeviceTypeGPU, "Intel", {
+ { "Intel(R) HD Graphics 5500 BroadWell U-Processor GT2", { 1, 64, 1 } },
+ { "Intel(R) HD Graphics Skylake ULT GT2", { 8, 64, 1 } },
+ { "default", { 8, 64, 1 } },
+ }
+ },
+ { // QUALCOMM GPUs
+ kDeviceTypeGPU, "QUALCOMM", {
+ { "QUALCOMM Adreno(TM)", { 8, 64, 1 } },
+ { "default", { 8, 64, 1 } },
+ }
+ },
+ { // Default
+ kDeviceTypeAll, "default", {
+ { "default", { 8, 64, 1 } },
+ }
+ },
+ }
+};
+
+} // namespace database
+} // namespace clblast
diff --git a/src/database/kernels/xaxpy/xaxpy_32.hpp b/src/database/kernels/xaxpy/xaxpy_32.hpp
new file mode 100644
index 00000000..e5530a15
--- /dev/null
+++ b/src/database/kernels/xaxpy/xaxpy_32.hpp
@@ -0,0 +1,101 @@
+
+// =================================================================================================
+// 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 'Xaxpy32' kernels.
+//
+// =================================================================================================
+
+namespace clblast {
+namespace database {
+
+const DatabaseEntry XaxpySingle = {
+ "Xaxpy", Precision::kSingle, {"VW", "WGS", "WPT"}, {
+ { // AMD GPUs
+ kDeviceTypeGPU, "AMD", {
+ { "AMD Radeon R9 M370X Compute Engine", { 1, 128, 1 } },
+ { "ATI Radeon HD 6750M", { 1, 256, 2 } },
+ { "Ellesmere", { 1, 64, 4 } },
+ { "Fiji", { 4, 64, 1 } },
+ { "Hawaii", { 2, 64, 2 } },
+ { "Oland", { 1, 128, 1 } },
+ { "Pitcairn", { 2, 128, 1 } },
+ { "Tahiti", { 2, 64, 1 } },
+ { "Tonga", { 1, 256, 8 } },
+ { "Turks", { 2, 256, 1 } },
+ { "default", { 2, 256, 1 } },
+ }
+ },
+ { // ARM GPUs
+ kDeviceTypeGPU, "ARM", {
+ { "Mali-T628", { 4, 256, 1 } },
+ { "default", { 4, 256, 1 } },
+ }
+ },
+ { // Intel CPUs
+ kDeviceTypeCPU, "Intel", {
+ { "Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz", { 8, 512, 1 } },
+ { "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { 1, 512, 1 } },
+ { "Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz", { 1, 128, 2 } },
+ { "Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz", { 4, 256, 1 } },
+ { "Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz", { 2, 1024, 1 } },
+ { "Intel(R) Core(TM) i7-5930K CPU @ 3.50GHz", { 1, 128, 1 } },
+ { "default", { 8, 512, 1 } },
+ }
+ },
+ { // Intel GPUs
+ kDeviceTypeGPU, "Intel", {
+ { "Intel(R) HD Graphics 530", { 1, 128, 1 } },
+ { "Intel(R) HD Graphics 5500 BroadWell U-Processor GT2", { 1, 256, 1 } },
+ { "Intel(R) HD Graphics Haswell Ultrabook GT2 Mobile", { 1, 64, 1 } },
+ { "Intel(R) HD Graphics IvyBridge M GT2", { 1, 64, 1 } },
+ { "Intel(R) HD Graphics Skylake ULT GT2", { 8, 512, 1 } },
+ { "Iris", { 1, 64, 1 } },
+ { "Iris Pro", { 1, 128, 2 } },
+ { "default", { 4, 256, 1 } },
+ }
+ },
+ { // Intel accelerators
+ kDeviceTypeAccelerator, "Intel", {
+ { "Intel(R) Many Integrated Core Acceleration Card", { 2, 1024, 2 } },
+ { "default", { 2, 1024, 2 } },
+ }
+ },
+ { // NVIDIA GPUs
+ kDeviceTypeGPU, "NVIDIA", {
+ { "GRID K520", { 2, 64, 1 } },
+ { "GeForce GT 650M", { 2, 1024, 1 } },
+ { "GeForce GTX 1070", { 1, 64, 4 } },
+ { "GeForce GTX 1080", { 1, 256, 1 } },
+ { "GeForce GTX 480", { 2, 128, 1 } },
+ { "GeForce GTX 670", { 2, 64, 1 } },
+ { "GeForce GTX 680", { 1, 128, 1 } },
+ { "GeForce GTX 750", { 1, 64, 1 } },
+ { "GeForce GTX 750 Ti", { 2, 64, 1 } },
+ { "GeForce GTX 980", { 1, 1024, 1 } },
+ { "GeForce GTX TITAN", { 4, 256, 1 } },
+ { "GeForce GTX TITAN Black", { 4, 128, 4 } },
+ { "GeForce GTX TITAN X", { 1, 64, 1 } },
+ { "TITAN X (Pascal)", { 4, 128, 1 } },
+ { "Tesla K20m", { 4, 128, 1 } },
+ { "Tesla K40m", { 4, 128, 1 } },
+ { "default", { 4, 1024, 1 } },
+ }
+ },
+ { // QUALCOMM GPUs
+ kDeviceTypeGPU, "QUALCOMM", {
+ { "QUALCOMM Adreno(TM)", { 4, 128, 2 } },
+ { "default", { 4, 128, 2 } },
+ }
+ },
+ { // Default
+ kDeviceTypeAll, "default", {
+ { "default", { 4, 64, 1 } },
+ }
+ },
+ }
+};
+
+} // namespace database
+} // namespace clblast
diff --git a/src/database/kernels/xaxpy/xaxpy_3232.hpp b/src/database/kernels/xaxpy/xaxpy_3232.hpp
new file mode 100644
index 00000000..f0a2d117
--- /dev/null
+++ b/src/database/kernels/xaxpy/xaxpy_3232.hpp
@@ -0,0 +1,100 @@
+
+// =================================================================================================
+// 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 'Xaxpy3232' kernels.
+//
+// =================================================================================================
+
+namespace clblast {
+namespace database {
+
+const DatabaseEntry XaxpyComplexSingle = {
+ "Xaxpy", Precision::kComplexSingle, {"VW", "WGS", "WPT"}, {
+ { // AMD GPUs
+ kDeviceTypeGPU, "AMD", {
+ { "AMD Radeon R9 M370X Compute Engine", { 2, 64, 8 } },
+ { "ATI Radeon HD 6750M", { 1, 64, 1 } },
+ { "Ellesmere", { 2, 256, 1 } },
+ { "Fiji", { 1, 128, 2 } },
+ { "Hawaii", { 1, 128, 2 } },
+ { "Oland", { 1, 128, 1 } },
+ { "Pitcairn", { 1, 64, 1 } },
+ { "Tahiti", { 1, 64, 1 } },
+ { "Tonga", { 1, 256, 8 } },
+ { "Turks", { 2, 256, 1 } },
+ { "default", { 1, 128, 1 } },
+ }
+ },
+ { // ARM GPUs
+ kDeviceTypeGPU, "ARM", {
+ { "Mali-T628", { 1, 256, 1 } },
+ { "default", { 1, 256, 1 } },
+ }
+ },
+ { // Intel CPUs
+ kDeviceTypeCPU, "Intel", {
+ { "Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz", { 4, 1024, 1 } },
+ { "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { 4, 256, 1 } },
+ { "Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz", { 4, 1024, 1 } },
+ { "Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz", { 1, 1024, 2 } },
+ { "Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz", { 4, 1024, 1 } },
+ { "Intel(R) Core(TM) i7-5930K CPU @ 3.50GHz", { 2, 1024, 1 } },
+ { "default", { 8, 1024, 1 } },
+ }
+ },
+ { // Intel GPUs
+ kDeviceTypeGPU, "Intel", {
+ { "Intel(R) HD Graphics 530", { 4, 64, 2 } },
+ { "Intel(R) HD Graphics 5500 BroadWell U-Processor GT2", { 1, 64, 1 } },
+ { "Intel(R) HD Graphics Haswell Ultrabook GT2 Mobile", { 1, 64, 1 } },
+ { "Intel(R) HD Graphics IvyBridge M GT2", { 1, 64, 1 } },
+ { "Intel(R) HD Graphics Skylake ULT GT2", { 4, 64, 1 } },
+ { "Iris", { 2, 128, 1 } },
+ { "Iris Pro", { 1, 256, 8 } },
+ { "default", { 4, 64, 1 } },
+ }
+ },
+ { // Intel accelerators
+ kDeviceTypeAccelerator, "Intel", {
+ { "Intel(R) Many Integrated Core Acceleration Card", { 1, 1024, 1 } },
+ { "default", { 1, 1024, 1 } },
+ }
+ },
+ { // NVIDIA GPUs
+ kDeviceTypeGPU, "NVIDIA", {
+ { "GRID K520", { 1, 512, 1 } },
+ { "GeForce GTX 1070", { 1, 64, 2 } },
+ { "GeForce GTX 1080", { 2, 64, 1 } },
+ { "GeForce GTX 480", { 1, 256, 1 } },
+ { "GeForce GTX 670", { 1, 256, 1 } },
+ { "GeForce GTX 680", { 1, 256, 1 } },
+ { "GeForce GTX 750", { 1, 512, 1 } },
+ { "GeForce GTX 750 Ti", { 1, 512, 1 } },
+ { "GeForce GTX 980", { 1, 64, 1 } },
+ { "GeForce GTX TITAN", { 1, 256, 1 } },
+ { "GeForce GTX TITAN Black", { 1, 128, 2 } },
+ { "GeForce GTX TITAN X", { 1, 512, 1 } },
+ { "TITAN X (Pascal)", { 2, 512, 1 } },
+ { "Tesla K20m", { 1, 128, 1 } },
+ { "Tesla K40m", { 1, 128, 1 } },
+ { "default", { 1, 256, 1 } },
+ }
+ },
+ { // QUALCOMM GPUs
+ kDeviceTypeGPU, "QUALCOMM", {
+ { "QUALCOMM Adreno(TM)", { 1, 64, 1 } },
+ { "default", { 1, 64, 1 } },
+ }
+ },
+ { // Default
+ kDeviceTypeAll, "default", {
+ { "default", { 1, 128, 1 } },
+ }
+ },
+ }
+};
+
+} // namespace database
+} // namespace clblast
diff --git a/src/database/kernels/xaxpy/xaxpy_64.hpp b/src/database/kernels/xaxpy/xaxpy_64.hpp
new file mode 100644
index 00000000..dc9ba62c
--- /dev/null
+++ b/src/database/kernels/xaxpy/xaxpy_64.hpp
@@ -0,0 +1,80 @@
+
+// =================================================================================================
+// 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 'Xaxpy64' kernels.
+//
+// =================================================================================================
+
+namespace clblast {
+namespace database {
+
+const DatabaseEntry XaxpyDouble = {
+ "Xaxpy", Precision::kDouble, {"VW", "WGS", "WPT"}, {
+ { // AMD GPUs
+ kDeviceTypeGPU, "AMD", {
+ { "AMD Radeon R9 M370X Compute Engine", { 1, 256, 1 } },
+ { "Ellesmere", { 2, 64, 4 } },
+ { "Fiji", { 2, 64, 4 } },
+ { "Hawaii", { 1, 64, 2 } },
+ { "Oland", { 1, 64, 1 } },
+ { "Pitcairn", { 1, 128, 1 } },
+ { "Tahiti", { 1, 64, 1 } },
+ { "Tonga", { 1, 128, 4 } },
+ { "default", { 2, 64, 1 } },
+ }
+ },
+ { // ARM GPUs
+ kDeviceTypeGPU, "ARM", {
+ { "Mali-T628", { 2, 128, 2 } },
+ { "default", { 2, 128, 2 } },
+ }
+ },
+ { // Intel CPUs
+ kDeviceTypeCPU, "Intel", {
+ { "Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz", { 4, 64, 1 } },
+ { "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { 1, 1024, 1 } },
+ { "Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz", { 2, 1024, 1 } },
+ { "Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz", { 8, 64, 1 } },
+ { "Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz", { 8, 256, 1 } },
+ { "Intel(R) Core(TM) i7-5930K CPU @ 3.50GHz", { 8, 2048, 1 } },
+ { "default", { 8, 64, 1 } },
+ }
+ },
+ { // Intel accelerators
+ kDeviceTypeAccelerator, "Intel", {
+ { "Intel(R) Many Integrated Core Acceleration Card", { 2, 512, 1 } },
+ { "default", { 2, 512, 1 } },
+ }
+ },
+ { // NVIDIA GPUs
+ kDeviceTypeGPU, "NVIDIA", {
+ { "GRID K520", { 1, 64, 1 } },
+ { "GeForce GTX 1070", { 1, 64, 8 } },
+ { "GeForce GTX 1080", { 1, 128, 1 } },
+ { "GeForce GTX 480", { 1, 128, 1 } },
+ { "GeForce GTX 670", { 1, 64, 1 } },
+ { "GeForce GTX 680", { 1, 64, 1 } },
+ { "GeForce GTX 750", { 1, 128, 1 } },
+ { "GeForce GTX 750 Ti", { 1, 256, 2 } },
+ { "GeForce GTX 980", { 1, 256, 1 } },
+ { "GeForce GTX TITAN", { 2, 1024, 1 } },
+ { "GeForce GTX TITAN Black", { 2, 128, 1 } },
+ { "GeForce GTX TITAN X", { 1, 512, 1 } },
+ { "TITAN X (Pascal)", { 2, 512, 1 } },
+ { "Tesla K20m", { 2, 128, 1 } },
+ { "Tesla K40m", { 2, 128, 1 } },
+ { "default", { 1, 128, 1 } },
+ }
+ },
+ { // Default
+ kDeviceTypeAll, "default", {
+ { "default", { 2, 256, 1 } },
+ }
+ },
+ }
+};
+
+} // namespace database
+} // namespace clblast
diff --git a/src/database/kernels/xaxpy/xaxpy_6464.hpp b/src/database/kernels/xaxpy/xaxpy_6464.hpp
new file mode 100644
index 00000000..0b5f5bcf
--- /dev/null
+++ b/src/database/kernels/xaxpy/xaxpy_6464.hpp
@@ -0,0 +1,80 @@
+
+// =================================================================================================
+// 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 'Xaxpy6464' kernels.
+//
+// =================================================================================================
+
+namespace clblast {
+namespace database {
+
+const DatabaseEntry XaxpyComplexDouble = {
+ "Xaxpy", Precision::kComplexDouble, {"VW", "WGS", "WPT"}, {
+ { // AMD GPUs
+ kDeviceTypeGPU, "AMD", {
+ { "AMD Radeon R9 M370X Compute Engine", { 1, 128, 1 } },
+ { "Ellesmere", { 1, 128, 1 } },
+ { "Fiji", { 1, 64, 1 } },
+ { "Hawaii", { 2, 64, 1 } },
+ { "Oland", { 1, 256, 1 } },
+ { "Pitcairn", { 1, 128, 1 } },
+ { "Tahiti", { 1, 128, 1 } },
+ { "Tonga", { 1, 64, 1 } },
+ { "default", { 1, 128, 1 } },
+ }
+ },
+ { // ARM GPUs
+ kDeviceTypeGPU, "ARM", {
+ { "Mali-T628", { 1, 64, 8 } },
+ { "default", { 1, 64, 8 } },
+ }
+ },
+ { // Intel CPUs
+ kDeviceTypeCPU, "Intel", {
+ { "Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz", { 4, 1024, 1 } },
+ { "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { 8, 128, 1 } },
+ { "Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz", { 8, 128, 1 } },
+ { "Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz", { 8, 512, 1 } },
+ { "Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz", { 8, 1024, 1 } },
+ { "Intel(R) Core(TM) i7-5930K CPU @ 3.50GHz", { 1, 256, 1 } },
+ { "default", { 8, 256, 1 } },
+ }
+ },
+ { // Intel accelerators
+ kDeviceTypeAccelerator, "Intel", {
+ { "Intel(R) Many Integrated Core Acceleration Card", { 1, 1024, 1 } },
+ { "default", { 1, 1024, 1 } },
+ }
+ },
+ { // NVIDIA GPUs
+ kDeviceTypeGPU, "NVIDIA", {
+ { "GRID K520", { 1, 64, 1 } },
+ { "GeForce GTX 1070", { 1, 64, 2 } },
+ { "GeForce GTX 1080", { 1, 256, 1 } },
+ { "GeForce GTX 480", { 1, 128, 1 } },
+ { "GeForce GTX 670", { 1, 256, 1 } },
+ { "GeForce GTX 680", { 1, 64, 1 } },
+ { "GeForce GTX 750", { 1, 1024, 1 } },
+ { "GeForce GTX 750 Ti", { 1, 64, 2 } },
+ { "GeForce GTX 980", { 1, 1024, 1 } },
+ { "GeForce GTX TITAN", { 1, 64, 4 } },
+ { "GeForce GTX TITAN Black", { 1, 128, 4 } },
+ { "GeForce GTX TITAN X", { 1, 1024, 1 } },
+ { "TITAN X (Pascal)", { 1, 256, 2 } },
+ { "Tesla K20m", { 1, 64, 1 } },
+ { "Tesla K40m", { 1, 64, 1 } },
+ { "default", { 1, 64, 1 } },
+ }
+ },
+ { // Default
+ kDeviceTypeAll, "default", {
+ { "default", { 1, 256, 1 } },
+ }
+ },
+ }
+};
+
+} // namespace database
+} // namespace clblast