3 releases (breaking)

Uses old Rust 2015

0.2.0 Feb 22, 2016
0.1.0 Dec 16, 2015
0.0.1 Dec 7, 2015

#738 in Machine learning

Download history 14/week @ 2024-02-19 53/week @ 2024-02-26 8/week @ 2024-03-04 14/week @ 2024-03-11

89 downloads per month
Used in leaf

MIT/Apache

71KB
1K SLoC

collenchyma-BLAS • Join the chat at https://gitter.im/autumnai/collenchyma Build Status Coverage Status License

collenchyma-NN provides full BLAS support for Collenchyma, 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.

collenchyma-NN was started at Autumn for the Rust Machine Intelligence Framework Leaf.

For more information,

Getting Started

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

[dependencies]
collenchyma = "0.0.8"
collenchyma-blas = "0.2.0"

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

$ cargo add collenchyma-blas

Provided Operations

This Plugins provides the following operations to the Collenchyma 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

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 Collenchyma Gitter Channel. You can also reach out to the Maintainers {@MJ, @hobofan}.

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

~0.8–1.1MB
~25K SLoC