cudaDeviceProp Struct Reference
[Data types used by CUDA Runtime]


Data Fields

int canMapHostMemory
 Device can map host memory with cudaHostAlloc/cudaHostGetDevicePointer.
int clockRate
 Clock frequency in kilohertz.
int computeMode
 Compute mode (See cudaComputeMode).
int deviceOverlap
 Device can concurrently copy memory and execute a kernel.
int integrated
 Device is integrated as opposed to discrete.
int kernelExecTimeoutEnabled
 Specified whether there is a run time limit on kernels.
int major
 Major compute capability.
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.
size_t memPitch
 Maximum pitch in bytes allowed by memory copies.
int minor
 Minor compute capability.
int multiProcessorCount
 Number of multiprocessors on device.
char name [256]
 ASCII string identifying device.
int regsPerBlock
 32-bit registers available per block
size_t sharedMemPerBlock
 Shared memory available per block in bytes.
size_t textureAlignment
 Alignment requirement for textures.
size_t totalConstMem
 Constant memory available on device in bytes.
size_t totalGlobalMem
 Global memory available on device in bytes.
int warpSize
 Warp size in threads.

Detailed Description

CUDA device properties

Generated by Doxygen for NVIDIA CUDA Library  NVIDIA