CUDBGEvent::cases_st::kernelFinished_st

struct kernelFinished_st

Information about the kernel that just terminated.

Note

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

Public Members

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.

uint64_t gridId

Grid ID of the kernel.

uint64_t module

Module handle of the kernel.

uint32_t tid

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