Enum PrefetchMode
- Namespace
- DotCompute.Backends.CPU.Kernels.Simd
- Assembly
- DotCompute.Backends.CPU.dll
Prefetch modes for memory access optimization.
public enum PrefetchMode
Fields
NonTemporal = 1Non-temporal prefetch - data will be used once and not cached.
Temporal = 0Temporal prefetch - expects data to be reused soon.