summaryrefslogtreecommitdiff
path: root/src/database/kernels/xdot/xdot_6464.hpp
blob: ea23b329ebe6956c31660b9e783433d91e1c115a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
// =================================================================================================
// 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 'Xdot6464' kernels.
//
// =================================================================================================

namespace clblast {
namespace database {

const DatabaseEntry XdotComplexDouble = {
  "Xdot", Precision::kComplexDouble, {"WGS1", "WGS2"}, {
    { // AMD GPUs
      kDeviceTypeGPU, "AMD", {
        { "AMD Radeon R9 M370X Compute Engine",              { 64, 32 } },
        { "Ellesmere",                                       { 256, 32 } },
        { "Fiji",                                            { 256, 32 } },
        { "Oland",                                           { 256, 32 } },
        { "Pitcairn",                                        { 256, 32 } },
        { "Tahiti",                                          { 256, 32 } },
        { "Tonga",                                           { 128, 64 } },
        { "default",                                         { 256, 32 } },
      }
    },
    { // Intel CPUs
      kDeviceTypeCPU, "Intel", {
        { "Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz",       { 32, 128 } },
        { "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz",        { 1024, 32 } },
        { "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz", { 1024, 32 } },
        { "Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz",        { 32, 32 } },
        { "default",                                         { 128, 32 } },
      }
    },
    { // NVIDIA GPUs
      kDeviceTypeGPU, "NVIDIA", {
        { "GRID K520",                                       { 64, 32 } },
        { "GeForce GTX 1070",                                { 128, 64 } },
        { "GeForce GTX 1080",                                { 128, 32 } },
        { "GeForce GTX 480",                                 { 512, 32 } },
        { "GeForce GTX 670",                                 { 512, 128 } },
        { "GeForce GTX 680",                                 { 256, 64 } },
        { "GeForce GTX 750",                                 { 256, 32 } },
        { "GeForce GTX 750 Ti",                              { 64, 32 } },
        { "GeForce GTX 980",                                 { 64, 32 } },
        { "GeForce GTX TITAN Black",                         { 128, 32 } },
        { "GeForce GTX TITAN X",                             { 128, 32 } },
        { "TITAN X (Pascal)",                                { 128, 64 } },
        { "Tesla K20m",                                      { 128, 32 } },
        { "default",                                         { 128, 64 } },
      }
    },
    { // Default
      kDeviceTypeAll, "default", {
        { "default",                                         { 256, 32 } },
      }
    },
  }
};

} // namespace database
} // namespace clblast