Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
/ cmnnc Public archive

Computational Memory Neural Network Compiler

License

Notifications You must be signed in to change notification settings

IBM/cmnnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computational Memory Neural Network Compiler (cmnnc)

See our paper and our blog post for more info.

Installation

We use virtualenv to install python dependencies:

$ virtualenv -p python3 cmenv
$ source cmenv/bin/activate
$ pip install islpy astor onnxruntime numpy onnx pytest z3-solver graphviz

Note: you might have to install libpython3.x-dev or the equivalent package to for islpy installation to work.

About

Computational Memory Neural Network Compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages