Table of Contents

Enum FailureType

Namespace
DotCompute.Abstractions.Health
Assembly
DotCompute.Abstractions.dll

Types of failures that can be predicted.

public enum FailureType

Fields

DeviceHang = 3

Device hang or unresponsive state.

HardwareError = 4

Hardware error or corruption detected.

MemoryExhaustion = 1

Memory exhaustion or OOM condition imminent.

Overheating = 0

GPU temperature exceeding safe operating limits.

PerformanceDegradation = 2

Performance degradation detected (slowdown).

ResourceLeak = 5

Resource leak detected (growing over time).