4.29. CUDBGGridInfo Struct Reference

[Grid Properties]

Public Variables

struct CuDim3 blockDim
Block dimensions.
struct CuDim3 clusterDim
Number of blocks in the cluster.
uint64_t  context
Context handle of the context this grid belongs to.
uint32_t  dev
Index of the device this grid is running on.
uint64_t  function
Function handle of the function corresponding to this grid.
uint64_t  functionEntry
Entry address of the function corresponding to this grid.
struct CuDim3 gridDim
Grid dimensions.
uint64_t  gridId64
Grid ID of this grid.
uint64_t  module
Module handle of the module this grid belongs to.
CUDBGKernelOrigin origin
Origin of this grid: CPU or GPU.
uint64_t  parentGridId
Grid ID of the parent grid that launched this grid.
struct CuDim3 preferredClusterDim
Preferred number of blocks in the cluster.
uint32_t  tid
Thread ID of the host thread that launched this grid.
CUDBGKernelType type
Grid type: system or application.

Variables

struct CuDim3CUDBGGridInfo::blockDim [inherited]

Block dimensions.

struct CuDim3CUDBGGridInfo::clusterDim [inherited]

Number of blocks in the cluster.

uint64_t CUDBGGridInfo::context [inherited]

Context handle of the context this grid belongs to.

uint32_t CUDBGGridInfo::dev [inherited]

Index of the device this grid is running on.

uint64_t CUDBGGridInfo::function [inherited]

Function handle of the function corresponding to this grid.

uint64_t CUDBGGridInfo::functionEntry [inherited]

Entry address of the function corresponding to this grid.

struct CuDim3CUDBGGridInfo::gridDim [inherited]

Grid dimensions.

uint64_t CUDBGGridInfo::gridId64 [inherited]

Grid ID of this grid.

uint64_t CUDBGGridInfo::module [inherited]

Module handle of the module this grid belongs to.

CUDBGKernelOriginCUDBGGridInfo::origin [inherited]

Origin of this grid: CPU or GPU.

uint64_t CUDBGGridInfo::parentGridId [inherited]

Grid ID of the parent grid that launched this grid.

struct CuDim3CUDBGGridInfo::preferredClusterDim [inherited]

Preferred number of blocks in the cluster.

uint32_t CUDBGGridInfo::tid [inherited]

Thread ID of the host thread that launched this grid.

CUDBGKernelTypeCUDBGGridInfo::type [inherited]

Grid type: system or application.