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

Support empty inputs in some maxpool kernels. (#21338) #21385

Merged
merged 1 commit into from Nov 28, 2018

Conversation

ppwwyyxx
Copy link
Contributor

@ppwwyyxx ppwwyyxx commented Aug 4, 2018

This only partially remedies #21338. A more serious issue is that such bugs cannot be detected by the unit test framework and the cudaError will leak into other ops.

Similar issues probably exist in many other ops as well.

@case540
Copy link
Contributor

case540 commented Aug 7, 2018

Guessing by your descriptions that you are unable to write tests for this? Is this correct?

Also, the github issue you tried to link seems to be a deleted/closed issue. Is there more context for this. Thanks!

@ppwwyyxx
Copy link
Contributor Author

ppwwyyxx commented Aug 7, 2018

I linked to the wrong issue, sorry. The issue is: #21338

Guessing by your descriptions that you are unable to write tests for this? Is this correct?

There is already a test for this but the test is not functioning. See the issue threads for details.

@case540 case540 requested a review from zheng-xq August 9, 2018 13:24
@case540 case540 added the awaiting review Pull request awaiting review label Aug 9, 2018
@tensorflowbutler
Copy link
Member

Nagging Reviewer @zheng-xq: You have been added as a reviewer to this pull request. Please add your review or reassign. It has been 97 days with no activity and the awaiting review label has been applied.

Copy link
Contributor

@chsigg chsigg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for your contribution, and sorry for the long delay.

@chsigg chsigg added type:bug Bug ready to pull PR ready for merge process and removed awaiting review Pull request awaiting review labels Nov 27, 2018
@chsigg chsigg removed the request for review from zheng-xq November 27, 2018 20:16
@chsigg chsigg assigned chsigg and unassigned case540 Nov 27, 2018
@tensorflow-copybara tensorflow-copybara merged commit 6a788c7 into tensorflow:master Nov 28, 2018
tensorflow-copybara pushed a commit that referenced this pull request Nov 28, 2018
PiperOrigin-RevId: 223127735
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes ready to pull PR ready for merge process type:bug Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants