4.24. CUDBGEvent::cases_st::kernelReady_st Struct Reference

Public Variables

struct 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.
struct 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  parentGridId
Grid ID of the parent 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.

Variables

struct CuDim3CUDBGEvent::​cases_st::​kernelReady_st::blockDim [inherited]

Block dimensions of the kernel.

uint64_t CUDBGEvent::​cases_st::​kernelReady_st::context [inherited]

Context handle of the kernel.

uint32_t CUDBGEvent::​cases_st::​kernelReady_st::dev [inherited]

Device index of the kernel.

uint64_t CUDBGEvent::​cases_st::​kernelReady_st::function [inherited]

Function handle of the kernel.

uint64_t CUDBGEvent::​cases_st::​kernelReady_st::functionEntry [inherited]

Entry address of the kernel.

struct CuDim3CUDBGEvent::​cases_st::​kernelReady_st::gridDim [inherited]

Grid dimensions of the kernel.

uint64_t CUDBGEvent::​cases_st::​kernelReady_st::gridId [inherited]

Grid ID of the kernel.

uint64_t CUDBGEvent::​cases_st::​kernelReady_st::module [inherited]

Module handleof the kernel.

CUDBGKernelOriginCUDBGEvent::​cases_st::​kernelReady_st::origin [inherited]

Origin of the kernel (CPU or GPU).

uint64_t CUDBGEvent::​cases_st::​kernelReady_st::parentGridId [inherited]

Grid ID of the parent grid.

uint32_t CUDBGEvent::​cases_st::​kernelReady_st::tid [inherited]

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

CUDBGKernelTypeCUDBGEvent::​cases_st::​kernelReady_st::type [inherited]

Type of the kernel: system or application.