Enum CudaErrorStrategy
- Namespace
- DotCompute.Backends.CUDA.ErrorHandling
- Assembly
- DotCompute.Backends.CUDA.dll
public enum CudaErrorStrategy
Fields
LogAndContinue = 1The log and continue
LogAndThrow = 0The log and throw
ResetContext = 5The reset context
RetryOnce = 2The retry once
RetryWithDelay = 3The retry with delay
RetryWithGC = 4The retry with gc