An open API service indexing awesome lists of open source software.

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

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/)