Class OptimalConfiguration
- Namespace
- DotCompute.Backends.CPU.Accelerators
- Assembly
- DotCompute.Backends.CPU.dll
A class that represents optimal configuration.
public class OptimalConfiguration
- Inheritance
-
OptimalConfiguration
- Inherited Members
Properties
Description
Gets or sets the description.
public required string Description { get; set; }
Property Value
- string
The description.
OptimalThreadCount
Gets or sets the optimal thread count.
public int OptimalThreadCount { get; set; }
Property Value
- int
The optimal thread count.
Performance
Gets or sets the performance.
public required PerformanceMetrics Performance { get; set; }
Property Value
- PerformanceMetrics
The performance.
UseVectorization
Gets or sets the use vectorization.
public bool UseVectorization { get; set; }
Property Value
- bool
The use vectorization.