This repository was archived by the owner on Sep 15, 2025. It is now read-only.
Start porting the lowering passes to the new pass manager#1304
Merged
JaxLinAMD merged 1 commit intoGPUOpen-Drivers:devfrom Jul 8, 2021
Merged
Start porting the lowering passes to the new pass manager#1304JaxLinAMD merged 1 commit intoGPUOpen-Drivers:devfrom
JaxLinAMD merged 1 commit intoGPUOpen-Drivers:devfrom
Conversation
Test summary for commit a7b8f14Driver commits used in build
CTS tests (Failed: 0/228128)
Rhel 8.2, Gfx10Ubuntu 18.04, Gfx9Ubuntu 20.04, Gfx8Ubuntu 20.04, Gfx103 |
Contributor
|
@piotrAMD PING please help review this PR. |
kuhar
reviewed
Jun 30, 2021
Test summary for commit 89177fcDriver commits used in build
CTS tests (Failed: 1/188379)
Rhel 8.2, Gfx10Ubuntu 18.04, Gfx9Ubuntu 20.04, Gfx8Ubuntu 20.04, Gfx103 |
piotrAMD
reviewed
Jul 2, 2021
Contributor
Author
|
/rebase |
Contributor
|
@bsaleil are you added as a collaborator to this repo? /rebase |
This PR starts porting the lowering passes added in SpirvLower::addPasses to the new pass manager. It also makes some changes to the infrastructure for the new pass manager to allow adding function analyses.
piotrAMD
approved these changes
Jul 7, 2021
Test summary for commit 22f2a94Driver commits used in build
CTS tests (Failed: 0/229120)
Rhel 8.2, Gfx10Ubuntu 18.04, Gfx9Ubuntu 20.04, Gfx8Ubuntu 20.04, Gfx103 |
Contributor
Author
I'm actually not sure but I think so. |
Contributor
Ah, you are a 'member' instead of 'collaborator', but I think this is not handled by the rebase action. I'll try to get this fixed. |
Test summary for commit 8b831a7Driver commits used in build
CTS tests (Failed: 0/229120)
Rhel 8.2, Gfx10Ubuntu 18.04, Gfx9Ubuntu 20.04, Gfx8Ubuntu 20.04, Gfx103 |
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This patch starts porting the lowering passes added in SpirvLower::addPasses to the
new pass manager. It also makes some changes to the infrastructure for the new
pass manager to allow adding function analyses.