Point Cloud Library (PCL) 1.12.0
|
#include </builddir/build/BUILD/pcl-1.12.0/gpu/kinfu_large_scale/src/cuda/utils.hpp>
Public Types | |
enum | { LOG_WARP_SIZE = 5 , WARP_SIZE = 1 << LOG_WARP_SIZE , STRIDE = WARP_SIZE } |
Static Public Member Functions | |
static __device__ __forceinline__ unsigned int | laneId () |
Returns the warp lane ID of the calling thread. | |
static __device__ __forceinline__ unsigned int | id () |
static __device__ __forceinline__ int | laneMaskLt () |
static __device__ __forceinline__ int | binaryExclScan (int ballot_mask) |
|
inlinestatic |
Definition at line 557 of file utils.hpp.
References laneMaskLt().
|
inlinestatic |
Definition at line 543 of file utils.hpp.
References LOG_WARP_SIZE.
|
inlinestatic |
|
inlinestatic |
Definition at line 550 of file utils.hpp.
Referenced by binaryExclScan().