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

Latest commit

 

History

History
17 lines (12 loc) · 512 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 512 Bytes

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.