|
FireSync API
|
Collection of Cuda device properties.
Public Attributes | |
| k32s | asyncEngineCount |
| Asynchronous processing (copy) engine count. | |
| kBool | canMapHostMemory |
| Can the device map page-locked host memory into the device address space? | |
| k64s | clockRate |
| Device clock rate (Hz). | |
| kVersion | computeCapability |
| Overall level of capabilities supported by hardware. | |
| kBool | concurrentManagedAccess |
| Does the device support concurrent access by host and device to managed memory? | |
| kBool | isIntegrated |
| Is the device integrated (as opposed to discrete)? | |
| k32s | maxGridSize [3] |
| Maximum size of each dimension of a grid. | |
| k32s | maxThreadsDim [3] |
| Maximum size of each dimension of a block. | |
| k32s | maxThreadsPerBlock |
| Maximum number of threads per block;. | |
| k32s | maxThreadsPerMultiprocessor |
| Maximum number of threads per multiprocessor. | |
| k64s | memoryClockRate |
| Memory bus clock rate (Hz). | |
| k32s | memoryWidth |
| Memory bus width, in bits. | |
| k32s | multiprocesorCount |
| Streaming multiprocessor count. | |
| k64s | totalGlobalMem |
| Global memory available on device, in bytes. | |
| k32s | warpSize |
| Warp size, in threads. | |