blasoxide 0.3.2

BLAS implementation in rust
Documentation

blasoxide

crates.io Released API docs Build Status

BLAS implementation in rust

Architecture

Only Level1 functions and micro kernels are optimized with platform specific code.

Level3 functions are parallelized with rayon.

Supported CPUs

These cpus have optimized implementations for them

  • x86_64 cpus with fma support

Contributing

Anyone can contribute anything as they see fit. Just don't forget to run cargo clippy and cargo fmt before commiting

Inspiration

Architecture and algorithms are heavily inspired by: