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

CudaDevice Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Properties of a CUDA device.

Constructors

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

Properties

 NameTypeDescription
ComputeCapabilitySystem.String
FreeMemorySystem.Int64
IndexSystem.Int32
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
NameSystem.String
TotalMemorySystem.Int64

Methods

 NameDescription
CopyTo(Avl.CudaDevice)
Dispose()Inherited from Avl.UnmanagedObject
Equals(Avl.CudaDevice)
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.CudaDevice)
ToString()Inherited from System.Object

Remarks

See also