cuda-samples/Samples/segmentationTreeThrust/common.cuh

10 lines
171 B
Plaintext
Raw Normal View History

2021-10-21 19:04:49 +08:00
#ifndef _COMMON_CUH_
#define _COMMON_CUH_
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned long long int ullint;
#endif // #ifndef _COMMON_CUH_