popcorn-butter

Crates.iopopcorn-butter
lib.rspopcorn-butter
version0.1.0
sourcesrc
created_at2017-04-13 02:37:20.043247
updated_at2017-04-13 02:37:20.043247
descriptionPopcorn Butter: Use Popcorn engine with a graph execution engine
homepage
repositoryhttps://github.com/combust/popcorn
max_upload_size
id10456
size504
x25519-maintainers (github:dalek-cryptography:x25519-maintainers)

documentation

README

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.

Commit count: 13

cargo fmt