summaryrefslogtreecommitdiff
path: root/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_32.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-09-06 21:50:42 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-09-06 21:50:42 +0200
commit20da5e33a86eda746c17cbdb7bfd295d9f92f074 (patch)
treed35e7091ddc8bbd81d581c4bd49468c6329111fd /src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_32.hpp
parentbb947890dec90712c92028c20234eafd48e6fa3e (diff)
Split the database files over multiple directories and files; first step towards separate compilation
Diffstat (limited to 'src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_32.hpp')
-rw-r--r--src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_32.hpp71
1 files changed, 71 insertions, 0 deletions
diff --git a/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_32.hpp b/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_32.hpp
new file mode 100644
index 00000000..71b8b355
--- /dev/null
+++ b/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_32.hpp
@@ -0,0 +1,71 @@
+
+// =================================================================================================
+// 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_Rot32' kernels.
+//
+// =================================================================================================
+
+namespace clblast {
+namespace database {
+
+const DatabaseEntry XgemvFastRotSingle = {
+ "XgemvFastRot", Precision::kSingle, {"VW3", "WGS3", "WPT3"}, {
+ { // AMD GPUs
+ kDeviceTypeGPU, "AMD", {
+ { "AMD Radeon R9 M370X Compute Engine", { 8, 64, 32 } },
+ { "ATI Radeon HD 6750M", { 8, 128, 16 } },
+ { "Ellesmere", { 8, 32, 32 } },
+ { "Fiji", { 4, 32, 16 } },
+ { "Tonga", { 8, 128, 32 } },
+ { "Turks", { 8, 128, 16 } },
+ { "default", { 8, 32, 32 } },
+ }
+ },
+ { // Intel CPUs
+ kDeviceTypeCPU, "Intel", {
+ { "Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz", { 4, 32, 32 } },
+ { "Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz", { 8, 128, 8 } },
+ { "Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz", { 4, 32, 32 } },
+ { "Intel(R) Core(TM) i7-5930K CPU @ 3.50GHz", { 8, 16, 8 } },
+ { "default", { 8, 32, 32 } },
+ }
+ },
+ { // Intel GPUs
+ kDeviceTypeGPU, "Intel", {
+ { "Intel(R) HD Graphics 5500 BroadWell U-Processor GT2", { 8, 64, 32 } },
+ { "Intel(R) HD Graphics Haswell Ultrabook GT2 Mobile", { 4, 64, 16 } },
+ { "Intel(R) HD Graphics IvyBridge M GT2", { 2, 32, 16 } },
+ { "Intel(R) HD Graphics Skylake ULT GT2", { 4, 64, 16 } },
+ { "Iris Pro", { 4, 16, 16 } },
+ { "default", { 4, 64, 16 } },
+ }
+ },
+ { // NVIDIA GPUs
+ kDeviceTypeGPU, "NVIDIA", {
+ { "GeForce GT 650M", { 8, 32, 16 } },
+ { "GeForce GTX 1080", { 8, 32, 32 } },
+ { "GeForce GTX 750 Ti", { 8, 32, 32 } },
+ { "GeForce GTX TITAN", { 1, 16, 16 } },
+ { "GeForce GTX TITAN Black", { 4, 128, 16 } },
+ { "TITAN X (Pascal)", { 8, 64, 32 } },
+ { "default", { 8, 32, 32 } },
+ }
+ },
+ { // QUALCOMM GPUs
+ kDeviceTypeGPU, "QUALCOMM", {
+ { "QUALCOMM Adreno(TM)", { 4, 64, 16 } },
+ { "default", { 4, 64, 16 } },
+ }
+ },
+ { // Default
+ kDeviceTypeAll, "default", {
+ { "default", { 8, 32, 32 } },
+ }
+ },
+ }
+};
+
+} // namespace database
+} // namespace clblast