Update MLIR package with fix for performance improvement of one-shot-bufferize#83
Conversation
|
@liamsemeria Can you confirm the expected performance improvement when cherry-picking commit "mlir: update mlir packages to to 21.1.2.8" within your branch? |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This package version fixes performance issues with MLIR one shot bufferize.
1283ad2 to
3815438
Compare
|
ok thansk for the check |
Motivation
Update dependencies to last xtc-mlir packages which include the performance improvement for one-shot-bufferize.
The slow implementation of bufferization was oberved by @liamsemeria related to the PR #45.
Actually a fix was contributed to upstream MLIR with this PR llvm/llvm-project#189895
We integrated the modification as a patch on the currently packaged xtc-mlir-wheels on top of LLVM/MLIR revision 21.1.2: xtc-tools/xtc-mlir-wheels@0471d95
Description
Simply update package revisions to the corresponding xtc-mlir pypi package versions.
Commits
Note that there is also an unrelated commit to add the covergae badge to the XTC Readme.
Discussion
To be validated in term of performance improvement in PR #45
TODO