Modules§
- config
- kernels
- operators
- Contains basic numeric kernel operators for matching and routing purposes
- traits
- utils
- Utility Functions - SIMD Processing and Memory Management Utilities
Macros§
- common_
tests - Generate the three most-common tests (empty-input, mask propagation,
bulk-vs-scalar) for a
fn kernel(&[f64]) -> FloatArray<f64>. - impl_
vecmap - Generates a mapping kernel that returns a FloatArray
, propagating any input nulls (and never touching lanes that were null).