Class GridConfig
- Namespace
- DotCompute.Backends.CUDA.Advanced
- Assembly
- DotCompute.Backends.CUDA.dll
Grid configuration for optimal execution
public sealed class GridConfig
- Inheritance
-
GridConfig
- Inherited Members
Properties
ElementsPerBlock
Gets or sets the elements per block.
public int ElementsPerBlock { get; set; }
Property Value
- int
The elements per block.
Occupancy
Gets or sets the occupancy.
public double Occupancy { get; set; }
Property Value
- double
The occupancy.
TotalBlocks
Gets or sets the total blocks.
public int TotalBlocks { get; set; }
Property Value
- int
The total blocks.
X
Gets or sets the x.
public int X { get; set; }
Property Value
- int
The x.
Y
Gets or sets the y.
public int Y { get; set; }
Property Value
- int
The y.
Z
Gets or sets the z.
public int Z { get; set; }
Property Value
- int
The z.