1 unstable release

Uses old Rust 2015

0.3.0 Mar 6, 2018

#490 in Machine learning

29 downloads per month

Apache-2.0

165KB
5K SLoC

Rust frontend of primitiv

Prerequisites

  • Rust (1.22 or later)
  • Clang (3.9 or later)
  • (optional) CUDA (8.0 or later)

Install

mkdir work
cd work

# build primitiv-rust
git clone --branch develop https://github.com/primitiv/primitiv-rust/
cd primitiv-rust
cargo build [--features cuda]

# try xor example
cargo run --example xor

Dependencies

~2.4–5MB
~105K SLoC