Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / BilatTools_Cuda_smart_switch / src / core / switch / header / type / cudaType.h
1 #ifndef CUDA_TYPE_PRIORITE_H_
2 #define CUDA_TYPE_PRIORITE_H_
3
4 /*----------------------------------------------------------------------*\
5 |* Declaration *|
6 \*---------------------------------------------------------------------*/
7
8 /*--------------------------------------*\
9 |* Public *|
10 \*-------------------------------------*/
11
12 #ifndef CBI_NO_CUDA // pour compilation avec cuda
13
14 #include "cudaTools.h"
15 #include "cuda_runtime.h"
16 //#include "prioriteGPU.h"
17
18 #ifndef uchar
19 #define uchar unsigned char
20 #endif
21
22 #ifndef uint
23 #define uint unsigned char
24 #endif
25
26 #ifndef ulong
27 #define ulong unsigned char
28 #endif
29
30
31 #else // pour compilation sans cuda
32
33 #include "cudaType_CPU.h"
34 #include "prioriteCPU.h"
35
36 #endif
37
38
39 #endif
40
41 /*----------------------------------------------------------------------*\
42 |* End *|
43 \*---------------------------------------------------------------------*/