Add a section of how to link IE with CMake project (#99)
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / src / caps / public / gpu_enums.inc
1 // Copyright (c) 2017 Intel Corporation
2 //
3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
6 //
7 //      http://www.apache.org/licenses/LICENSE-2.0
8 //
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS,
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 // See the License for the specific language governing permissions and
13 // limitations under the License.
14
15
16 GPU_CONFIGURATION(GT0,           0)
17 GPU_CONFIGURATION(GT1,          10)
18 GPU_CONFIGURATION(GT2,          20)
19 GPU_CONFIGURATION(GT3,          30)
20 GPU_CONFIGURATION(GT4,          40)
21 GPU_CONFIGURATION(GT_UNKNOWN, 1000)
22
23 GPU_MODEL(HD500_505,   505)
24 GPU_MODEL(HD5XX,       599)
25 GPU_MODEL(HD6XX,       699)
26 GPU_MODEL(FUTURE,    10000)
27
28 GPU_ARCHITECTURE(GEN9,          90)
29 GPU_ARCHITECTURE(GEN_UNKNOWN, 1000)
30