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