Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / BilatTools_Cuda_smart_switch / src / test / cu.h
1 #ifndef CU_H_
2 #define CU_H_
3
4 /*---------------*\
5 |* Device Side *|
6 \*---------------*/
7
8 #include "Indice1D.h"
9 #include "Indice2D.h"
10
11 #include "Lock.h"
12
13 #include "reductionADD.h"
14 //#include "reductionADDLock.h" //meme proto reductionADD.h
15
16 #include "reductionMinMax.h"
17 //#include "reductionMinMaxLock.h" //meme proto reductionMinMax.h
18
19 #include "curandTools.h"
20
21 /*---------------*\
22 |* Mixte Side *|
23 \*---------------*/
24
25 #include "LockMixte.h"
26
27
28 #endif