3 releases
0.0.3 | Apr 8, 2019 |
---|---|
0.0.2 | Mar 27, 2019 |
0.0.1 | Mar 27, 2019 |
#80 in #auto
22 downloads per month
18KB
485 lines
adtensor
Graph based Machine Learning library for Rust accelerated by OpenCL for CPU and GPU targets.
Requirements
- OpenCL
- Rust (Stable 2018)
Ubuntu Install with POCL
sudo apt install clinfo ocl-icd-opencl-dev pocl-opencl-icd
Usage
Still a work in progress. Will add examples once more features are added.
# Cargo.toml
[dependencies]
adtensor = { git = "https://github.com/charles-r-earp/adtensor" }
ndarray = "0.12.1"
Dependencies
~260KB