Swarm-NG
1.1
|
struct template to compile-time compute (properly aligned) offsets and sizes of passed types. More...
#include <gpulog_msg_layout.h>
Static Public Member Functions | |
template<typename T > | |
__host__ static __device__ int | len_with_padding (const T &x) |
padded length of the record when the last element is not an array<> | |
template<typename T > | |
__host__ static __device__ int | len_with_padding (const array< T > &x) |
padded length of the record when the last element is an array<> | |
struct template to compile-time compute (properly aligned) offsets and sizes of passed types.
Used in conjunction with write function templates.
Definition at line 152 of file gpulog_msg_layout.h.