summaryrefslogtreecommitdiff
path: root/src/database/kernels/xgemv_fast/xgemv_fast_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/xgemv_fast_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/xgemv_fast_32.hpp')
-rw-r--r--src/database/kernels/xgemv_fast/xgemv_fast_32.hpp94
1 files changed, 94 insertions, 0 deletions
diff --git a/src/database/kernels/xgemv_fast/xgemv_fast_32.hpp b/src/database/kernels/xgemv_fast/xgemv_fast_32.hpp
new file mode 100644
index 00000000..eae35316
--- /dev/null
+++ b/src/database/kernels/xgemv_fast/xgemv_fast_32.hpp
@@ -0,0 +1,94 @@
+
+// =================================================================================================
+// 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_Fast32' kernels.
+//
+// =================================================================================================
+
+namespace clblast {
+namespace database {
+
+const DatabaseEntry XgemvFastSingle = {
+ "XgemvFast", Precision::kSingle, {"VW2", "WGS2", "WPT2"}, {
+ { // AMD GPUs
+ kDeviceTypeGPU, "AMD", {
+ { "AMD Radeon R9 M370X Compute Engine", { 1, 128, 1 } },
+ { "ATI Radeon HD 6750M", { 2, 64, 2 } },
+ { "Ellesmere", { 1, 64, 1 } },
+ { "Fiji", { 1, 64, 2 } },
+ { "Hawaii", { 1, 64, 1 } },
+ { "Oland", { 1, 64, 1 } },
+ { "Pitcairn", { 1, 64, 1 } },
+ { "Tahiti", { 1, 64, 1 } },
+ { "Tonga", { 1, 16, 4 } },
+ { "Turks", { 1, 256, 1 } },
+ { "default", { 1, 64, 1 } },
+ }
+ },
+ { // Intel CPUs
+ kDeviceTypeCPU, "Intel", {
+ { "Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz", { 1, 32, 4 } },
+ { "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz", { 4, 128, 4 } },
+ { "Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz", { 4, 32, 4 } },
+ { "Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz", { 1, 64, 4 } },
+ { "Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz", { 2, 16, 4 } },
+ { "default", { 4, 128, 4 } },
+ }
+ },
+ { // Intel GPUs
+ kDeviceTypeGPU, "Intel", {
+ { "Intel(R) HD Graphics 530", { 1, 256, 1 } },
+ { "Intel(R) HD Graphics 5500 BroadWell U-Processor GT2", { 2, 32, 2 } },
+ { "Intel(R) HD Graphics Haswell Ultrabook GT2 Mobile", { 4, 128, 4 } },
+ { "Intel(R) HD Graphics IvyBridge M GT2", { 1, 64, 2 } },
+ { "Intel(R) HD Graphics Skylake ULT GT2", { 2, 32, 2 } },
+ { "Iris", { 1, 128, 2 } },
+ { "Iris Pro", { 4, 64, 4 } },
+ { "default", { 2, 256, 2 } },
+ }
+ },
+ { // Intel accelerators
+ kDeviceTypeAccelerator, "Intel", {
+ { "Intel(R) Many Integrated Core Acceleration Card", { 1, 64, 1 } },
+ { "default", { 1, 64, 1 } },
+ }
+ },
+ { // NVIDIA GPUs
+ kDeviceTypeGPU, "NVIDIA", {
+ { "GRID K520", { 2, 256, 2 } },
+ { "GeForce GT 650M", { 2, 32, 2 } },
+ { "GeForce GTX 1070", { 1, 256, 1 } },
+ { "GeForce GTX 1080", { 1, 128, 1 } },
+ { "GeForce GTX 480", { 1, 128, 1 } },
+ { "GeForce GTX 670", { 2, 256, 2 } },
+ { "GeForce GTX 680", { 1, 128, 1 } },
+ { "GeForce GTX 750", { 1, 256, 1 } },
+ { "GeForce GTX 750 Ti", { 2, 32, 2 } },
+ { "GeForce GTX 980", { 1, 256, 1 } },
+ { "GeForce GTX TITAN", { 1, 256, 1 } },
+ { "GeForce GTX TITAN Black", { 1, 256, 1 } },
+ { "GeForce GTX TITAN X", { 1, 64, 1 } },
+ { "TITAN X (Pascal)", { 1, 64, 1 } },
+ { "Tesla K20m", { 1, 256, 1 } },
+ { "Tesla K40m", { 1, 256, 1 } },
+ { "default", { 1, 256, 1 } },
+ }
+ },
+ { // QUALCOMM GPUs
+ kDeviceTypeGPU, "QUALCOMM", {
+ { "QUALCOMM Adreno(TM)", { 1, 64, 4 } },
+ { "default", { 1, 64, 4 } },
+ }
+ },
+ { // Default
+ kDeviceTypeAll, "default", {
+ { "default", { 1, 64, 1 } },
+ }
+ },
+ }
+};
+
+} // namespace database
+} // namespace clblast