Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 423 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 423 Bytes

ttnn-helloworld-cpp

Well annotated, minimal example that demonstrates how to use TTNN (Tenstorrent's neural netwoek library) in C++.

NOTE: TTNN is still a moving target. The code in this repo may break anytime.

How to use

  • Build tt-metal locally
  • Make sure you have the correct variables set up (Eg: TT_METAL_HOME, ARCH_NAME)
mkdir build
cmake ..
make