CUDBGEvent::cases_st::kernelReady_st

struct kernelReady_st

Information about the kernel ready to be launched.

Note

DEPRECATED: This event is unreliable and will be removed in a future release.

Public Members

CuDim3 blockDim

Block dimensions of the kernel.

uint64_t context

Context handle of the kernel.

uint32_t dev

Device index of the kernel.

uint64_t function

Function handle of the kernel.

uint64_t functionEntry

Entry address of the kernel.

CuDim3 gridDim

Grid dimensions of the kernel.

uint64_t gridId

Grid ID of the kernel.

uint64_t module

Module handleof the kernel.

CUDBGKernelOrigin origin

Origin of the kernel (CPU or GPU).

uint64_t reserved0

Reserved deprecated field kept for ABI compatibility.

Note

DEPRECATED: Since CUDA 13.4, this field is no longer used. Used to be ID of the parent grid (in case of a device-launched CDP grid).

uint32_t tid

Host thread id (or LWP id) of the thread hosting the kernel (Linux only).

CUDBGKernelType type

Type of the kernel: system or application.