37 #ifndef PCL_GPU_EMULATION
38 #define PCL_GPU_EMULATION
40 #include <pcl/common/utils.h>
42 #include "utils/warp_reduce.hpp"
50 static __forceinline__ __device__
int Ballot(
int predicate,
volatile int* cta_buffer)
53 return __ballot(predicate);
void ignore(const T &...)
Utility function to eliminate unused variable warnings.
static __forceinline__ __device__ int Ballot(int predicate, volatile int *cta_buffer)