Class CudaCooperativeLaunchConfig
- Namespace
- DotCompute.Backends.CUDA.Advanced
- Assembly
- DotCompute.Backends.CUDA.dll
A class that represents cuda cooperative launch config.
public sealed class CudaCooperativeLaunchConfig
- Inheritance
-
CudaCooperativeLaunchConfig
- Inherited Members
Properties
BlockDimX
Gets or sets the block dim x.
public uint BlockDimX { get; set; }
Property Value
- uint
The block dim x.
BlockDimY
Gets or sets the block dim y.
public uint BlockDimY { get; set; }
Property Value
- uint
The block dim y.
BlockDimZ
Gets or sets the block dim z.
public uint BlockDimZ { get; set; }
Property Value
- uint
The block dim z.
GridDimX
Gets or sets the grid dim x.
public uint GridDimX { get; set; }
Property Value
- uint
The grid dim x.
GridDimY
Gets or sets the grid dim y.
public uint GridDimY { get; set; }
Property Value
- uint
The grid dim y.
GridDimZ
Gets or sets the grid dim z.
public uint GridDimZ { get; set; }
Property Value
- uint
The grid dim z.
SharedMemBytes
Gets or sets the shared mem bytes.
public uint SharedMemBytes { get; set; }
Property Value
- uint
The shared mem bytes.
Stream
Gets or sets the stream.
public nint Stream { get; set; }
Property Value
- nint
The stream.
Synchronize
Gets or sets the synchronize.
public bool Synchronize { get; set; }
Property Value
- bool
The synchronize.