Class CudaKernelFusionOptions
- Namespace
- DotCompute.Backends.CUDA.Types
- Assembly
- DotCompute.Backends.CUDA.dll
CUDA kernel fusion options.
public sealed class CudaKernelFusionOptions
- Inheritance
-
CudaKernelFusionOptions
- Inherited Members
Properties
EnableAutoFusion
Gets or sets the enable auto fusion.
public bool EnableAutoFusion { get; set; }
Property Value
- bool
The enable auto fusion.
MaxFusedKernels
Gets or sets the max fused kernels.
public int MaxFusedKernels { get; set; }
Property Value
- int
The max fused kernels.
MinimumBenefitThreshold
Gets or sets the minimum benefit threshold.
public double MinimumBenefitThreshold { get; set; }
Property Value
- double
The minimum benefit threshold.