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

Fix stream usage in HSV and BrighnessContrast. #1566

Merged
merged 1 commit into from
Dec 11, 2019

Conversation

mzient
Copy link
Contributor

@mzient mzient commented Dec 11, 2019

Signed-off-by: Michal Zientkiewicz michalz@nvidia.com

Why we need this PR?

Pick one

  • It fixes a bug: not setting CUDA stream in HSV and BrighnessContrast operators

What happened in this PR?

  • Explain solution of the problem, new feature added.
  • What is most important part that reviewers should focus on?
    • stream is now set in the context
  • What was changed, added, removed?
    • additionally, output shape doesn't get two (!) additional copies when it's already persistent and returned by reference
  • Was this PR tested? How?
    • old tests apply
  • Were docs and examples updated, if necessary?
    • N/A

JIRA TASK: N/A

Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
@mzient
Copy link
Contributor Author

mzient commented Dec 11, 2019

!build

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [1028453]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [1028453]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [1028453]: BUILD PASSED

@klecki klecki merged commit 427a752 into NVIDIA:master Dec 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants