Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

charles-r-earp/adtensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages