Struct DeviceExceptionBuffer
Defined in File FLAMEGPUDeviceException_device.cuh
Struct Documentation
-
struct DeviceExceptionBuffer
This struct should exist in device memory per stream It holds buffers for outputting a deconstructed format string
Public Members
-
unsigned int error_count
The number of threads reporting error
-
char file_path[FILE_BUFF_LEN]
-
unsigned int line_no
-
unsigned int block_id[3]
-
unsigned int thread_id[3]
-
char format_string[FORMAT_BUFF_LEN]
The format string passed by the user to the printer
-
char format_args[ARG_BUFF_LEN]
A compact buffer of each of the args passed to the printer Their size corresponds to the matching array above
-
unsigned int arg_count
The total number of args passed to the printer
-
unsigned int arg_offset
The total space used by the args
-
unsigned int error_count