-
-
Notifications
You must be signed in to change notification settings - Fork 48
π¦οΈ Enable MLIR by default #1356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Reportβ Patch coverage is π’ Thoughts on this report? Let us know! |
e10a24f to
934918b
Compare
Testing in [`mqt-core`](munich-quantum-toolkit/core#1356) has revealed that using LTO leads to problems when compiling with different compilers than the ones being used to compile the static libraries. This PR disables the LTO option for macOS arm64, which was the only setting where it was enabled. This also directly prepares a release, which should allow us to test the actions capabilities of picking the latest released version of a particular LLVM tag.
030c623 to
205aa26
Compare
a600d49 to
ecf14cc
Compare
mlir/lib/Dialect/MQTRef/Translation/ImportQuantumComputation.cpp
Outdated
Show resolved
Hide resolved
## Description This PR copies over some changes from #1356 so that the latter becomes a bit leaner and more focused on relevant changes. ## Checklist: - [x] The pull request only contains commits that are focused and relevant to this change. - [x] ~I have added appropriate tests that cover the new/changed functionality.~ - [x] ~I have updated the documentation to reflect these changes.~ - [x] ~I have added entries to the changelog for any noteworthy additions, changes, fixes, or removals.~ - [x] ~I have added migration instructions to the upgrade guide (if needed).~ - [x] The changes follow the project's style guidelines and introduce no new warnings. - [x] The changes are fully tested and pass the CI checks. - [x] I have reviewed my own code changes. --------- Signed-off-by: burgholzer <burgholzer@me.com> Co-authored-by: burgholzer <burgholzer@me.com>
f1c64f2 to
387a57c
Compare
|
Okay, short summary of the latest findings here:
The rest seems to work just fine already ππΌ |
f08ff04 to
3ecf0db
Compare
Remove dedicated MLIR tests workflow and update workflows Signed-off-by: burgholzer <burgholzer@me.com>
β¦tions Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
β¦ndows Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
β¦tions)` Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
3c68684 to
48e6f48
Compare
|
Okay, given how we already merged the dialect redesign PR, which should not be part of |
## Description This PR copies over some changes from #1356 so that the latter becomes a bit leaner and more focused on relevant changes. ## Checklist: - [x] The pull request only contains commits that are focused and relevant to this change. - [x] ~I have added appropriate tests that cover the new/changed functionality.~ - [x] ~I have updated the documentation to reflect these changes.~ - [x] ~I have added entries to the changelog for any noteworthy additions, changes, fixes, or removals.~ - [x] ~I have added migration instructions to the upgrade guide (if needed).~ - [x] The changes follow the project's style guidelines and introduce no new warnings. - [x] The changes are fully tested and pass the CI checks. - [x] I have reviewed my own code changes. --------- Signed-off-by: burgholzer <burgholzer@me.com> Co-authored-by: burgholzer <burgholzer@me.com> (cherry picked from commit 70b9d1f)
Description
Fixes #1132
Checklist:
I have added appropriate tests that cover the new/changed functionality.