X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=WCudaMSE%2FBilatTools_Cuda%2Fsrc%2Ftest%2Fcu.h;fp=WCudaMSE%2FBilatTools_Cuda%2Fsrc%2Ftest%2Fcu.h;h=be7bb4eb310d9290566b82041c1c83a1fd5901e7;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/BilatTools_Cuda/src/test/cu.h b/WCudaMSE/BilatTools_Cuda/src/test/cu.h new file mode 100755 index 0000000..be7bb4e --- /dev/null +++ b/WCudaMSE/BilatTools_Cuda/src/test/cu.h @@ -0,0 +1,28 @@ +#ifndef CU_H_ +#define CU_H_ + +/*---------------*\ + |* Device Side *| + \*---------------*/ + +#include "Indice1D.h" +#include "Indice2D.h" + +#include "Lock.h" + +#include "reductionADD.h" +//#include "reductionADDLock.h" //meme proto reductionADD.h + +#include "reductionMinMax.h" +//#include "reductionMinMaxLock.h" //meme proto reductionMinMax.h + +#include "curandTools.h" + +/*---------------*\ + |* Mixte Side *| + \*---------------*/ + +#include "LockMixte.h" + + +#endif