Class CudaMemoryStatus
- Namespace
- DotCompute.Backends.CUDA.ErrorHandling
- Assembly
- DotCompute.Backends.CUDA.dll
public sealed class CudaMemoryStatus
- Inheritance
-
CudaMemoryStatus
- Inherited Members
Properties
FreeBytes
Gets or sets the free bytes.
public ulong FreeBytes { get; set; }
Property Value
- ulong
The free bytes.
IsValid
Returns true if ... is valid.
public bool IsValid { get; set; }
Property Value
- bool
trueif this instance is valid; otherwise,false.
TotalBytes
Gets or sets the total bytes.
public ulong TotalBytes { get; set; }
Property Value
- ulong
The total bytes.
UsedBytes
Gets or sets the used bytes.
public ulong UsedBytes { get; set; }
Property Value
- ulong
The used bytes.
UtilizationPercentage
Gets or sets the utilization percentage.
public double UtilizationPercentage { get; set; }
Property Value
- double
The utilization percentage.