Data Fields | |
uint32_t | contextId |
uint32_t | correlationId |
uint32_t | cudaEventId |
uint64_t | end |
CUpti_ActivityKind | kind |
uint64_t | start |
uint32_t | streamId |
CUpti_ActivitySynchronizationType | type |
The ID of the context for which the synchronization API is called. In case of context synchronization API it is the context id for which the API is called. In case of stream/event synchronization it is the ID of the context where the stream/event was created.
The correlation ID of the API to which this result is associated.
The event ID for which the synchronization API is called. A CUPTI_SYNCHRONIZATION_INVALID_VALUE value indicate the field is not applicable for this record. Not valid for cuCtxSynchronize, cuStreamSynchronize.
uint64_t CUpti_ActivitySynchronization::end |
The end timestamp for the function, in ns. A value of 0 for both the start and end timestamps indicates that timestamp information could not be collected for the function.
The activity record kind, must be CUPTI_ACTIVITY_KIND_SYNCHRONIZATION.
uint64_t CUpti_ActivitySynchronization::start |
The start timestamp for the function, in ns. A value of 0 for both the start and end timestamps indicates that timestamp information could not be collected for the function.
The compute stream for which the synchronization API is called. A CUPTI_SYNCHRONIZATION_INVALID_VALUE value indicate the field is not applicable for this record. Not valid for cuCtxSynchronize, cuEventSynchronize.
The type of record.