summaryrefslogtreecommitdiff
path: root/src/database/kernels/xdot/xdot_16.hpp
blob: e206671ece0019bf61034da3c51ee458c4023d32 (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
// =================================================================================================
// 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 'Xdot16' kernels.
//
// =================================================================================================

namespace clblast {
namespace database {

const DatabaseEntry XdotHalf = {
  "Xdot", Precision::kHalf, {"WGS1", "WGS2"}, {
    { // AMD GPUs
      kDeviceTypeGPU, "AMD", {
        { "Ellesmere", {
          { "AMD Radeon RX 480",                               { 256, 64 } },
          { "default",                                         { 256, 64 } },
        } },
        { "default", {
          { "default",                                         { 256, 64 } },
        } },
      }
    },
    { // Intel GPUs
      kDeviceTypeGPU, "Intel", {
        { "default", {
          { "Intel(R) HD Graphics 5500 BroadWell U-Processor GT2", { 256, 32 } },
          { "Intel(R) HD Graphics Skylake ULT GT2",            { 128, 32 } },
          { "default",                                         { 128, 32 } },
        } },
      }
    },
    { // QUALCOMM GPUs
      kDeviceTypeGPU, "QUALCOMM", {
        { "default", {
          { "QUALCOMM Adreno(TM)",                             { 64, 64 } },
          { "default",                                         { 64, 64 } },
        } },
      }
    },
    { // Default
      kDeviceTypeAll, "default", {
        { "default", {
          { "default",                                         { 128, 64 } },
        } },
      }
    },
  }
};

} // namespace database
} // namespace clblast