568a4a0059dfe4718694f69f5765a0977d88e0e9
[GPU.git] / prioriteGPU.h
1 #ifndef CUDA_PRIORITE_H
2 #define CUDA_PRIORITE_H
3
4 /*----------------------------------------------------------------------*\
5 |* Declaration *|
6 \*---------------------------------------------------------------------*/
7
8 /*--------------------------------------*\
9 |* Public *|
10 \*-------------------------------------*/
11
12 #ifndef CBI_NO_CUDA // pour compilation avec cuda
13
14 using namespace gpu;
15
16 #endif
17
18
19 #endif
20
21 /*----------------------------------------------------------------------*\
22 |* End *|
23 \*---------------------------------------------------------------------*/