Enum ErrorHandlingStrategy
- Namespace
- DotCompute.Abstractions.Pipelines.Enums
- Assembly
- DotCompute.Abstractions.dll
Error handling strategies for kernel chain execution.
public enum ErrorHandlingStrategy
Fields
Abort = 3Abort the entire chain execution.
Continue = 0Continue execution, ignoring the error.
Fallback = 4Fall back to a default value and continue.
Retry = 1Retry the failed operation.
Skip = 2Skip the failed step and continue with the next.