The OpenD Programming Language

CUdevprop

Legacy device properties

struct CUdevprop {
int maxThreadsPerBlock;
int[3] maxThreadsDim;
int[3] maxGridSize;
int sharedMemPerBlock;
int totalConstantMemory;
int SIMDWidth;
int memPitch;
int regsPerBlock;
int clockRate;
int textureAlign;
}

Meta