Class ValidationOptions
- Namespace
- DotCompute.Backends.CUDA.Types
- Assembly
- DotCompute.Backends.CUDA.dll
Validation options for CUDA operations.
public sealed class ValidationOptions
- Inheritance
-
ValidationOptions
- Inherited Members
Properties
EnableBoundsChecking
Gets or sets the enable bounds checking.
public bool EnableBoundsChecking { get; set; }
Property Value
- bool
The enable bounds checking.
EnableNanDetection
Gets or sets the enable nan detection.
public bool EnableNanDetection { get; set; }
Property Value
- bool
The enable nan detection.
ValidateKernelExistence
Gets or sets the validate kernel existence.
public bool ValidateKernelExistence { get; set; }
Property Value
- bool
The validate kernel existence.
ValidateLaunchParameters
Gets or sets the validate launch parameters.
public bool ValidateLaunchParameters { get; set; }
Property Value
- bool
The validate launch parameters.
ValidateMemoryAccess
Gets or sets the validate memory access.
public bool ValidateMemoryAccess { get; set; }
Property Value
- bool
The validate memory access.