Table of Contents

Enum IssueSeverity

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

Defines the severity levels for memory coalescing issues.

public enum IssueSeverity

Fields

Critical = 3

Critical issue severely impacting performance.

High = 2

Significant issue causing notable performance degradation.

Low = 0

Minor issue with minimal performance impact.

Medium = 1

Moderate issue that should be addressed for optimal performance.