Skip to main content

Module memory

Module memory 

Source
Expand description

Memory optimization utilities for SIMD operations

This module provides cache-aware algorithms, memory prefetching, and aligned memory operations to improve SIMD performance.

Modules§

bandwidth
Memory bandwidth optimization utilities
cache_aware
Cache-aware matrix operations
prefetch
Memory prefetch operations
streaming
Non-temporal store operations for streaming data

Structs§

AlignedAlloc
SIMD-aligned memory allocator
AllocError
Simple allocation error type

Enums§

PrefetchHint
Memory prefetch hint types

Constants§

CACHE_LINE_SIZE
Cache line size constants for different architectures
L1_CACHE_SIZE
L2_CACHE_SIZE
L3_CACHE_SIZE
SIMD_ALIGNMENT
Alignment requirements for SIMD operations