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 caring about OpenCL or CUDA support on the machine.
It powers Juice.
For more information,
- see coaster-BLAS's Documentation
- visit Coaster for portable operations and other Plugins.
- or get in touch on Gitter
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
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
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.
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.
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.