- Poplar SDK downloaded and activated
- clang for compiling
- ninja for building
- python >= 3.8 for running
- reptil (supplied) - filtering and aggregation wrapper on top of libpva
source install.sh
in the current folder to:
- create a virtual environment and activate it
- install reptil
- build matmul_bench app
The executable can be run by itself:
./matmul_bench --help
or through the python wrapper:
python matmul_bench.py --help
The python wrapper is necessary for extracting the execution metrics.