Class BottleneckAnalysis
- Namespace
- DotCompute.Core.Models
- Assembly
- DotCompute.Core.dll
Bottleneck analysis results for kernel execution.
public sealed class BottleneckAnalysis
- Inheritance
-
BottleneckAnalysis
- Inherited Members
Properties
PrimaryBottleneck
Gets or sets the primary bottleneck type.
public BottleneckType PrimaryBottleneck { get; set; }
Property Value
Suggestions
Gets or sets optimization suggestions to address the bottleneck.
public IList<string> Suggestions { get; init; }