7.54. CUdevSmResource Struct Reference

[Green Contexts]

Data for SM-related resources All parameters in this structure are OUTPUT only. Do not write to any of the fields in this structure.

Public Variables

unsigned int  flags
unsigned int  minSmPartitionSize
unsigned int  smCoscheduledAlignment
unsigned int  smCount

Variables

unsigned int CUdevSmResource::flags [inherited]

The flags set on this SM resource. For possible values see CUdevSmResourceGroup_flags.

unsigned int CUdevSmResource::minSmPartitionSize [inherited]

The minimum number of streaming multiprocessors required to partition this resource.

unsigned int CUdevSmResource::smCoscheduledAlignment [inherited]

The number of streaming multiprocessors in this resource that are guaranteed to be co-scheduled on the same GPU processing cluster. smCount will be a multiple of this value, unless the backfill flag is set.

unsigned int CUdevSmResource::smCount [inherited]

The amount of streaming multiprocessors available in this resource.