Crates.io | popcorn |
lib.rs | popcorn |
version | |
source | src |
created_at | 2017-04-13 01:19:51.712931 |
updated_at | 2017-04-13 01:19:51.712931 |
description | Popcorn: Start popping kernels on your CPUs and GPUs |
homepage | |
repository | https://github.com/combust/popcorn |
max_upload_size | |
id | 10450 |
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` |
size | 0 |
Popcorn is a library for executing parallel computation across different hardware devices. Just think of all the kernels you'll be cooking up.
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.