37 #ifndef PCL_GPU_DEVICE_STATIC_CHECK_HPP_
38 #define PCL_GPU_DEVICE_STATIC_CHECK_HPP_
40 #if defined(__CUDACC__)
41 #define __PCL_GPU_HOST_DEVICE__ __host__ __device__ __forceinline__
43 #define __PCL_GPU_HOST_DEVICE__
50 template<
bool expr>
struct Static {};
54 __PCL_GPU_HOST_DEVICE__
static void check() {};
64 #undef __PCL_GPU_HOST_DEVICE__
This file defines compatibility wrappers for low level I/O functions.
static __PCL_GPU_HOST_DEVICE__ void check()