Class CpuValidationResult
- Namespace
- DotCompute.Backends.CPU.Accelerators
- Assembly
- DotCompute.Backends.CPU.dll
A class that represents cpu validation result.
public class CpuValidationResult
- Inheritance
-
CpuValidationResult
- Inherited Members
Properties
IsValid
Gets or sets a value indicating whether valid.
public bool IsValid { get; set; }
Property Value
- bool
The is valid.
Issues
Gets or sets a value indicating whether sues.
public IList<ValidationIssue> Issues { get; }
Property Value
- IList<ValidationIssue>
The issues.
KernelName
Gets or sets the kernel name.
public required string KernelName { get; set; }
Property Value
- string
The kernel name.
ValidationTime
Gets or sets the validation time.
public DateTimeOffset ValidationTime { get; set; }
Property Value
- DateTimeOffset
The validation time.
Warnings
Gets or sets the warnings.
public IList<ValidationWarning> Warnings { get; }
Property Value
- IList<ValidationWarning>
The warnings.