Enum IssueSeverity
- Namespace
- DotCompute.Abstractions.Types
- Assembly
- DotCompute.Abstractions.dll
Defines the severity levels for memory coalescing issues.
public enum IssueSeverity
Fields
Critical = 3Critical issue severely impacting performance.
High = 2Significant issue causing notable performance degradation.
Low = 0Minor issue with minimal performance impact.
Medium = 1Moderate issue that should be addressed for optimal performance.