projects
/
GPU.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Creation de viewer pour faciliter l'activation ou non des differents codes des labos.
[GPU.git]
/
WCudaMSE
/
BilatTools_Cuda
/
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