summaryrefslogtreecommitdiff
path: root/src/database/kernels/pad/pad_16.hpp
blob: 8f31c31efc8e37d4091c1ba0ce8e9e98dc332945 (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
// =================================================================================================
// 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 'Pad16' kernels.
//
// =================================================================================================

namespace clblast {
namespace database {

const DatabaseEntry PadHalf = {
  "Pad", Precision::kHalf, {"PAD_DIMX", "PAD_DIMY", "PAD_WPTX", "PAD_WPTY"}, {
    { // AMD GPUs
      kDeviceTypeGPU, "AMD", {
        { "Ellesmere",                                       { 16, 8, 1, 2 } },
        { "default",                                         { 16, 8, 1, 2 } },
      }
    },
    { // Intel GPUs
      kDeviceTypeGPU, "Intel", {
        { "Intel(R) HD Graphics 5500 BroadWell U-Processor GT2", { 8, 8, 4, 1 } },
        { "Intel(R) HD Graphics Skylake ULT GT2",            { 8, 32, 2, 2 } },
        { "default",                                         { 8, 8, 2, 1 } },
      }
    },
    { // QUALCOMM GPUs
      kDeviceTypeGPU, "QUALCOMM", {
        { "QUALCOMM Adreno(TM)",                             { 16, 8, 4, 2 } },
        { "default",                                         { 16, 8, 4, 2 } },
      }
    },
    { // Default
      kDeviceTypeAll, "default", {
        { "default",                                         { 8, 8, 4, 1 } },
      }
    },
  }
};

} // namespace database
} // namespace clblast