Question
I have installed tt-metal as shown in the installation guide.
Now I would like to execute the matmul single core example (Matmul (Single Core) — TT-Metalium documentation),
but there is no executable file programming_examples/matmul_single_core in the build folder.
Could someone tell me how to compile the matmul_single_core.cpp file or how to create the executable file?
Answer
There has been an update to build_metal.sh recently to include more flags to add optionality on what to build other than tt-metal.
You can build the programming examples using this command: ./build_metal.sh --release --build-programming-examples