Data Fields | |
int | clockRate |
Clock frequency in kilohertz. | |
int | maxGridSize [3] |
Maximum size of each dimension of a grid. | |
int | maxThreadsDim [3] |
Maximum size of each dimension of a block. | |
int | maxThreadsPerBlock |
Maximum number of threads per block. | |
int | memPitch |
Maximum pitch in bytes allowed by memory copies. | |
int | regsPerBlock |
32-bit registers available per block | |
int | sharedMemPerBlock |
Shared memory available per block in bytes. | |
int | SIMDWidth |
Warp size in threads. | |
int | textureAlign |
Alignment requirement for textures. | |
int | totalConstantMemory |
Constant memory available on device in bytes. |