-
Notifications
You must be signed in to change notification settings - Fork 25.7k
porting convtranspose3d to ATen #22019
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
ce75551
to
f938f43
Compare
06b62a4
to
ac61d7a
Compare
I will try to fix this conflict today |
66f6b98
to
7eac504
Compare
Hey @ailzhang Do you have any thoughts related to the error with xla job? I renamed the function from conv_transpose2d_backward to aten_conv_transpose2d_backward. But the error seems to be related to the old name. |
Hi @xmnlab Yea although it's not hard for XLA to follow these changes, why are we adding |
hi @ailzhang thanks for the feedback. this change intended to apply the recommendations from another PR #20994 (comment) what do you recommend for this? |
@ailzhang any recommendation here? should I remoe |
f5c06d9
to
9c28e06
Compare
@ezyang it seems it is done for a review! |
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.
@ezyang is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: Resolves pytorch/pytorch#18353 CPU and GPU porting for convolution transpose 3d Pull Request resolved: pytorch/pytorch#22019 Differential Revision: D15985353 Pulled By: ezyang fbshipit-source-id: 1c579577a32db24a1ce38f5ab9b3f1cb9c8f2a6e
Resolves #18353
CPU and GPU porting for convolution transpose 3d