https://github.com/j2kun/mlir-resources
A list of articles outside of the official MLIR docs that I've found useful for learning MLIR
https://github.com/j2kun/mlir-resources
Last synced: over 1 year ago
JSON representation
A list of articles outside of the official MLIR docs that I've found useful for learning MLIR
- Host: GitHub
- URL: https://github.com/j2kun/mlir-resources
- Owner: j2kun
- Created: 2023-08-16T19:56:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T20:17:25.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T06:32:08.316Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MLIR Resources
A list of articles and talks outside of the official MLIR docs that I've found useful for learning MLIR. For list of official tutorials, see the [MLIR Talks page](https://mlir.llvm.org/talks/) and the [Tutorials page](https://mlir.llvm.org/docs/Tutorials/).
## Tutorials
- [MLIR for Beginners](https://github.com/j2kun/mlir-tutorial) by Jeremy Kun (owner of this repo).
## Dialect design
- [MLIR Vector Dialect and Patterns](https://www.lei.chat/posts/mlir-vector-dialect-and-patterns/) by Lei Zhang
- [MLIR Linalg Dialect and Patterns](https://www.lei.chat/posts/mlir-linalg-dialect-and-patterns/) by Lei Zhang
## Pass infrastructure
- [Type Conversions the Not-So-Hard Way](https://drive.google.com/file/d/1VfVajitgf8ZPnd-HRkJvaJiFLhBsluXN/view) by Sean Silva, a tutorial about the [dialect conversion framework](https://mlir.llvm.org/docs/DialectConversion/)