-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[Reland] Optimize code path for adaptive_avg_pool2d when output size is (1, 1) #44211
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
[Reland] Optimize code path for adaptive_avg_pool2d when output size is (1, 1) #44211
Conversation
…vg_pool2d_output_size_1x1-reland1
💊 CI failures summary and remediationsAs of commit 2f5fdd1 (more details on the Dr. CI page):
ci.pytorch.org: 1 failedThis comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group. This comment has been revised 8 times. |
|
pytorch/xla#2484 should have fixed the xla test failure.(thanks @JackCaoG !) Rerunning to make sure. |
This reverts commit ab9c92c.
…ptive_avg_pool2d_output_size_1x1-reland1
facebook-github-bot
left a comment
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.
@ngimel has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Codecov Report
@@ Coverage Diff @@
## master #44211 +/- ##
==========================================
- Coverage 69.24% 69.24% -0.01%
==========================================
Files 381 381
Lines 47577 47577
==========================================
- Hits 32947 32946 -1
- Misses 14630 14631 +1
Continue to review full report at Codecov.
|
Reland of #43986
DO NOT MERGE YET. XLA failure seems real.