Class TileAnalysis
- Namespace
- DotCompute.Abstractions.Types
- Assembly
- DotCompute.Abstractions.dll
Represents the analysis of tile efficiency for shared memory optimization.
public class TileAnalysis
- Inheritance
-
TileAnalysis
- Inherited Members
Properties
Efficiency
Gets or sets the efficiency of the tiling strategy (0.0 to 1.0).
public double Efficiency { get; set; }
Property Value
OptimalTileSize
Gets or sets the optimal tile size for shared memory usage.
public int OptimalTileSize { get; set; }
Property Value
SharedMemoryRequired
Gets or sets the amount of shared memory required in bytes.
public int SharedMemoryRequired { get; set; }