Skip to content

Commit

Permalink
Clarify README (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmelber authored Apr 16, 2024
1 parent 2c5ad5b commit 3e37056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This repository contains an [MLIR-based](https://mlir.llvm.org/) toolchain for A

This project is primarily intended to support the open-source community, particularly tool builders, with low-level access to AIE devices and enable the development of a wide variety of programming models from higher level abstractions. As such, although it contains some examples, this project is not intended to represent an end-to-end compilation flow for application design. If you're looking for an out-of-the-box experience for highly efficient machine learning, check out the [AMD Ryzen™ AI Software Platform](https://github.com/amd/RyzenAI-SW/).

[Getting Started](docs/Building.md)
[Getting Started on a Versal™ board](docs/Building.md)

[Running on a Versal™ board](docs/Platform.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project is primarily intended to support the open-source community, particu

![](dialects.png)

[Getting Started](Building.md)
[Getting Started on a Versal™ board](Building.md)

[Running on a Versal™ board](Platform.md)

Expand All @@ -25,7 +25,7 @@ Generated code documentation
- [ADF Dialect](ADFDialect.md) - [ADF Passes](ADFPasses.md)

Tutorials
- [Step-by-step Tutorial](../tutorials/README.md)
- [Step-by-step Tutorial](../mlir_tutorials/README.md)
- [AIE Design Patterns](AIEDesignPatterns)
- [AIE Routing](AIERouting)
- [AIE Vectorization of Scalar Code](AIEVectorization)
Expand Down

0 comments on commit 3e37056

Please sign in to comment.