-
Notifications
You must be signed in to change notification settings - Fork 50
Upstream merge 55 #1899
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
Merged
Merged
Upstream merge 55 #1899
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
6542e7e
Squashed 'external/llvm-project/' changes from 3332d18c2507..e8215edf…
umangyadav ea8c92c
Merge commit '6542e7e6b4744737fae5e3abbfe720bb1fc4786b' into upstream…
umangyadav 3cfa54d
Fixes for external
umangyadav 8de7cfc
[External] Remove files that no longer exists in external
umangyadav 97602db
[External] Remove files that no longer exists in external
umangyadav d7237d5
[External] Some more fixes
umangyadav 1ae19b9
Apply rocMLIR patches for external
umangyadav 7d04ae0
Remove disabled verification tests
umangyadav ddd649a
Fixes for https://github.com/llvm/llvm-project/pull/144636
umangyadav 15e6427
Fixes for rocMLIR
umangyadav 289459b
Fixes required due to https://github.com/llvm/llvm-project/pull/144636
umangyadav f905655
Changes in rocMLIR due to https://github.com/llvm/llvm-project/pull/1…
umangyadav 23cbcfb
Fix runner-pipelines.mlir test
umangyadav 31e77d3
Update librockcompiler_deps
umangyadav 2ccc1bb
Formating
umangyadav 3138a41
Enable Navi4x in CI
umangyadav 7f30da1
Fix parameterSweeps
umangyadav d7f9b54
Fix parameterSweeps scripts
umangyadav e1b3a47
Address review comments, Revert changes for Navi4x in Jenkinsfile and…
umangyadav 4a8c3ab
Merge branch 'develop' into upstream_merge_55
umangyadav 966a9b3
Merge branch 'develop' into upstream_merge_55
umangyadav 74eb560
Merge branch 'develop' into upstream_merge_55
dorde-antic 7a50d7f
Merge branch 'develop' into upstream_merge_55
dorde-antic 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 hidden or 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
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.
is this related to the upstream merge?
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.
no,
ParameterSweep script is failing, cherry picked changes from this PR to make it run
#1898
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.
sounds good, can we revert the changes once CI passes? and have separate PRs if needed. So, it's easier to keep track of changes (if they are part of a big upstream merge, it's not so easy).
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'll revert this once parameterSweeps passes