You are here: Start » AVL.NET » CudaDevice Class
CudaDevice Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.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(AvlNet.CudaDevice) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.CudaDevice, AvlNet.CudaDevice) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
