GPUOcelot
|
#include <cuda.h>
Public Attributes | |
int | maxThreadsPerBlock |
int | maxThreadsDim [3] |
int | maxGridSize [3] |
int | sharedMemPerBlock |
int | totalConstantMemory |
int | SIMDWidth |
int | memPitch |
int | regsPerBlock |
int | clockRate |
int | textureAlign |
Legacy device properties
Clock frequency in kilohertz
Maximum size of each dimension of a grid
Maximum size of each dimension of a block
Maximum number of threads per block
Maximum pitch in bytes allowed by memory copies
32-bit registers available per block
Shared memory available per block in bytes
Warp size in threads
Alignment requirement for textures
Constant memory available on device in bytes