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

Add warnings against resetting pipeline before end of epoch and test parallel ES with fw iterator #4023

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jun 28, 2022

  1. Add warnings against suspicious or erroneous end of epoch conditions

    Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
    stiepan committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    b4e47b7 View commit details
    Browse the repository at this point in the history
  2. Add assert_no_warnings utility

    Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
    stiepan committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    2ed59da View commit details
    Browse the repository at this point in the history
  3. Add test for .run API end of epoch warnings

    Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
    stiepan committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    c58c699 View commit details
    Browse the repository at this point in the history
  4. Test warnings against unexpected StopIteration in iterators

    Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
    stiepan committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    1d1bd8b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Add parallel external source test to fw iterators

    Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
    stiepan committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    f2ea23b View commit details
    Browse the repository at this point in the history
  2. Check actual data in the returned samples

    Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
    stiepan committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    cd233bb View commit details
    Browse the repository at this point in the history
  3. Fix pes with generator test resetting one of the piplines too early

    Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
    stiepan committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    b682272 View commit details
    Browse the repository at this point in the history