CUpti_ActivityInstructionExecution Struct Reference
[CUPTI Activity API]

The activity record for source-level instruction execution. More...


Data Fields

uint32_t correlationId
uint32_t executed
CUpti_ActivityFlag flags
uint32_t functionId
CUpti_ActivityKind kind
uint64_t notPredOffThreadsExecuted
uint32_t pad
uint32_t pcOffset
uint32_t sourceLocatorId
uint64_t threadsExecuted


Detailed Description

This activity records result for source level instruction execution. (CUPTI_ACTIVITY_KIND_INSTRUCTION_EXECUTION).

Field Documentation

The correlation ID of the kernel to which this result is associated.

The number of times this instruction was executed per warp. It will be incremented regardless of predicate or condition code.

The properties of this instruction execution.

Correlation ID with global/device function name

The activity record kind, must be CUPTI_ACTIVITY_KIND_INSTRUCTION_EXECUTION.

This increments each time when this instruction is executed by number of threads that executed this instruction with predicate and condition code evaluating to true.

Undefined. Reserved for internal use.

The pc offset for the instruction.

The ID for source locator.

This increments each time when this instruction is executed by number of threads that executed this instruction, regardless of predicate or condition code.


Generated on Tue Jul 12 11:16:29 2022 for Cupti by  doxygen 1.5.8