Proto  3.2
Proto_Accel.H
Go to the documentation of this file.
1 #ifndef __PROTO_ACCEL_HEADER__
2 #define __PROTO_ACCEL_HEADER__
3 
4 
5 #ifdef PROTO_ACCEL
6 
7 #define ACCEL_DECORATION __host__ __device__
8 #define ACCEL_KERNEL __global__
9 
10 #else
11 
12 #define ACCEL_DECORATION /*__host__ __device__ */
13 #define ACCEL_KERNEL /* __global__ */
14 
15 #endif
16 
17 
18 #endif