Class CudaCooperativeGroupsMetrics
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
EfficiencyScore
Gets or sets the efficiency score (0.0 to 1.0).
public double EfficiencyScore { get; set; }
Property Value
SynchronizationOverhead
Gets or sets the synchronization overhead in milliseconds.
public double SynchronizationOverhead { get; set; }