Table of Contents

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

int

AverageNestingDepth

public double AverageNestingDepth { get; set; }

Property Value

double

FailedExecutions

public int FailedExecutions { get; set; }

Property Value

int

MaxNestingDepthAchieved

public int MaxNestingDepthAchieved { get; set; }

Property Value

int

SuccessfulExecutions

public int SuccessfulExecutions { get; set; }

Property Value

int

TotalNestedLaunches

public long TotalNestedLaunches { get; set; }

Property Value

long