37 #ifndef PCL_GPU_DEVICE_EMULATION_HPP_
38 #define PCL_GPU_DEVICE_EMULATION_HPP_
40 #include <pcl/common/utils.h>
42 #include <pcl/gpu/device/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)