4.14. CUDBGGridInfo 结构体参考
[网格属性]
公共变量
- CuDim3 blockDim
- The block dimensions.
- uint64_t context
- The context this grid belongs to.
- uint32_t dev
- The index of the device this grid is running on.
- uint64_t 函数
- The function corresponding to this grid.
- uint64_t functionEntry
- The entry address of the function corresponding to this grid.
- CuDim3 gridDim
- The grid dimensions.
- uint64_t gridId64
- The 64-bit grid ID of this grid.
- uint64_t module
- The module this grid belongs to.
- CUDBGKernelOrigin origin
- The origin of this grid, CPU or GPU.
- uint64_t parentGridId
- The 64-bit grid ID that launched this grid.
- uint32_t tid
- The host thread ID that launched this grid.
- CUDBGKernelType 类型
- The type of the grid.
变量
- CuDim3 CUDBGGridInfo::blockDim [inherited]
-
块维度。
- uint64_t CUDBGGridInfo::context [inherited]
-
该网格所属的上下文。
- uint32_t CUDBGGridInfo::dev [inherited]
-
此网格正在运行的设备索引。
- uint64_t CUDBGGridInfo::函数 [inherited]
-
该网格对应的函数。
- uint64_t CUDBGGridInfo::functionEntry [inherited]
-
此网格对应函数的入口地址。
- CuDim3 CUDBGGridInfo::gridDim [inherited]
-
网格维度。
- uint64_t CUDBGGridInfo::gridId64 [inherited]
-
该网格的64位网格ID。
- uint64_t CUDBGGridInfo::module [inherited]
-
该网格所属的模块。
- CUDBGKernelOrigin CUDBGGridInfo::origin [inherited]
-
该网格的起源,CPU或GPU。
- uint64_t CUDBGGridInfo::parentGridId [inherited]
-
启动此网格的64位网格ID。
- uint32_t CUDBGGridInfo::tid [inherited]
-
启动此网格的主机线程ID。
- CUDBGKernelType CUDBGGridInfo::类型 [inherited]
-
网格的类型。