type TNVDeviceInfo = class;
Contains additional device information for NVIDIA devices.
Properties
| Name | Type | Description |
|---|---|---|
| ComputeCapabilityMajor | Integer | Compute capability equal to 2 implies a Fermi GPU. |
| ComputeCapabilityMinor | Integer | Compute capability version x in y.x |
| GPUOverlap | Boolean | Specifies if device supports overlapping copy and compute operations. |
| IntegratedMemory | Boolean | Returns true if GPU has integrated memory (not Host shared). |
| KernelExecTimeout | Boolean | Returns true if Kernel execution can timeout. |
| RegistersPerBlock | Integer | Returns number of registers available per compute block. Typically 8192. |
| WarpSize | Integer | Returns the size of the warp. Typically 32. |