Table of Contents

Class UnifiedValidationResult

Namespace
DotCompute.Backends.CUDA.Advanced
Assembly
DotCompute.Backends.CUDA.dll

Validation result for Ada configurations

public sealed class UnifiedValidationResult
Inheritance
UnifiedValidationResult
Inherited Members

Properties

BlocksPerSM

Gets or sets the blocks per s m.

public int BlocksPerSM { get; set; }

Property Value

int

The blocks per s m.

Errors

Gets or initializes the errors.

public IList<string> Errors { get; init; }

Property Value

IList<string>

The errors.

IsValid

Gets or sets a value indicating whether valid.

public bool IsValid { get; set; }

Property Value

bool

The is valid.

Occupancy

Gets or sets the occupancy.

public double Occupancy { get; set; }

Property Value

double

The occupancy.

Warnings

Gets or initializes the warnings.

public IList<string> Warnings { get; init; }

Property Value

IList<string>

The warnings.