Data Fields | |
| uint32_t | cuContextId |
| uint32_t | cuDeviceId |
| uint32_t | cuProcessId |
| uint32_t | cuStreamId |
| uint32_t | cuThreadId |
| uint64_t | end |
| CUpti_OpenAccEventKind | eventKind |
| uint32_t | externalId |
| CUpti_ActivityKind | kind |
| uint64_t | numGangs |
| uint64_t | numWorkers |
| uint32_t | pad1 |
| uint64_t | start |
| uint32_t | threadId |
| uint64_t | vectorLength |
CUDA context id Valid only if deviceType is acc_device_nvidia.
CUDA device id Valid only if deviceType is acc_device_nvidia.
The ID of the process where the OpenACC activity is executing.
CUDA stream id Valid only if deviceType is acc_device_nvidia.
The ID of the thread where the OpenACC activity is executing.
| uint64_t CUpti_ActivityOpenAccLaunch::end |
CUPTI end timestamp
CUPTI OpenACC event kind (
The OpenACC correlation ID. Valid only if deviceType is acc_device_nvidia. If not 0, it uniquely identifies this record. It is identical to the externalId in the preceeding external correlation record of type CUPTI_EXTERNAL_CORRELATION_KIND_OPENACC.
The activity record kind, must be CUPTI_ACTIVITY_KIND_OPENACC_LAUNCH.
The number of gangs created for this kernel launch
The number of workers created for this kernel launch
| uint32_t CUpti_ActivityOpenAccLaunch::pad1 |
Undefined. Reserved for internal use.
| uint64_t CUpti_ActivityOpenAccLaunch::start |
CUPTI start timestamp
ThreadId
The number of vector lanes created for this kernel launch
1.5.8