Crates.io | blasoxide |
lib.rs | blasoxide |
version | 0.3.2 |
source | src |
created_at | 2019-05-17 17:51:38.887972 |
updated_at | 2019-06-12 18:01:52.617896 |
description | BLAS implementation in rust |
homepage | |
repository | https://github.com/oezgurmakkurt/blasoxide |
max_upload_size | |
id | 134963 |
size | 86,231 |
BLAS implementation in rust
Only Level1 functions and micro kernels are optimized with platform specific code.
Level3 functions are parallelized with rayon.
These cpus have optimized implementations for them
Anyone can contribute anything as they see fit. Just don't forget to run cargo clippy
and cargo fmt
before commiting
Architecture and algorithms are heavily inspired by: