37 #ifndef PCL_GPU_DEVICE_EMULATION_HPP_
38 #define PCL_GPU_DEVICE_EMULATION_HPP_
40 #include <pcl/gpu/device/warp_reduce.hpp>
48 static __forceinline__ __device__
int ballot(
int predicate,
volatile int* cta_buffer)
51 return __ballot(predicate);
static __forceinline__ __device__ int ballot(int predicate, volatile int *cta_buffer)