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

Coverity fixes: fix fn.normalize handling of batch of empty samples, … #2

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

AtomicVar
Copy link
Owner

…fix broken assertion in copy_with_stride (NVIDIA#5223)

  • Fix GPU fn.normalize crash on batch of empty samples
  • Fix broken assertion in copy with stride (fn.python_function strided tensor copy kernel) ---------

Category:

Description:

Additional information:

Affected modules and functionalities:

Key points relevant for the review:

Tests:

  • Existing tests apply
  • New tests added
    • Python tests
    • GTests
    • Benchmark
    • Other
  • N/A

Checklist

Documentation

  • Existing documentation applies
  • Documentation updated
    • Docstring
    • Doxygen
    • RST
    • Jupyter
    • Other
  • N/A

DALI team only

Requirements

  • Implements new requirements
  • Affects existing requirements
  • N/A

REQ IDs: N/A

JIRA TASK: N/A

…fix broken assertion in copy_with_stride (#5223)

* Fix GPU fn.normalize crash on batch of empty samples
* Fix broken assertion in copy with stride (fn.python_function strided tensor copy kernel)
---------

Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
@AtomicVar AtomicVar merged commit 5b4b124 into AtomicVar:patch-1 Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants