Table of Contents

Enum CudaErrorStrategy

Namespace
DotCompute.Backends.CUDA.ErrorHandling
Assembly
DotCompute.Backends.CUDA.dll
public enum CudaErrorStrategy

Fields

LogAndContinue = 1

The log and continue

LogAndThrow = 0

The log and throw

ResetContext = 5

The reset context

RetryOnce = 2

The retry once

RetryWithDelay = 3

The retry with delay

RetryWithGC = 4

The retry with gc