|
Data Fields |
int | binaryVersion |
| Binary architecture version for which the function was compiled. This value is the major binary version * 10 + the minor binary version, so a binary version 1.3 function would return the value 13. For device emulation kernels, this is set to 9999.
|
size_t | constSizeBytes |
| Size of constant memory in bytes.
|
size_t | localSizeBytes |
| Size of local memory in bytes.
|
int | maxThreadsPerBlock |
| Maximum number of threads per block.
|
int | numRegs |
| Number of registers used.
|
int | ptxVersion |
| PTX virtual architecture version for which the function was compiled. This value is the major PTX version * 10 + the minor PTX version, so a PTX version 1.3 function would return the value 13. For device emulation kernels, this is set to 9999.
|
size_t | sharedSizeBytes |
| Size of shared memory in bytes.
|