You are here: Start » AVL.NET » CudaDevice Class

CudaDevice Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Properties of a CUDA device.

Constructors

 ConstructorDescription
CudaDevice(String, Int64, Int64, String, Int32)
CudaDevice()

Properties

 NameTypeDescription
ComputeCapabilitySystem.StringCompute Capability of the device
FreeMemorySystem.Int64An amount of free memory of the device in bytes.
IndexSystem.Int32An index of the device.
NameSystem.StringThe name of the device.
TotalMemorySystem.Int64An amount of total memory of the device in bytes.

Methods

 NameDescription
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

Remarks

See also