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