C# Класс Emgu.CV.GPU.GpuDevice

The Gpu device information
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
CudaComputeCapability ComputeCapability
HasAtomicSupport bool
HasNativeDoubleSupport bool
ID int
Name String
NumberOfSMs int

Открытые методы

Метод Описание
GpuDevice ( int deviceId ) : System

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

Описание методов

GpuDevice() публичный Метод

Query the information of the gpu device with the specific id.
public GpuDevice ( int deviceId ) : System
deviceId int The device id
Результат System

Описание свойств

CudaComputeCapability публичное свойство

The compute capability
public ComputeCapability CudaComputeCapability
Результат ComputeCapability

HasAtomicSupport публичное свойство

Indicates if the device has atomic support
public bool HasAtomicSupport
Результат bool

HasNativeDoubleSupport публичное свойство

Indicates if the decive has native double support
public bool HasNativeDoubleSupport
Результат bool

ID публичное свойство

The id of the device
public int ID
Результат int

Name публичное свойство

The name of the device
public String Name
Результат String

NumberOfSMs публичное свойство

The number of single multi processors
public int NumberOfSMs
Результат int