Table of Contents

Class CudaCooperativeGroupsMetrics

Namespace
DotCompute.Backends.CUDA.Advanced.Features.Models
Assembly
DotCompute.Backends.CUDA.dll

Metrics for cooperative groups functionality.

public sealed class CudaCooperativeGroupsMetrics
Inheritance
CudaCooperativeGroupsMetrics
Inherited Members

Properties

ActiveGroups

Gets or sets the number of active cooperative groups.

public int ActiveGroups { get; set; }

Property Value

int

EfficiencyScore

Gets or sets the efficiency score (0.0 to 1.0).

public double EfficiencyScore { get; set; }

Property Value

double

SynchronizationOverhead

Gets or sets the synchronization overhead in milliseconds.

public double SynchronizationOverhead { get; set; }

Property Value

double