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§
- Aligned
Alloc - SIMD-aligned memory allocator
- Alloc
Error - Simple allocation error type
Enums§
- Prefetch
Hint - 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