Table of Contents

Enum RecoveryMethod

Namespace
DotCompute.Core.Models
Assembly
DotCompute.Core.dll

Methods used for error recovery.

public enum RecoveryMethod

Fields

ContextRecreation = 6

Context recreation.

CpuFallback = 4

Fallback to CPU execution.

DeviceMigration = 5

Migration to different device.

DeviceReset = 2

Device reset and retry.

MemoryCleanup = 3

Memory cleanup and reallocation.

None = 0

No recovery attempted.

Retry = 1

Simple retry of the operation.