Table of Contents

Class SimdMemoryPrefetcher

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

Memory prefetching utilities for SIMD operations. Provides cross-platform memory prefetching to improve cache performance.

public static class SimdMemoryPrefetcher
Inheritance
SimdMemoryPrefetcher
Inherited Members

Methods

Prefetch(void*, PrefetchMode)

Performs memory prefetching for upcoming data access.

public static void Prefetch(void* address, PrefetchMode mode)

Parameters

address void*

Memory address to prefetch.

mode PrefetchMode

Prefetch mode (temporal or non-temporal).