Class BatchExecutionOptions
- Namespace
- DotCompute.Runtime.Services
- Assembly
- DotCompute.Runtime.dll
Options for batch kernel execution.
public sealed class BatchExecutionOptions
- Inheritance
-
BatchExecutionOptions
- Inherited Members
Properties
ContinueOnError
Gets or sets the continue on error.
public bool ContinueOnError { get; set; }
Property Value
- bool
The continue on error.
MaxConcurrency
Gets or sets the max concurrency.
public int MaxConcurrency { get; set; }
Property Value
- int
The max concurrency.
Timeout
Gets or sets the timeout.
public TimeSpan? Timeout { get; set; }
Property Value
- TimeSpan?
The timeout.