Skip to content

Commit

Permalink
documentation: update MLIR interoperation reference (#3788)
Browse files Browse the repository at this point in the history
# PR Summary
Small PR - Commit bba4671 moved
`mlir_interoperation.md`. This PR adjusts sources to changes. It also
fixes a typo along the way.

Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman authored Jan 25, 2025
1 parent bac3115 commit 1bcad91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ MLIR version is commit `d401987fe349a87c53fe25829215b080b70c0c1a`.
### Subprojects With Extra Dependencies

xDSL has a number of subprojects, some of which require extra dependencies.
In order to keep the set of dependencies ot a minimum, these extra dependencies have to be
In order to keep the set of dependencies to a minimum, these extra dependencies have to be
specified explicitly. To install these, use:

``` bash
Expand Down Expand Up @@ -78,7 +78,7 @@ for users interested in that use case.
- [A Database example](https://xdsl.dev/xdsl/lab/index.html?path=database_example.ipynb)
- [A simple introduction](https://xdsl.dev/xdsl/lab/index.html?path=tutorial.ipynb)
- [A DSL for defining new IRs](https://xdsl.dev/xdsl/lab/index.html?path=irdl.ipynb)
- [Connecting xDSL with MLIR](docs/mlir_interoperation.md)
- [Connecting xDSL with MLIR](docs/guides/mlir_interoperation.md)

We provide a Makefile containing a lot of common tasks, which might provide
an overview of common actions.
Expand Down

0 comments on commit 1bcad91

Please sign in to comment.