#include </__w/1/s/gpu/people/src/cuda/nvidia/NCVAlg.hpp>
|
static __device__ __inline__ void | assign (volatile T *dst, volatile T *src) |
|
static __device__ __inline__ void | reduce (volatile T &in1out, const volatile T &in2) |
|
template<typename T>
struct functorMinValues< T >
Definition at line 79 of file NCVAlg.hpp.
◆ assign()
template<typename T >
static __device__ __inline__ void functorMinValues< T >::assign |
( |
volatile T * |
dst, |
|
|
volatile T * |
src |
|
) |
| |
|
inlinestatic |
◆ reduce()
template<typename T >
static __device__ __inline__ void functorMinValues< T >::reduce |
( |
volatile T & |
in1out, |
|
|
const volatile T & |
in2 |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: