Add a section of how to link IE with CMake project (#99)
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / src / caps / public / gpu_devices.inc
1 /*
2 // Copyright (c) 2016 Intel Corporation
3 //
4 // Licensed under the Apache License, Version 2.0 (the "License");
5 // you may not use this file except in compliance with the License.
6 // You may obtain a copy of the License at
7 //
8 //      http://www.apache.org/licenses/LICENSE-2.0
9 //
10 // Unless required by applicable law or agreed to in writing, software
11 // distributed under the License is distributed on an "AS IS" BASIS,
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 // See the License for the specific language governing permissions and
14 // limitations under the License.
15 */
16
17
18 //HD IRIS 5XX series
19 GEN_DEVICE(HD510,         0x1906, HD5XX, GEN9, GT1)
20 GEN_DEVICE(HD520,         0x1916, HD5XX, GEN9, GT2)
21 GEN_DEVICE(HD515,         0x191E, HD5XX, GEN9, GT2)
22 GEN_DEVICE(HD530,         0x1912, HD5XX, GEN9, GT2)
23 GEN_DEVICE(IRIS_540_550,  0x1926, HD5XX, GEN9, GT3)
24 GEN_DEVICE(HD510,         0x1902, HD5XX, GEN9, GT1)
25 GEN_DEVICE(IRIS_PRO_580,  0x193A, HD5XX, GEN9, GT4)
26 GEN_DEVICE(IRIS_PRO_580,  0x193B, HD5XX, GEN9, GT4)
27 GEN_DEVICE(HD530,         0x191B, HD5XX, GEN9, GT2)
28 GEN_DEVICE(HD_P530,       0x191D, HD5XX, GEN9, GT2)
29 GEN_DEVICE(IRIS_PRO_P580, 0x193D, HD5XX, GEN9, GT4)
30
31 GEN_DEVICE(HD_500,        0x5A84, HD500_505, GEN9, GT1)
32 GEN_DEVICE(HD_505,        0x5A85, HD500_505, GEN9, GT1)
33 GEN_DEVICE(Joule_570x,    0x1A84, HD500_505, GEN9, GT1)
34 GEN_DEVICE(Joule_550x,    0x1A85, HD500_505, GEN9, GT1)
35
36 //HD IRIS 6XX series
37 GEN_DEVICE(HD610,         0x5906, HD6XX, GEN9, GT1)
38 GEN_DEVICE(HD620,         0x5916, HD6XX, GEN9, GT2)
39 GEN_DEVICE(IRIS_PLUS_640, 0x5926, HD6XX, GEN9, GT3)
40 GEN_DEVICE(IRIS_PLUS_650, 0x5927, HD6XX, GEN9, GT3)
41 GEN_DEVICE(HD615,         0x591E, HD6XX, GEN9, GT2)
42 GEN_DEVICE(HD610,         0x5902, HD6XX, GEN9, GT1)
43 GEN_DEVICE(HD630,         0x5912, HD6XX, GEN9, GT2)
44 GEN_DEVICE(HD630,         0x591B, HD6XX, GEN9, GT2)
45 GEN_DEVICE(HD_P630,       0x591D, HD6XX, GEN9, GT2)
46
47 //8th generation
48 GEN_DEVICE(HD610,         0x3E90, HD6XX, GEN9, GT1)
49 GEN_DEVICE(HD610,         0x3E93, HD6XX, GEN9, GT1)
50 GEN_DEVICE(HD620,         0x3E91, HD6XX, GEN9, GT2)
51 GEN_DEVICE(HD620,         0x3E92, HD6XX, GEN9, GT2)
52 GEN_DEVICE(HD620,         0x3E96, HD6XX, GEN9, GT2)
53 GEN_DEVICE(HD620,         0x5917, HD6XX, GEN9, GT2)
54 GEN_DEVICE(HD630,         0x3EA5, HD6XX, GEN9, GT3)
55 GEN_DEVICE(HD630,         0x3EA6, HD6XX, GEN9, GT3)
56 GEN_DEVICE(HD630,         0x3EA7, HD6XX, GEN9, GT3)
57 GEN_DEVICE(HD630,         0x3EA8, HD6XX, GEN9, GT3)
58
59 GEN_DEVICE(HD605,       0x3184, HD6XX, GEN9, GT2)  
60 GEN_DEVICE(HD600   ,       0x3185, HD6XX, GEN9, GT2)
61
62
63