Table of Contents

Class OccupancyDataPoint

Namespace
DotCompute.Core.Models
Assembly
DotCompute.Core.dll

Represents a single data point in an occupancy curve.

public class OccupancyDataPoint
Inheritance
OccupancyDataPoint
Inherited Members

Properties

ActiveBlocks

Gets or sets the number of active blocks per SM.

public int ActiveBlocks { get; set; }

Property Value

int

ActiveWarps

Gets or sets the number of active warps per SM.

public int ActiveWarps { get; set; }

Property Value

int

BlockSize

Gets or sets the block size for this data point.

public int BlockSize { get; set; }

Property Value

int

LimitingFactor

Gets or sets the factor limiting occupancy at this configuration.

public string LimitingFactor { get; set; }

Property Value

string

Occupancy

Gets or sets the occupancy at this block size (0.0 to 1.0).

public double Occupancy { get; set; }

Property Value

double