summaryrefslogtreecommitdiff
path: root/src/database/kernels/xdot/xdot_32.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/kernels/xdot/xdot_32.hpp')
-rw-r--r--src/database/kernels/xdot/xdot_32.hpp83
1 files changed, 83 insertions, 0 deletions
diff --git a/src/database/kernels/xdot/xdot_32.hpp b/src/database/kernels/xdot/xdot_32.hpp
new file mode 100644
index 00000000..8a7bd9d8
--- /dev/null
+++ b/src/database/kernels/xdot/xdot_32.hpp
@@ -0,0 +1,83 @@
+
+// =================================================================================================
+// 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 'Xdot32' kernels.
+//
+// =================================================================================================
+
+namespace clblast {
+namespace database {
+
+const DatabaseEntry XdotSingle = {
+ "Xdot", Precision::kSingle, {"WGS1", "WGS2"}, {
+ { // AMD GPUs
+ kDeviceTypeGPU, "AMD", {
+ { "AMD Radeon R9 M370X Compute Engine", { 128, 32 } },
+ { "ATI Radeon HD 6750M", { 256, 32 } },
+ { "Ellesmere", { 128, 32 } },
+ { "Fiji", { 256, 32 } },
+ { "Oland", { 256, 32 } },
+ { "Pitcairn", { 128, 32 } },
+ { "Tahiti", { 128, 32 } },
+ { "Tonga", { 64, 32 } },
+ { "Turks", { 128, 64 } },
+ { "default", { 256, 32 } },
+ }
+ },
+ { // Intel CPUs
+ kDeviceTypeCPU, "Intel", {
+ { "Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz", { 32, 32 } },
+ { "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { 1024, 32 } },
+ { "Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz", { 64, 128 } },
+ { "Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz", { 64, 32 } },
+ { "default", { 64, 64 } },
+ }
+ },
+ { // Intel GPUs
+ kDeviceTypeGPU, "Intel", {
+ { "Intel(R) HD Graphics 530", { 64, 32 } },
+ { "Intel(R) HD Graphics 5500 BroadWell U-Processor GT2", { 256, 32 } },
+ { "Intel(R) HD Graphics Haswell Ultrabook GT2 Mobile", { 64, 32 } },
+ { "Intel(R) HD Graphics IvyBridge M GT2", { 512, 128 } },
+ { "Intel(R) HD Graphics Skylake ULT GT2", { 32, 32 } },
+ { "Iris Pro", { 512, 64 } },
+ { "default", { 64, 32 } },
+ }
+ },
+ { // NVIDIA GPUs
+ kDeviceTypeGPU, "NVIDIA", {
+ { "GRID K520", { 128, 32 } },
+ { "GeForce GT 650M", { 128, 64 } },
+ { "GeForce GTX 1070", { 128, 1024 } },
+ { "GeForce GTX 1080", { 512, 64 } },
+ { "GeForce GTX 480", { 512, 32 } },
+ { "GeForce GTX 670", { 512, 1024 } },
+ { "GeForce GTX 680", { 128, 128 } },
+ { "GeForce GTX 750", { 128, 32 } },
+ { "GeForce GTX 750 Ti", { 64, 32 } },
+ { "GeForce GTX 980", { 256, 32 } },
+ { "GeForce GTX TITAN Black", { 512, 64 } },
+ { "GeForce GTX TITAN X", { 256, 32 } },
+ { "TITAN X (Pascal)", { 1024, 32 } },
+ { "Tesla K20m", { 1024, 32 } },
+ { "default", { 256, 64 } },
+ }
+ },
+ { // QUALCOMM GPUs
+ kDeviceTypeGPU, "QUALCOMM", {
+ { "QUALCOMM Adreno(TM)", { 128, 64 } },
+ { "default", { 128, 64 } },
+ }
+ },
+ { // Default
+ kDeviceTypeAll, "default", {
+ { "default", { 128, 32 } },
+ }
+ },
+ }
+};
+
+} // namespace database
+} // namespace clblast