From 8db3de289f5643722455b73ed512d286e275e337 Mon Sep 17 00:00:00 2001 From: Bryan Wilder Field Lozano Date: Wed, 23 Oct 2024 11:40:19 -0700 Subject: [PATCH] Create tt-metal/tt_metal/README.md This can be just a starting point. Just thought it was a good idea to add a note here for new users. --- tt_metal/hw/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tt_metal/hw/README.md diff --git a/tt_metal/hw/README.md b/tt_metal/hw/README.md new file mode 100644 index 00000000000..5c1d31ffddb --- /dev/null +++ b/tt_metal/hw/README.md @@ -0,0 +1,6 @@ +# hw +Everything at this level and below is device side code. + +The host code at upper levels does include some header files from device side code. + +Some linker scripts and object files are used by host side `jit` compiler.