summaryrefslogtreecommitdiff
path: root/src/database/kernels/xgemv/xgemv_6464.hpp
blob: 0295e1456330666d31e4d79c24861a61ae3f98d4 (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
// =================================================================================================
// 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 'Xgemv6464' kernels.
//
// =================================================================================================

namespace clblast {
namespace database {

const DatabaseEntry XgemvComplexDouble = {
  "Xgemv", Precision::kComplexDouble, {"WGS1", "WPT1"}, {
    { // AMD GPUs
      kDeviceTypeGPU, "AMD", {
        { "Ellesmere", {
          { "AMD Radeon RX 480",                               { 32, 1 } },
          { "default",                                         { 32, 1 } },
        } },
        { "Fiji", {
          { "AMD Radeon R9 Fury X",                            { 64, 1 } },
          { "AMD Radeon R9 M370X Compute Engine",              { 64, 1 } },
          { "default",                                         { 64, 1 } },
        } },
        { "Hawaii", {
          { "AMD Radeon R9 290X",                              { 64, 1 } },
          { "default",                                         { 64, 1 } },
        } },
        { "Oland", {
          { "Oland",                                           { 256, 1 } },
          { "default",                                         { 256, 1 } },
        } },
        { "Pitcairn", {
          { "AMD Radeon R9 270X",                              { 256, 1 } },
          { "default",                                         { 256, 1 } },
        } },
        { "Tahiti", {
          { "AMD Radeon HD 7970",                              { 256, 1 } },
          { "default",                                         { 256, 1 } },
        } },
        { "Tonga", {
          { "AMD Radeon R9 380",                               { 64, 1 } },
          { "default",                                         { 64, 1 } },
        } },
        { "default", {
          { "default",                                         { 64, 1 } },
        } },
      }
    },
    { // Intel CPUs
      kDeviceTypeCPU, "Intel", {
        { "default", {
          { "Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz",       { 64, 4 } },
          { "Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz",        { 64, 1 } },
          { "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz", { 128, 2 } },
          { "Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz",         { 64, 4 } },
          { "Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz",        { 32, 4 } },
          { "default",                                         { 64, 4 } },
        } },
      }
    },
    { // Intel accelerators
      kDeviceTypeAccelerator, "Intel", {
        { "default", {
          { "Intel(R) Many Integrated Core Acceleration Card", { 64, 1 } },
          { "default",                                         { 64, 1 } },
        } },
      }
    },
    { // NVIDIA GPUs
      kDeviceTypeGPU, "NVIDIA", {
        { "SM2.0", {
          { "GeForce GTX 480",                                 { 64, 1 } },
          { "default",                                         { 64, 1 } },
        } },
        { "SM3.0", {
          { "GRID K520",                                       { 128, 1 } },
          { "GeForce GTX 670",                                 { 128, 1 } },
          { "default",                                         { 128, 1 } },
        } },
        { "default", {
          { "default",                                         { 128, 1 } },
        } },
      }
    },
    { // Default
      kDeviceTypeAll, "default", {
        { "default", {
          { "default",                                         { 64, 1 } },
        } },
      }
    },
  }
};

} // namespace database
} // namespace clblast