blasoxide

Crates.ioblasoxide
lib.rsblasoxide
version0.3.2
sourcesrc
created_at2019-05-17 17:51:38.887972
updated_at2019-06-12 18:01:52.617896
descriptionBLAS implementation in rust
homepage
repositoryhttps://github.com/oezgurmakkurt/blasoxide
max_upload_size
id134963
size86,231
Özgür Akkurt (oezgurmakkurt)

documentation

README

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:

Commit count: 0

cargo fmt