Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / BilatTools_Cuda_smart_switch / src / core / switch / header / tools_GPU / ColorTools.h
1 #ifndef COLORTOOLS_PRIORITE_CUDA_H_
2 #define COLORTOOLS_PRIORITE_CUDA_H_
3
4 /*----------------------------------------------------------------------*\
5 |* Declaration *|
6 \*---------------------------------------------------------------------*/
7
8 /*--------------------------------------*\
9 |* Public *|
10 \*-------------------------------------*/
11
12 #ifndef CBI_NO_CUDA // pour compilation avec cuda
13
14 #include "ColorTools_GPU.h"
15 #include "prioriteGPU.h"
16
17 #else // pour compilation avec cuda
18
19 #include "IndiceTools_CPU.h"
20 #include "ColorTools_CPU.h"
21
22 #endif
23
24
25 #endif
26
27 /*----------------------------------------------------------------------*\
28 |* End *|
29 \*---------------------------------------------------------------------*/