-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump mlir-aie to 1b059e4996656d00499598c8c1ce8da6baa71262 (#855)
* Change from 'applyPatternsAndFoldGreedily' to 'applyPatternsGreedily' * Update llvm and mlir-aie * Disable -Werror=sign-compare due to issue with nanobind 2.4 * Add convert-arith-to-llvm pass to pipeline * Switch air python bindings from pybind11 to nanobind * Disable -Werror=sign-compare due to issue with nanobind 2.4 * Fixup typo nb::module_ (missing underscore) * Replace return_policy with rv_policy * Replace applyOpPatternsAndFold with applyOpPatternsGreedily * Add a workaround to resolve the domain conflict introduced by nanobind 2.4 * Add missing condition in _process_target
- Loading branch information
1 parent
2feb775
commit 06249fd
Showing
18 changed files
with
227 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.