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