Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliallvm/mlir.jl
Julia library to manipulate MLIR dialects.
https://github.com/juliallvm/mlir.jl
julia llvm mlir
Last synced: 11 days ago
JSON representation
Julia library to manipulate MLIR dialects.
- Host: GitHub
- URL: https://github.com/juliallvm/mlir.jl
- Owner: JuliaLLVM
- License: mit
- Created: 2020-12-04T02:48:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T21:41:19.000Z (3 months ago)
- Last Synced: 2025-01-16T22:55:26.741Z (18 days ago)
- Topics: julia, llvm, mlir
- Language: Julia
- Homepage:
- Size: 3.07 MB
- Stars: 58
- Watchers: 10
- Forks: 9
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://julia.mit.edu/MLIR.jl/stable/)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://julia.mit.edu/MLIR.jl/dev/)`MLIR.jl` presents high-level tools to manipulate MLIR dialects through [the MLIR C API](https://mlir.llvm.org/docs/CAPI/).
---