Enum FailureType
- Namespace
- DotCompute.Abstractions.Health
- Assembly
- DotCompute.Abstractions.dll
Types of failures that can be predicted.
public enum FailureType
Fields
DeviceHang = 3Device hang or unresponsive state.
HardwareError = 4Hardware error or corruption detected.
MemoryExhaustion = 1Memory exhaustion or OOM condition imminent.
Overheating = 0GPU temperature exceeding safe operating limits.
PerformanceDegradation = 2Performance degradation detected (slowdown).
ResourceLeak = 5Resource leak detected (growing over time).