Skip to content

Commit

Permalink
Add TT-NN roadmap and overview (#15253)
Browse files Browse the repository at this point in the history
### Ticket
None

### Problem description
Being more transparent, sharing the current state of planning/ outlook
at TT-NN

### What's changed
Adding roadmap and some description to ttnn.md
  • Loading branch information
ayerofieiev-tt authored Nov 20, 2024
1 parent 4af466a commit be20580
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions tech_reports/ttnn/ttnn.md
Original file line number Diff line number Diff line change
@@ -1 +1,35 @@
# TT-NN

Table of Contents
=================
- [Roadmap](#roadmap)
- [High Level Structure Overview](#high-level-structure-overview)
- [ML Framework](#ml-framework)
- [Library of Accelerated Operations](#op-library)
- [OP Infra](#op-infra)
- [Tensor](https://docs.tenstorrent.com/ttnn/latest/ttnn/tensor.html)
- [Operation](https://docs.tenstorrent.com/ttnn/latest/ttnn/adding_new_ttnn_operation.html)
- [Runtime](#tt-nn-runtime)
- [Graph Tracing](https://github.com/tenstorrent/tt-metal/blob/main/tech_reports/ttnn/graph-tracing.md)
- [Profiler](https://docs.tenstorrent.com/ttnn/latest/ttnn/profiling_ttnn_operations.html)


## Roadmap
![TT-NN Roadmap v01](https://github.com/user-attachments/assets/a091f4d6-77a3-445d-81b5-946de181bfd9)

## High Level Structure Overview
![TT-NN High Level](https://github.com/user-attachments/assets/15d37bea-ac60-45e2-ac76-02d840253555)

## ML Framework
![TT-NN ML Framework](https://github.com/user-attachments/assets/aeb104df-4426-49f1-a3c8-8c070f32bdfe)

## OP Library
![TT-NN OP Library](https://github.com/user-attachments/assets/acc5645b-d90a-4793-ae54-9ad825504fed)

## OP Infra
OP Infra is the foundation for the OP Libary that provides common primitives required by all operations
- [Tensor](https://docs.tenstorrent.com/ttnn/latest/ttnn/tensor.html)
- [Operation](https://docs.tenstorrent.com/ttnn/latest/ttnn/adding_new_ttnn_operation.html)

## TT-NN Runtime
![TT-NN Runtime](https://github.com/user-attachments/assets/0794b7c2-82b6-49aa-9117-9aee8b1c1ecd)

0 comments on commit be20580

Please sign in to comment.