#include </__w/1/s/gpu/kinfu/src/cuda/utils.hpp>
|
static __device__ __forceinline__ int | warp_reduce (volatile int *ptr, const unsigned int tid) |
|
static __forceinline__ __device__ int | Ballot (int predicate, volatile int *cta_buffer) |
|
static __forceinline__ __device__ bool | All (int predicate, volatile int *cta_buffer) |
|
static __forceinline__ __device__ int | Ballot (int predicate, volatile int *cta_buffer) |
|
static __forceinline__ __device__ int | ballot (int predicate, volatile int *cta_buffer) |
|
Definition at line 562 of file utils.hpp.
◆ All()
static __forceinline__ __device__ bool pcl::device::Emulation::All |
( |
int |
predicate, |
|
|
volatile int * |
cta_buffer |
|
) |
| |
|
inlinestatic |
◆ Ballot() [1/2]
static __forceinline__ __device__ int pcl::device::Emulation::Ballot |
( |
int |
predicate, |
|
|
volatile int * |
cta_buffer |
|
) |
| |
|
inlinestatic |
◆ Ballot() [2/2]
static __forceinline__ __device__ int pcl::device::Emulation::Ballot |
( |
int |
predicate, |
|
|
volatile int * |
cta_buffer |
|
) |
| |
|
inlinestatic |
◆ ballot()
static __forceinline__ __device__ int pcl::device::Emulation::ballot |
( |
int |
predicate, |
|
|
volatile int * |
cta_buffer |
|
) |
| |
|
inlinestatic |
◆ warp_reduce()
static __device__ __forceinline__ int pcl::device::Emulation::warp_reduce |
( |
volatile int * |
ptr, |
|
|
const unsigned int |
tid |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following files: