You are here: Start » CudaDevice Class

CudaDevice Class

Namespace:Fil
Assembly:FilNet.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 Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
NameSystem.String
TotalMemorySystem.Int64

Methods

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

Remarks

See also