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
addressvoid*Memory address to prefetch.
modePrefetchModePrefetch mode (temporal or non-temporal).