public class TNVDeviceInfo
Contains additional device information for NVIDIA devices.
Properties
| Name | Type | Description |
|---|---|---|
| ComputeCapabilityMajor | Int32 | Compute capability equal to 2 implies a Fermi GPU. |
| ComputeCapabilityMinor | Int32 | 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 | Int32 | Returns number of registers available per compute block. Typically 8192. |
| WarpSize | Int32 | Returns the size of the warp. Typically 32. |