You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`MLIR.jl` presents high-level tools to manipulate MLIR dialects through [the MLIR C API](https://mlir.llvm.org/docs/CAPI/).
> [!NOTE]
> MLIR.jl is not abandoned, but all current maintainers are focused working on [Reactant.jl](https://github.com/EnzymeAD/Reactant.jl). It works with a local copy of MLIR.jl for fast development. Once it stabilizes, we plan to port changes here.