TNVDeviceInfo Class

Source: clMtxVec.cs · Assembly: Dew.Math

public class TNVDeviceInfo

Contains additional device information for NVIDIA devices.

Properties

NameTypeDescription
ComputeCapabilityMajorInt32Compute capability equal to 2 implies a Fermi GPU.
ComputeCapabilityMinorInt32Compute 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.
RegistersPerBlockInt32Returns number of registers available per compute block. Typically 8192.
WarpSizeInt32Returns the size of the warp. Typically 32.