summaryrefslogtreecommitdiff
path: root/src/database/kernels/xgemv_fast_rot/xgemv_fast_rot_64.hpp
blob: 842c5baee5d96806a44bc476291842c25c33ef53 (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
// =================================================================================================
// 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_Fast_Rot64' kernels.
//
// =================================================================================================

namespace clblast {
namespace database {

const DatabaseEntry XgemvFastRotDouble = {
  "XgemvFastRot", Precision::kDouble, {"VW3", "WGS3", "WPT3"}, {
    { // AMD GPUs
      kDeviceTypeGPU, "AMD", {
        { "Ellesmere", {
          { "AMD Radeon RX 480",                               { 4, 16, 16 } },
          { "default",                                         { 4, 16, 16 } },
        } },
        { "Fiji", {
          { "AMD Radeon R9 Fury X",                            { 4, 32, 32 } },
          { "AMD Radeon R9 M370X Compute Engine",              { 4, 16, 16 } },
          { "default",                                         { 4, 16, 16 } },
        } },
        { "Tonga", {
          { "AMD Radeon R9 380",                               { 4, 16, 16 } },
          { "default",                                         { 4, 16, 16 } },
        } },
        { "default", {
          { "default",                                         { 4, 16, 16 } },
        } },
      }
    },
    { // Intel CPUs
      kDeviceTypeCPU, "Intel", {
        { "default", {
          { "Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz",       { 4, 32, 32 } },
          { "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz", { 8, 16, 8 } },
          { "Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz",        { 4, 32, 32 } },
          { "Intel(R) Core(TM) i7-5930K CPU @ 3.50GHz",        { 8, 16, 8 } },
          { "default",                                         { 8, 32, 32 } },
        } },
      }
    },
    { // NVIDIA GPUs
      kDeviceTypeGPU, "NVIDIA", {
        { "SM3.5", {
          { "GeForce GTX TITAN",                               { 1, 16, 16 } },
          { "GeForce GTX TITAN Black",                         { 1, 16, 16 } },
          { "default",                                         { 1, 16, 16 } },
        } },
        { "SM5.0", {
          { "GeForce GTX 750 Ti",                              { 4, 32, 16 } },
          { "default",                                         { 4, 32, 16 } },
        } },
        { "SM6.1", {
          { "GeForce GTX 1080",                                { 8, 32, 32 } },
          { "TITAN X (Pascal)",                                { 8, 32, 32 } },
          { "default",                                         { 8, 32, 32 } },
        } },
        { "default", {
          { "default",                                         { 4, 32, 16 } },
        } },
      }
    },
    { // Default
      kDeviceTypeAll, "default", {
        { "default", {
          { "default",                                         { 4, 16, 16 } },
        } },
      }
    },
  }
};

} // namespace database
} // namespace clblast