Skip to content

Commit

Permalink
Updated Overview Doc with Link to Builtin Dialects (#73)
Browse files Browse the repository at this point in the history
* Updated Overview Doc with Link to Builtin Dialects

* Changed doxygen.md link into Doxygen to point to files instead of index
  • Loading branch information
vprajapati-tt authored Jul 2, 2024
1 parent ac9cfb4 commit 8927967
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/doxygen.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Doxygen

This is a link to a doxygen autogenerated code reference.
[Doxygen](./doxygen/html/index.html)
[Doxygen](./doxygen/html/files.html)

## Build Instructions

Expand Down
12 changes: 12 additions & 0 deletions docs/src/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,18 @@ and representation of tensors as multi-dimensional data with shapes and
datatypes. Not much else is different about this dialect, the reference
covers key topics if implementation details are needed.

### Func Dialect
\[[Reference](https://mlir.llvm.org/docs/Dialects/Func/)\]

### TOSA Dialect
\[[Reference](https://mlir.llvm.org/docs/Dialects/TOSA/)\]

### SCF Dialect
\[[Reference](https://mlir.llvm.org/docs/Dialects/SCFDialect/)\]

### EmitC Dialect
\[[Reference](https://mlir.llvm.org/docs/Dialects/EmitC/)\]

## TT-Explorer - Performance Optimization Tool

A unique project related to TT-MLIR is the integration of Performance
Expand Down

0 comments on commit 8927967

Please sign in to comment.