summaryrefslogtreecommitdiff
path: root/src/database/kernels/copy/copy_16.hpp
blob: dea61ca634866018249acc2ca50d0d3de0b9c543 (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 'Copy16' kernels.
//
// =================================================================================================

namespace clblast {
namespace database {

const DatabaseEntry CopyHalf = {
  "Copy", Precision::kHalf, {"COPY_DIMX", "COPY_DIMY", "COPY_VW", "COPY_WPT"}, {
    { // AMD GPUs
      kDeviceTypeGPU, "AMD", {
        { "Ellesmere",                                       { 16, 8, 4, 4 } },
        { "default",                                         { 16, 8, 4, 4 } },
      }
    },
    { // Intel GPUs
      kDeviceTypeGPU, "Intel", {
        { "Intel(R) HD Graphics 5500 BroadWell U-Processor GT2", { 8, 16, 8, 4 } },
        { "Intel(R) HD Graphics Skylake ULT GT2",            { 8, 32, 4, 8 } },
        { "default",                                         { 8, 32, 4, 8 } },
      }
    },
    { // QUALCOMM GPUs
      kDeviceTypeGPU, "QUALCOMM", {
        { "QUALCOMM Adreno(TM)",                             { 32, 8, 8, 1 } },
        { "default",                                         { 32, 8, 8, 1 } },
      }
    },
    { // Default
      kDeviceTypeAll, "default", {
        { "default",                                         { 16, 8, 4, 4 } },
      }
    },
  }
};

} // namespace database
} // namespace clblast