- Matcha headers and compiled binaries
- Numpy, TensorFlow
- Matplotlib, Scipy
To build the C++ benchmarking program (into build/
):
make build
To run C++ benchmarking, python benchmarking, or both
(collected data will be stored in data/
):
make collect_cpp
make collect_py
make collect
To generate final figures and text files from collected data/
into out/
:
make dump
To clean everything:
make clean