Numerix v1.0.0
Numerix is a mathematical compute engine for BharatML Stack. It is used to perform mathematical operations on matrices and vectors.
📄️ Architecture
---
📄️ Benchmarks
This PoC measures the performance of vector addition in Rust with and without compiler SIMD optimizations. Requests consist of repeated fixed-size vector addition operations processed in parallel by the CPU. These results provide perspective on how much faster SIMD makes vectorized computations, and similar improvements are expected for other vectorized operations in Numerix.
📄️ Key Functionalities
Overview
📄️ Release Notes
Version 1.0.0 🚀