Table of Contents

Enum ErrorCategory

Namespace
DotCompute.Abstractions.Types
Assembly
DotCompute.Abstractions.dll

Categories of CUDA errors for handling strategies.

public enum ErrorCategory

Fields

Api = 4

API call errors.

Compilation = 7

Compilation errors.

Device = 1

Device-related errors (device failure, reset).

Driver = 5

Driver errors.

Kernel = 2

Kernel execution errors.

Memory = 0

Memory-related errors (allocation, access violations).

Resource = 6

Resource errors (handles, contexts).

Stream = 3

Stream synchronization errors.

Unknown = 8

Unknown or unclassified errors.