Table of Contents

Enum KernelState

Namespace
DotCompute.Backends.CUDA.RingKernels
Assembly
DotCompute.Backends.CUDA.dll

Kernel health state enumeration.

public enum KernelState

Fields

Degraded = 1

Kernel is degraded (experiencing errors but still functional).

Failed = 2

Kernel has failed and requires recovery.

Healthy = 0

Kernel is healthy and operating normally.

Recovering = 3

Kernel is in recovery mode.

Stopped = 4

Kernel has been stopped intentionally.

Remarks

Represents the current health status of a Ring Kernel for monitoring and recovery.