Swarm-NG
1.1
|
Defines the interface for logging data types. More...
#include <cuda_runtime.h>
Go to the source code of this file.
Classes | |
struct | gpulog::internal::array< T > |
unbound array alloc request class More... | |
struct | gpulog::internal::arginfo |
arginfo (mainly used for debugging) More... | |
struct | gpulog::internal::header |
log record header More... | |
struct | gpulog::internal::Tunspec |
"unspecified datatype" marker for pktsize structure More... | |
Namespaces | |
gpulog | |
class template pktsize<> and supporting classes and templates that enable the compile-time calculation of log record layout (byte offsets to which the data will be stored). | |
Constant Groups | |
gpulog | |
class template pktsize<> and supporting classes and templates that enable the compile-time calculation of log record layout (byte offsets to which the data will be stored). | |
Functions | |
struct | gpulog::internal::ALIGN (16) Tmaxalign |
datatype with maximum allowed alignment | |
Defines the interface for logging data types.
Definition in file gpulog_types.h.