Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zincnode/mlir-he
A naive template for out-of-tree MLIR projects.
https://github.com/zincnode/mlir-he
llvm mlir template
Last synced: 4 months ago
JSON representation
A naive template for out-of-tree MLIR projects.
- Host: GitHub
- URL: https://github.com/zincnode/mlir-he
- Owner: zincnode
- License: apache-2.0
- Created: 2024-05-02T03:27:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-19T10:54:47.000Z (5 months ago)
- Last Synced: 2024-10-01T03:40:55.432Z (4 months ago)
- Topics: llvm, mlir, template
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mlir-he
[![Docker Image Version](https://img.shields.io/docker/v/zincnode/mlir-he?style=flat-square&logo=docker)](https://hub.docker.com/r/zincnode/mlir-he)
![new-prs](https://github.com/zincnode/mlir-he/actions/workflows/new-prs.yml/badge.svg)
![daily-tests](https://github.com/zincnode/mlir-he/actions/workflows/daily-tests.yml/badge.svg)![logo](images/icon-helium.png)
This project aims to provide a naive template for out-of-tree MLIR projects.
## Usage
Please refer to [docs/Usage](docs/Usage.md).
## References
- [jmgorius/mlir-standalone-template](https://github.com/jmgorius/mlir-standalone-template)
- [Lewuathe/mlir-hello](https://github.com/Lewuathe/mlir-hello)