Interface IKernelExecutionParameters
- Namespace
- DotCompute.Abstractions.Interfaces
- Assembly
- DotCompute.Abstractions.dll
Interface for kernel execution parameters.
public interface IKernelExecutionParameters
Properties
Arguments
Gets the kernel arguments.
IReadOnlyList<object> Arguments { get; }
Property Value
CancellationToken
Gets the cancellation token.
CancellationToken CancellationToken { get; }
Property Value
Options
Gets the execution options.
IDictionary<string, object> Options { get; }
Property Value
PreferredBackend
Gets the preferred backend.
string? PreferredBackend { get; }