A wrapper for passing simple static arrays as kernel parameters. More...
A wrapper for passing simple static arrays as kernel parameters.
Definition at line 770 of file util_type.cuh.
Public Member Functions | |
__host__ __device__ __forceinline__ | ArrayWrapper () |
Constructor. | |
Data Fields | |
T | array [COUNT] |
Statically-sized array of type T . | |
|
inline |
Constructor.
Definition at line 777 of file util_type.cuh.
T cub::ArrayWrapper< T, COUNT >::array[COUNT] |
Statically-sized array of type T
.
Definition at line 774 of file util_type.cuh.