Expand description
SIMD-optimized kernel implementations for high-performance computation
These kernels use explicit SIMD intrinsics for critical hot paths.
Structs§
- Kernel
Config - Configuration for SIMD kernel selection
- Kernel
Dispatcher - Kernel dispatcher that selects optimal implementation
Functions§
- batch_
rolling_ mean - Batch rolling operations for multiple series
- batch_
rolling_ std - Batch rolling std for multiple series
- cumsum_
simd - Vectorized cumulative sum using chunked processing
- dot_
product - Vectorized dot product for correlation calculations
- ema_
simd - Vectorized EMA with better cache utilization
- mean_
simd - Vectorized mean
- rolling_
corr_ simd - Rolling correlation with optimized computation
- rolling_
mean_ simd - SIMD-optimized rolling mean using chunked processing
- rolling_
std_ simd - SIMD-optimized rolling standard deviation
- sum_
simd - Vectorized sum