Go to the documentation of this file.
27 #ifndef bits_gpulog_types_h__
28 #define bits_gpulog_types_h__
30 #include <cuda_runtime.h>
75 int offs =
sizeof(*this);
77 offs += nargs *
sizeof(
arginfo);
83 __host__ __device__
static inline void new_header(
header &h,
int msgid_,
int len_)
92 __host__ __device__
inline header(
int msgid_,
int len_) { new_header(*
this, msgid_, len_); }
99 struct ALIGN(16) Tmaxalign {};
104 #endif // bits_gpulog_types_h__