Class CudaDynamicParallelismMetrics
DEPRECATED: Use DotCompute.Backends.CUDA.Execution.Metrics.CudaDynamicParallelismMetrics instead. This class is kept for backward compatibility during migration.
[Obsolete("Use DotCompute.Backends.CUDA.Execution.Metrics.CudaDynamicParallelismMetrics instead.", false)]
public sealed class CudaDynamicParallelismMetrics
- Inheritance
-
CudaDynamicParallelismMetrics
- Inherited Members
Properties
ChildKernelLaunches
Gets or sets the number of child kernel launches.
public int ChildKernelLaunches { get; set; }
Property Value
EfficiencyScore
Gets or sets the efficiency score (0.0 to 1.0).
public double EfficiencyScore { get; set; }
Property Value
LaunchOverhead
Gets or sets the launch overhead in milliseconds.
public double LaunchOverhead { get; set; }