Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions crates/ryft-mlir/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- Added support for the Triton `tt` dialect.
- Added support for the Mosaic GPU dialect.
- Added support for the Mosaic TPU dialect.
- Added StableHLO mesh and sub-axis attribute wrappers.

### Changed

Expand Down
1 change: 0 additions & 1 deletion crates/ryft-mlir/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ fn main() {

## Roadmap / TODOs

- [ ] Add support for `mlirOperationReplaceUsesOfWith` and `mlirBlockArgumentSetLocation`.
- [ ] Add `Context` constructors like `i32_type`, etc. Maybe also `bool_type` as an alias for `i1_type`?
- [ ] Clean up the API we have around elements attributes and use stronger typing, if possible.
- [ ] `BooleanAttributeRef::is<IntegerAttributeRef>` panics (and the same for a 1-bit integer attribute in reverse).
Expand Down
Loading