Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation: update MLIR interoperation reference #3788

Merged
merged 1 commit into from
Jan 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading