cuda-samples/Samples/segmentationTreeThrust/common.cuh
2021-10-21 16:34:49 +05:30

10 lines
171 B
Plaintext

#ifndef _COMMON_CUH_
#define _COMMON_CUH_
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned long long int ullint;
#endif // #ifndef _COMMON_CUH_