Class OccupancyResult
- Namespace
- DotCompute.Core.Models
- Assembly
- DotCompute.Core.dll
Represents the result of an occupancy calculation.
public class OccupancyResult
- Inheritance
-
OccupancyResult
- Inherited Members
Properties
ActiveBlocks
Gets or sets the number of active blocks per SM.
public int ActiveBlocks { get; set; }
Property Value
ActiveWarps
Gets or sets the number of active warps per SM.
public int ActiveWarps { get; set; }
Property Value
LimitingFactor
Gets or sets the factor limiting occupancy (e.g., "Registers", "Shared Memory").
public string LimitingFactor { get; set; }
Property Value
Percentage
Gets or sets the occupancy percentage (0.0 to 1.0).
public double Percentage { get; set; }