C# Class Emgu.CV.GPU.GpuDevice

The Gpu device information
Show file Open project: genecyber/PredatorCV

Public Properties

Property Type Description
CudaComputeCapability ComputeCapability
HasAtomicSupport bool
HasNativeDoubleSupport bool
ID int
Name String
NumberOfSMs int

Public Methods

Method Description
GpuDevice ( int deviceId ) : System

Query the information of the gpu device with the specific id.

Method Details

GpuDevice() public method

Query the information of the gpu device with the specific id.
public GpuDevice ( int deviceId ) : System
deviceId int The device id
return System

Property Details

CudaComputeCapability public property

The compute capability
public ComputeCapability CudaComputeCapability
return ComputeCapability

HasAtomicSupport public property

Indicates if the device has atomic support
public bool HasAtomicSupport
return bool

HasNativeDoubleSupport public property

Indicates if the decive has native double support
public bool HasNativeDoubleSupport
return bool

ID public property

The id of the device
public int ID
return int

Name public property

The name of the device
public String Name
return String

NumberOfSMs public property

The number of single multi processors
public int NumberOfSMs
return int