Skip to content

Commit

Permalink
Merge branch 'main' into blockext
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Dec 4, 2024
2 parents 04f5b7e + c7f6012 commit d1c9b02
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Melior

[![GitHub Action](https://img.shields.io/github/actions/workflow/status/mlir-sys/melior/test.yaml?branch=main&style=flat-square)](https://github.com/mlir-sys/melior/actions?query=workflow%3Atest)
[![GitHub Action](https://img.shields.io/github/actions/workflow/status/mlir-rs/melior/test.yaml?branch=main&style=flat-square)](https://github.com/mlir-rs/melior/actions?query=workflow%3Atest)
[![Crate](https://img.shields.io/crates/v/melior.svg?style=flat-square)](https://crates.io/crates/melior)
[![License](https://img.shields.io/github/license/mlir-sys/melior.svg?style=flat-square)](https://github.com/mlir-sys/melior/blob/main/LICENSE)
[![License](https://img.shields.io/github/license/mlir-rs/melior.svg?style=flat-square)](https://github.com/mlir-rs/melior/blob/main/LICENSE)

Melior is the MLIR bindings for Rust. It aims to provide a simple,
safe, and complete API for MLIR with a reasonably sane ownership model
Expand Down Expand Up @@ -76,7 +76,7 @@ brew install llvm@19

## Documentation

On [GitHub Pages](https://mlir-sys.github.io/melior/melior/).
On [GitHub Pages](https://mlir-rs.github.io/melior/melior/).

## Contribution

Expand Down Expand Up @@ -115,9 +115,9 @@ not.

## References

- The raw C binding generation depends on [femtomc/mlir-sys](https://github.com/femtomc/mlir-sys).
- The raw C binding generation depends on [mlir-rs/mlir-sys](https://github.com/mlir-rs/mlir-sys).
- The overall design is inspired by [TheDan64/inkwell](https://github.com/TheDan64/inkwell).

## License

[Apache 2.0](https://github.com/mlir-sys/melior/blob/main/LICENSE)
[Apache 2.0](https://github.com/mlir-rs/melior/blob/main/LICENSE)
1 change: 0 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"detensorize",
"dlti",
"elementwise",
"femtomc",
"funcs",
"hasher",
"indoc",
Expand Down
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "melior-macro"
description = "Internal macros for Melior"
version = "0.12.1"
version = "0.12.2"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/mlir-sys/melior"
Expand Down
4 changes: 2 additions & 2 deletions melior/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "melior"
description = "The rustic MLIR bindings in Rust"
version = "0.19.1"
version = "0.19.2"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/mlir-sys/melior"
Expand All @@ -14,7 +14,7 @@ ods-dialects = []
helpers = ["ods-dialects"]

[dependencies]
melior-macro = { version = "0.12.1", path = "../macro" }
melior-macro = { version = "0.12.2", path = "../macro" }
mlir-sys = "0.3.0"

[dev-dependencies]
Expand Down

0 comments on commit d1c9b02

Please sign in to comment.