Table of Contents

Class KernelFusionCandidate

Namespace
DotCompute.Backends.CUDA.Types
Assembly
DotCompute.Backends.CUDA.dll

Kernel fusion candidate.

public sealed class KernelFusionCandidate
Inheritance
KernelFusionCandidate
Inherited Members

Properties

FusionBenefit

Gets or sets the fusion benefit.

public double FusionBenefit { get; set; }

Property Value

double

The fusion benefit.

IsEligible

Gets or sets a value indicating whether eligible.

public bool IsEligible { get; set; }

Property Value

bool

The is eligible.

KernelA

Gets or sets the kernel a.

public string KernelA { get; set; }

Property Value

string

The kernel a.

KernelB

Gets or sets the kernel b.

public string KernelB { get; set; }

Property Value

string

The kernel b.