TNVDeviceInfo Class

Header: Dew.Math/clMtxVec.h · Cross-compiler
tObjectTNVDeviceInfo

class TNVDeviceInfo : public tObject;

Contains additional device information for NVIDIA devices.

Properties

NameTypeDescription
ComputeCapabilityMajorintCompute capability equal to 2 implies a Fermi GPU.
ComputeCapabilityMinorintCompute capability version x in y.x
GPUOverlapboolSpecifies if device supports overlapping copy and compute operations.
IntegratedMemoryboolReturns true if GPU has integrated memory (not Host shared).
KernelExecTimeoutboolReturns true if Kernel execution can timeout.
RegistersPerBlockintReturns number of registers available per compute block. Typically 8192.
WarpSizeintReturns the size of the warp. Typically 32.

Methods

NameDescription
UpdateInternal use only.