I have downloaded matrix-creator-hal package , but I don’t know how to run .cpp file , everloop_demo.cpp for example , in the path matrix-creator-hal/demos . Can anyone help me?
Hi @wangrh,
You can’t run a cpp file. You mush build the examples and then run it. For instructions on how to build it please check here :
https://matrix-io.github.io/matrix-documentation/HAL/overview/
Yoel