Enum RecoveryMethod
- Namespace
- DotCompute.Core.Models
- Assembly
- DotCompute.Core.dll
Methods used for error recovery.
public enum RecoveryMethod
Fields
ContextRecreation = 6Context recreation.
CpuFallback = 4Fallback to CPU execution.
DeviceMigration = 5Migration to different device.
DeviceReset = 2Device reset and retry.
MemoryCleanup = 3Memory cleanup and reallocation.
None = 0No recovery attempted.
Retry = 1Simple retry of the operation.