Class DynamicParallelismMetrics
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Performance metrics for dynamic parallelism.
public sealed class DynamicParallelismMetrics
- Inheritance
-
DynamicParallelismMetrics
- Inherited Members
Properties
ActiveIndirectBuffers
public int ActiveIndirectBuffers { get; set; }
Property Value
AverageNestingDepth
public double AverageNestingDepth { get; set; }
Property Value
FailedExecutions
public int FailedExecutions { get; set; }
Property Value
MaxNestingDepthAchieved
public int MaxNestingDepthAchieved { get; set; }
Property Value
SuccessfulExecutions
public int SuccessfulExecutions { get; set; }
Property Value
TotalNestedLaunches
public long TotalNestedLaunches { get; set; }