C# Class Emgu.CV.GPU.GpuDevice

The Gpu device information
Exibir arquivo 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_oe property

The compute capability
public ComputeCapability CudaComputeCapability
return ComputeCapability

HasAtomicSupport public_oe property

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

HasNativeDoubleSupport public_oe property

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

ID public_oe property

The id of the device
public int ID
return int

Name public_oe property

The name of the device
public String Name
return String

NumberOfSMs public_oe property

The number of single multi processors
public int NumberOfSMs
return int