Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewuathe committed Oct 27, 2023
1 parent 0427a74 commit 34558f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# MLIR Hello Dialect
# MLIR Hello Dialect ![nightly build status](https://github.com/Lewuathe/mlir-hello/actions/workflows/nightly-build.yml/badge.svg)

This is the minimal example to look into the way to implement the hello-world kind of program with MLIR. The basic code structure is borrowed from [standalone](https://github.com/llvm/llvm-project/tree/main/mlir/examples/standalone) and [Toy language](https://github.com/llvm/llvm-project/tree/main/mlir/examples/toy) in LLVM project.

We constantly check the compatibility with the latest LLVM/MLIR in [the nightly build](https://github.com/Lewuathe/mlir-hello/actions/workflows/nightly-build.yml). The status of the build is shown in the badge above.

## Prerequisites

* [LLVM](https://llvm.org/)
Expand Down

0 comments on commit 34558f5

Please sign in to comment.