4.10. CUDBGEvent::cases_st::kernelFinished_st 结构体参考

公共变量

uint64_t  context
context of the kernel.
uint32_t  dev
device index of the kernel.
uint64_t  函数
function of the kernel.
uint64_t  functionEntry
entry PC of the kernel.
uint64_t  gridId
grid index of the kernel.
uint64_t  module
module of the kernel.
uint32_t  tid
host thread id (or LWP id) of the thread hosting the kernel (Linux only).

变量

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

内核的上下文。

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

内核的设备索引。

uint64_t CUDBGEvent::​cases_st::​kernelFinished_st::函数 [inherited]

内核的功能。

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

内核的入口PC。

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

内核的网格索引。

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

内核模块。

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

托管内核的线程的主机线程ID(或LWP ID,仅限Linux系统)。