Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)