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

[MHA] replace double transpose with single permute in nn.f.mha #89847

Closed
wants to merge 1 commit into from

Conversation

drisspg
Copy link
Contributor

@drisspg drisspg commented Nov 29, 2022

Summary

I forgot about permute which was exactly what I wanted. Quick perf bump

@pytorch-bot
Copy link

pytorch-bot bot commented Nov 29, 2022

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/89847

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit 950ede2:
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@drisspg drisspg added the better-engineering Relatively self-contained tasks for better engineering contributors label Nov 29, 2022
@drisspg
Copy link
Contributor Author

drisspg commented Nov 29, 2022

@pytorchbot merge

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Nov 29, 2022
@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

@pytorchmergebot
Copy link
Collaborator

Merge failed

Reason: The following mandatory check(s) failed (Rule superuser):

Dig deeper by viewing the failures on hud

Details for Dev Infra team Raised by workflow job

@drisspg
Copy link
Contributor Author

drisspg commented Nov 29, 2022

@pytorchbot merge

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

@jeanschmidt
Copy link
Contributor

@pytorchbot revert -m "Need to revert this commit as it is causing conflict when reverting #89470" -c ghfirst

@pytorchmergebot
Copy link
Collaborator

@pytorchbot successfully started a revert job. Check the current status here.
Questions? Feedback? Please reach out to the PyTorch DevX Team

@pytorchmergebot
Copy link
Collaborator

@drisspg your PR has been successfully reverted.

pytorchmergebot added a commit that referenced this pull request Nov 30, 2022
)"

This reverts commit b9afa92.

Reverted #89847 on behalf of https://github.com/jeanschmidt due to Need to revert this commit as it is causing conflict when reverting #89470
kulinseth pushed a commit to kulinseth/pytorch that referenced this pull request Dec 10, 2022
# Summary

I forgot about permute which was exactly what I wanted. Quick perf bump
Pull Request resolved: pytorch#89847
Approved by: https://github.com/cpuhrsch, https://github.com/albanD
kulinseth pushed a commit to kulinseth/pytorch that referenced this pull request Dec 10, 2022
…orch#89847)"

This reverts commit b9afa92.

Reverted pytorch#89847 on behalf of https://github.com/jeanschmidt due to Need to revert this commit as it is causing conflict when reverting pytorch#89470
@drisspg drisspg changed the title replace double transpose with single permute in nn.f.mha [MHA] replace double transpose with single permute in nn.f.mha Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
better-engineering Relatively self-contained tasks for better engineering contributors ciflow/trunk Trigger trunk jobs on your pull request Merged Reverted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants