TNVDeviceInfo Class

type TNVDeviceInfo = class;

Contains additional device information for NVIDIA devices.

Properties

NameTypeDescription
ComputeCapabilityMajorIntegerCompute capability equal to 2 implies a Fermi GPU.
ComputeCapabilityMinorIntegerCompute capability version x in y.x
GPUOverlapBooleanSpecifies if device supports overlapping copy and compute operations.
IntegratedMemoryBooleanReturns true if GPU has integrated memory (not Host shared).
KernelExecTimeoutBooleanReturns true if Kernel execution can timeout.
RegistersPerBlockIntegerReturns number of registers available per compute block. Typically 8192.
WarpSizeIntegerReturns the size of the warp. Typically 32.