Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert (semi) recent tutorial gists into blog posts. (iree-org#17261)
Better late than never? I've found a few people asking for information that these pages provide, so hosting them up on the website seems nice vs just linking to the gists. | Title | Original gist | Website preview | | -- | -- | -- | Exploring IREE CPU microkernels on a simple matmul example | [gist link](https://gist.github.com/bjacob/2c160c102cee33562826c730945b49f2) | https://scotttodd.github.io/iree/community/blog/2024-01-22-exploring-cpu-microkernels-on-a-matmul-example/ IREE/MLIR/Linalg tutorial | [gist link](https://gist.github.com/bjacob/2e662b3d2259d99aec15a43bf0e7b325) | https://scotttodd.github.io/iree/community/blog/2024-01-29-iree-mlir-linalg-tutorial/ MLIR syntax highlighting will still need some work to enable on the website, but otherwise I think these look good when rendered through mkdocs. Note that since the previous latest blog posts on https://iree.dev/community/blog/ are from 2021, that page is not very discoverable (we kept it around but more hidden). If we start using it more we could add it to the top level website nav.
- Loading branch information