-
Notifications
You must be signed in to change notification settings - Fork 24.6k
add OpInfo
for torch.nn.functional.grid_sample
#62311
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
Conversation
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 40c9b6d (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 to the (internal) Dr. CI Users group. |
We see the same failure here as observed in #62254 (comment): https://app.circleci.com/pipelines/github/pytorch/pytorch/357039/workflows/1e6f673a-d7bd-47f8-8612-0dc0ae67f249/jobs/15053582 |
Test failures look real: test_fn_grad_nn_functional_grid_sample_cuda_float64
needs to be addressed. test_variant_consistency_jit_nn_functional_grid_sample_cuda_float32 ca be skipped, I think. cc @eellison
cc @zou3519 -- would you shepherd this PR through to merge? |
@zou3519 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@zou3519 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Addresses pytorch/functorch#78.