Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / BilatTools_Cuda_smart_switch / src / core / switch / header / tools_switch / prioriteCPU.h
1 #ifndef CPU_PRIORITE_H
2 #define CPU_PRIORITE_H
3
4 /*----------------------------------------------------------------------*\
5 |* Declaration *|
6 \*---------------------------------------------------------------------*/
7
8 /*--------------------------------------*\
9 |* Public *|
10 \*-------------------------------------*/
11
12 #ifdef CBI_NO_CUDA // pour compilation sans cuda
13
14 using namespace cpu;
15
16 #endif
17
18 #endif
19
20 /*----------------------------------------------------------------------*\
21 |* End *|
22 \*---------------------------------------------------------------------*/