-
Notifications
You must be signed in to change notification settings - Fork 329
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
Update llvm-project to llvm/llvm-project@01d233ff403823389f848 #3011
Merged
AlexandreEichenberger
merged 22 commits into
onnx:main
from
hamptonm1:hamptonm/feature/upgrade-llvm
Dec 19, 2024
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
2b95eaf
Update LLVM and StableHLO
MegoHam21 33cdacf
Add newer version of onnx 1.17.0
MegoHam21 d99d0a8
Fix format
MegoHam21 d842719
Merge branch 'main' into hamptonm/feature/upgrade-llvm
hamptonm1 9c890e9
Merge branch 'main' into hamptonm/feature/upgrade-llvm
hamptonm1 fa9ed4d
Update API Int header file
MegoHam21 e198ed9
Merge branch 'hamptonm/feature/upgrade-llvm' of https://github.com/ha…
MegoHam21 d13fc9e
Fix format
MegoHam21 9ce6ac1
Quick fix
MegoHam21 4a7036f
Try this
MegoHam21 bc90d56
Add it back
MegoHam21 ba873d9
Remove failing lit tests and address comments
MegoHam21 ce2cfe6
My fault
MegoHam21 c5d6f9b
Mike's feedback
MegoHam21 c211144
Fix format
MegoHam21 e9268d7
Try fixing up lit tests
MegoHam21 90ae853
Merge branch 'main' into hamptonm/feature/upgrade-llvm
hamptonm1 9331bb7
Add lit tests back and update documentation
MegoHam21 2239a56
Merge branch 'main' into hamptonm/feature/upgrade-llvm
hamptonm1 8bff525
Merge branch 'main' into hamptonm/feature/upgrade-llvm
hamptonm1 330f7c0
Merge branch 'main' into hamptonm/feature/upgrade-llvm
hamptonm1 1d3331e
Updates to zlowstick and omp lit tests
MegoHam21 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
Submodule stablehlo
updated
54 files
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
git clone -n https://github.com/llvm/llvm-project.git | ||
# Check out a specific branch that is known to work with ONNX-MLIR. | ||
cd llvm-project && git checkout 00128a20eec27246719d73ba427bf821883b00b4 && cd .. | ||
cd llvm-project && git checkout 01d233ff403823389f8480897e41aea84ecbb3d3 && cd .. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to update the
APInt
with the following boolean values based on the this PR update: llvm/llvm-project#114539Previously truncation was set to true as default and they changed it to false, we need the truncation on for our lit tests to pass and to be consistent with the previous behavior.