popcorn

Crates.iopopcorn
lib.rspopcorn
version
sourcesrc
created_at2017-04-13 01:19:51.712931
updated_at2017-04-13 01:19:51.712931
descriptionPopcorn: Start popping kernels on your CPUs and GPUs
homepage
repositoryhttps://github.com/combust/popcorn
max_upload_size
id10450
Cargo.toml error:TOML parse error at line 8, column 1 | 8 | keyworkds = ["ml", "tensor", "gpu"] | ^^^^^^^^^ unknown field `keyworkds`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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