Click or drag to resize

CudaDeviceInfo Class

Inheritance Hierarchy
SystemObject
  LynceeTec.InterfaceProcessingV2CudaDeviceInfo

Namespace: LynceeTec.InterfaceProcessingV2
Assembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public class CudaDeviceInfo

The CudaDeviceInfo type exposes the following members.

Properties
 NameDescription
Public propertyCudaCores Total number of Cuda cores
Public propertyId Device Id
Public propertyMajor Major compute capability
Public propertyMinor Minor compute capability
Public propertyMultiprocessors Number of multiprocessors on device
Public propertyName String identifying device
Public propertyTotalGlobalMemory Global memory available on device in bytes
Top
See Also