Table of Contents

Enum PrefetchMode

Namespace
DotCompute.Backends.CPU.Kernels.Simd
Assembly
DotCompute.Backends.CPU.dll

Prefetch modes for memory access optimization.

public enum PrefetchMode

Fields

NonTemporal = 1

Non-temporal prefetch - data will be used once and not cached.

Temporal = 0

Temporal prefetch - expects data to be reused soon.