4.11. CUDBGEvent::cases_st::kernelReady_st 结构体参考
公共变量
- CuDim3 blockDim
- block dimensions of the kernel.
- 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.
- CuDim3 gridDim
- grid dimensions of the kernel.
- uint64_t gridId
- grid index of the kernel.
- uint64_t module
- module of the kernel.
- uint64_t parentGridId
- 64-bit grid index of the parent grid.
- uint32_t tid
- host thread id (or LWP id) of the thread hosting the kernel (Linux only).
- CUDBGKernelType 类型
- the type of the kernel: system or application.
变量
- CuDim3 CUDBGEvent::cases_st::kernelReady_st::blockDim [inherited]
-
内核的块维度。
- uint64_t CUDBGEvent::cases_st::kernelReady_st::context [inherited]
-
内核的上下文。
- uint32_t CUDBGEvent::cases_st::kernelReady_st::dev [inherited]
-
内核的设备索引。
- uint64_t CUDBGEvent::cases_st::kernelReady_st::函数 [inherited]
-
内核的功能。
- uint64_t CUDBGEvent::cases_st::kernelReady_st::functionEntry [inherited]
-
内核的入口PC。
- CuDim3 CUDBGEvent::cases_st::kernelReady_st::gridDim [inherited]
-
内核的网格维度。
- uint64_t CUDBGEvent::cases_st::kernelReady_st::gridId [inherited]
-
内核的网格索引。
- uint64_t CUDBGEvent::cases_st::kernelReady_st::module [inherited]
-
内核模块。
- uint64_t CUDBGEvent::cases_st::kernelReady_st::parentGridId [inherited]
-
父网格的64位网格索引。
- uint32_t CUDBGEvent::cases_st::kernelReady_st::tid [inherited]
-
托管内核的线程的主机线程ID(或LWP ID,仅限Linux系统)。
- CUDBGKernelType CUDBGEvent::cases_st::kernelReady_st::类型 [inherited]
-
内核类型:系统或应用程序。