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