Class ExecutionContext
- Namespace
- DotCompute.Backends.CPU.Kernels.Simd
- Assembly
- DotCompute.Backends.CPU.dll
Execution context for thread-local optimizations.
public sealed class ExecutionContext
- Inheritance
-
ExecutionContext
- Inherited Members
Constructors
ExecutionContext(SimdSummary)
Execution context for thread-local optimizations.
public ExecutionContext(SimdSummary capabilities)
Parameters
capabilitiesSimdSummary
Properties
Capabilities
Gets or sets the capabilities.
public SimdSummary Capabilities { get; }
Property Value
- SimdSummary
The capabilities.
LastExecution
Gets or sets the last execution.
public DateTimeOffset LastExecution { get; set; }
Property Value
- DateTimeOffset
The last execution.
ThreadExecutions
Gets or sets the thread executions.
public long ThreadExecutions { get; set; }
Property Value
- long
The thread executions.