Skip to content
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

[AMD][CanonicalizePtr] Add a series of fixes for the new pipeliner #4743

Merged
merged 4 commits into from
Sep 19, 2024

Conversation

giuseros
Copy link
Contributor

This PR is fixing some issues with the CanonicalizePointer pass and the new pipeliner:

  • Don't traverse twice the same nodes
  • Don't assume the operation to delete are in the correct order, but force dropping the reference of the ops before we delete them
  • Add support for select operation (+test), which is used when dealing with multiple buffer (this part has been coauthored with @sjw36 )

Copy link
Contributor

@sjw36 sjw36 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall. Just a couple questions.

@giuseros
Copy link
Contributor Author

@antiagainst , thanks for the review! I think I addressed your comment, PTAL!

@giuseros
Copy link
Contributor Author

Fixed the test. Since we are here, @sjw36 , could you rebase the #4665 and see if there are any more issues?

Copy link
Collaborator

@antiagainst antiagainst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry final nits..

@antiagainst antiagainst merged commit 3ae95a8 into triton-lang:main Sep 19, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants