37 #ifndef PCL_GPU_EMULATION
38 #define PCL_GPU_EMULATION
40 #include "utils/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)