This extension adds support for MLIR syntax highlighting in VSCode
Additionally, it supports the following dialects:
- Affine Dialect
- LLVM IR Dialect
- TensorFlow Lite Dialect
- Tile Dialect
- gpu Dialect
- nvvm Dialect
- loop Dialect
- vector Dialect
N/A
If you discover any issues, you can create an issue in the GitHub repo
- TensorFlow Lite dialect support + tests added
- GPU dialect support + tests added
- nvvm dialect support + tests added
- loop dialect support + tests added
- vector dialect support + tests added
- tile dialect support + test added
- grammar file cleaned up
This first version of the extension adds syntax highlighting support for:
- Base MLIR
- Affine Dialect
- LLVM IR Dialect
- Base MLIR Grammar Rules - Jacques Pienaar