Class CudaHealthCheckResult
- Namespace
- DotCompute.Backends.CUDA.ErrorHandling
- Assembly
- DotCompute.Backends.CUDA.dll
public sealed class CudaHealthCheckResult
- Inheritance
-
CudaHealthCheckResult
- Inherited Members
Properties
ContextValid
Gets or sets a value indicating whether [context valid].
public bool ContextValid { get; set; }
Property Value
- bool
trueif [context valid]; otherwise,false.
DeviceAvailable
Gets or sets a value indicating whether [device available].
public bool DeviceAvailable { get; set; }
Property Value
- bool
trueif [device available]; otherwise,false.
ErrorRate
Gets or sets the error rate.
public double ErrorRate { get; set; }
Property Value
- double
The error rate.
MemoryStatus
Gets or sets the memory status.
public CudaMemoryStatus MemoryStatus { get; set; }
Property Value
- CudaMemoryStatus
The memory status.
OverallHealth
Gets or sets the overall health.
public double OverallHealth { get; set; }
Property Value
- double
The overall health.
Timestamp
Gets or sets the timestamp.
public DateTimeOffset Timestamp { get; set; }
Property Value
- DateTimeOffset
The timestamp.