3 releases (breaking)

0.4.0 Nov 21, 2021
0.3.0 Jun 11, 2020
0.2.0 Jun 12, 2017

#816 in Machine learning

48 downloads per month
Used in juice

MIT/Apache

41KB
812 lines

coaster-BLAS • Join the chat at https://gitter.im/spearow/juice Build Status Crates.io dependency status License

coaster-BLAS provides full BLAS support for Coaster, so you can use Basic Linear Algebra Subprograms on servers, desktops or mobiles, GPUs, FPGAs or CPUS, without carrying about OpenCL or CUDA support on the machine.

It powers Juice.

For more information,

Getting Started

If you're using Cargo, just add coaster-BLAS to your Cargo.toml:

[dependencies]
coaster = "0.2"
coaster-blas = "0.2"

If you're using Cargo Edit, you can call:

$ cargo add coaster-blas

Provided Operations

This Plugins provides the following operations to the Coaster Backend. A - means not yet implemented. More information can be found in the Documentation.

Operation CUDA OpenCL Native
Full Level 1 cuBLAS - rblas
Level 2 - - -
Level 3
GEMM cuBLAS - rblas

Note that blas does not have all methods and thus fails to link, use CARGO_BLAS=openblas to compile for native

Contributing

Want to contribute? Awesome! We have instructions to help you get started contributing code or documentation. And high priority issues, that we could need your help with.

We have a mostly real-time collaboration culture and happens here on Github and on the Gitter Channel. You can also reach out to the Maintainers {@drahnr}.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as below, without any additional terms or conditions.

Changelog

You can find the release history in the root file CHANGELOG.md.

A changelog is a log or record of all the changes made to a project, such as a website or software project, usually including such records as bug fixes, new features, etc. - Wikipedia

We are using Clog, the Rust tool for auto-generating CHANGELOG files.

License

Licensed under either of

at your option.

Dependencies

~1.4–2.2MB
~49K SLoC