Crates.io | popcorn-blas |
lib.rs | popcorn-blas |
version | |
source | src |
created_at | 2017-04-13 01:22:10.151885 |
updated_at | 2017-04-13 01:22:10.151885 |
description | Popcorn BLAS: Broadcasting BLAS operations for Popcorn |
homepage | |
repository | https://github.com/combust/popcorn |
max_upload_size | |
id | 10451 |
Cargo.toml error: | TOML parse error at line 8, column 1 | 8 | keyworkds = ["ml", "tensor", "gpu", "blas"] | ^^^^^^^^^ 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.