Point Cloud Library (PCL)
1.9.1
|
#include </tmp/B.ja8W1J/BUILD/pcl-pcl-1.9.1/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. More... | |
static __device__ __forceinline__ unsigned int | id () |
static __device__ __forceinline__ int | laneMaskLt () |
static __device__ __forceinline__ int | binaryExclScan (int ballot_mask) |
|
inlinestatic |
Definition at line 578 of file utils.hpp.
References laneMaskLt().
|
inlinestatic |
Definition at line 560 of file utils.hpp.
References LOG_WARP_SIZE.
|
inlinestatic |
Returns the warp lane ID of the calling thread.
Definition at line 553 of file utils.hpp.
Referenced by laneMaskLt().
|
inlinestatic |