http://www.emgu.com
The GpuDevice type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GpuDevice()()()() |
Query the information of the gpu device that is currently in use.
|
![]() | GpuDevice(Int32) |
Query the information of the gpu device with the specific id.
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the unmanaged resource related to the GpuDevice
(Overrides DisposableObject..::..DisposeObject()()()().) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() ![]() | gpuDeviceInfoMultiProcessorCount |
Get the number of multiprocessors on device
|
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ReleaseManagedResources |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | Supports |
Indicates if the decive has the specific feature
|
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Properties
Name | Description | |
---|---|---|
![]() | CudaComputeCapability |
The compute capability
|
![]() | FreeMemory |
Get the amount of free memory at the moment
|
![]() | ID |
The id of the device
|
![]() | MultiProcessorCount |
The number of single multi processors
|
![]() | Name |
The name of the device
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | TotalMemory |
Get the amount of total memory
|