Enum FloatingPointMode
- Namespace
- DotCompute.Abstractions.Types
- Assembly
- DotCompute.Abstractions.dll
Specifies the floating-point precision and behavior mode.
public enum FloatingPointMode
Fields
Default = 3Default mode determined by the backend.
Fast = 2Fast math mode with aggressive optimizations.
Relaxed = 1Relaxed precision for better performance.
Strict = 0Strict IEEE 754 compliance.