You are here: Start » FIL.NET » CudaDevice Class
CudaDevice Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Properties of a CUDA device.
Constructors
Constructor | Description | |
---|---|---|
![]() | CudaDevice(String, Int64, Int64, String, Int32) | |
![]() | CudaDevice() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | ComputeCapability | System.String | Compute Capability of the device |
![]() | FreeMemory | System.Int64 | An amount of free memory of the device in bytes. |
![]() | Index | System.Int32 | An index of the device. |
![]() | Name | System.String | The name of the device. |
![]() | TotalMemory | System.Int64 | An amount of total memory of the device in bytes. |
Methods
Name | Description | |
---|---|---|
![]() | Equals(FilNet.CudaDevice) | |
![]() | Equals(object) | Inherited from System.Object |
![]() ![]() | Equals(FilNet.CudaDevice, FilNet.CudaDevice) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |