1 unstable release
Uses old Rust 2015
0.1.0 | Apr 13, 2017 |
---|
#11 in #hardware-devices
Used in 3 crates
17KB
445 lines
Popcorn
Popcorn is a library for executing parallel computation across different hardware devices. Just think of all the kernels you'll be cooking up.
Design Principles
- Buffer: Used to store your data across several devices. All operations on a buffer are asynchronous and return a Future. This means we never block, even for buffer synchronization across devices.
Thank You Collenchyma
The Collenchyma codebase provided a great starting point for Popcorn. The folks at Autumn.ai did a wonderful job pushing Rust forward in the machine learning community.
Dependencies
~150KB