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

DNNL: fix F.max_pool2d and F.avg_pool2 issue when stride=None #39221

Closed
wants to merge 1 commit into from

Conversation

XiaobingSuper
Copy link
Collaborator

For F.max_pool2d and F.avg_pool2d, there has RuntimeError when stride is None, this PR sovle it.

@dr-ci
Copy link

dr-ci bot commented May 29, 2020

💊 CI failures summary and remediations

As of commit e7ea14f (more details on the Dr. CI page):


  • 1/1 failures possibly* introduced in this PR
    • 1/1 non-CircleCI failure(s)

ci.pytorch.org: 1 failed


This 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.

See how this bot performed.

This comment has been revised 1 time.

@gchanan gchanan added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Jun 1, 2020
@XiaobingSuper
Copy link
Collaborator Author

@ngimel

@ngimel
Copy link
Collaborator

ngimel commented Jun 16, 2020

Can you also please test that backward works?

@XiaobingSuper
Copy link
Collaborator Author

Can you also please test that backward works?

@ngimel , the DNNL backward PRs are not merged now, so only forward path can works.

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a 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.

@facebook-github-bot
Copy link
Contributor

@ngimel merged this pull request in 5d4a662.

xwang233 pushed a commit to xwang233/pytorch that referenced this pull request Jun 20, 2020
…h#39221)

Summary:
For F.max_pool2d and F.avg_pool2d, there has **RuntimeErro**r when stride is **None**, this PR sovle it.
Pull Request resolved: pytorch#39221

Differential Revision: D22059565

Pulled By: ngimel

fbshipit-source-id: 2080e1e010815aedd904c58552e92be9f7443d38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Merged open source triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants