Data Fields | |
uint64_t | bytes |
uint32_t | channelID |
CUpti_ChannelType | channelType |
uint32_t | contextId |
uint32_t | correlationId |
uint32_t | deviceId |
uint64_t | end |
uint16_t | flags |
uint32_t | graphId |
uint64_t | graphNodeId |
CUpti_ActivityKind | kind |
uint16_t | memoryKind |
uint32_t | pad2 |
void * | reserved0 |
uint64_t | start |
uint32_t | streamId |
uint32_t | value |
uint64_t CUpti_ActivityMemset4::bytes |
The number of bytes being set by the memory set.
uint32_t CUpti_ActivityMemset4::channelID |
The ID of the HW channel on which the memory set is occuring.
CUpti_ChannelType CUpti_ActivityMemset4::channelType |
The type of the channel
uint32_t CUpti_ActivityMemset4::contextId |
The ID of the context where the memory set is occurring.
uint32_t CUpti_ActivityMemset4::correlationId |
The correlation ID of the memory set. Each memory set is assigned a unique correlation ID that is identical to the correlation ID in the driver API activity record that launched the memory set.
uint32_t CUpti_ActivityMemset4::deviceId |
The ID of the device where the memory set is occurring.
uint64_t CUpti_ActivityMemset4::end |
The end timestamp for the memory set, in ns. A value of 0 for both the start and end timestamps indicates that timestamp information could not be collected for the memory set.
uint16_t CUpti_ActivityMemset4::flags |
The flags associated with the memset.
uint32_t CUpti_ActivityMemset4::graphId |
The unique ID of the graph that executed this memset through graph launch. This field will be 0 if the memset is not executed through graph launch.
uint64_t CUpti_ActivityMemset4::graphNodeId |
The unique ID of the graph node that executed this memset through graph launch. This field will be 0 if the memset is not executed through graph launch.
The activity record kind, must be CUPTI_ACTIVITY_KIND_MEMSET.
uint16_t CUpti_ActivityMemset4::memoryKind |
The memory kind of the memory set
uint32_t CUpti_ActivityMemset4::pad2 |
Undefined. Reserved for internal use
Undefined. Reserved for internal use.
uint64_t CUpti_ActivityMemset4::start |
The start timestamp for the memory set, in ns. A value of 0 for both the start and end timestamps indicates that timestamp information could not be collected for the memory set.
uint32_t CUpti_ActivityMemset4::streamId |
The ID of the stream where the memory set is occurring.
uint32_t CUpti_ActivityMemset4::value |
The value being assigned to memory by the memory set.