-
Notifications
You must be signed in to change notification settings - Fork 26.3k
reflection_pad1d_backward: Port to structured
#59103
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
reflection_pad1d_backward: Port to structured
#59103
Conversation
💊 CI failures summary and remediationsAs of commit 37b9149 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 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 to the (internal) Dr. CI Users group. |
|
Test failure is real but probably should be easy to fix, maybe I can point you where it needs fixing. |
|
Ah yes, the message wobbled (because we deduped to |
ezyang
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.
Good work, thank you.
|
@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
…1d_backward-to-structured
|
@ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Summary: Tracking Issue: pytorch#55070 Port `reflection_pad1d_backward` to structured kernel. Pull Request resolved: pytorch#59103 Test Plan: Pre-existing tests Reviewed By: jbschlosser Differential Revision: D28836043 Pulled By: ezyang fbshipit-source-id: 4c3b0880edf305896f540113dcab70c8af24253b
Tracking Issue: #55070
Summary:
Port
reflection_pad1d_backwardto structured kernel.Test Plan:
Pre-existing tests