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 checkpointing in FileReader #4954

Merged
merged 15 commits into from
Jul 31, 2023

Commits on Jul 26, 2023

  1. Baseline functionality

    Signed-off-by: Michał Staniewski <mstaniewski@nvidia.com>
    staniewzki committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    036d74c View commit details
    Browse the repository at this point in the history
  2. Modify tests

    Signed-off-by: Michał Staniewski <mstaniewski@nvidia.com>
    staniewzki committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2b3ee24 View commit details
    Browse the repository at this point in the history
  3. Update comments

    Signed-off-by: Michał Staniewski <mstaniewski@nvidia.com>
    staniewzki committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    da013d2 View commit details
    Browse the repository at this point in the history
  4. Allow 'shuffle_after_epoch', add more tests

    Signed-off-by: Michał Staniewski <mstaniewski@nvidia.com>
    staniewzki committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    aed0be8 View commit details
    Browse the repository at this point in the history
  5. Adjust tests

    Signed-off-by: Michał Staniewski <mstaniewski@nvidia.com>
    staniewzki committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ed5db55 View commit details
    Browse the repository at this point in the history
  6. Add more tests

    Signed-off-by: Michał Staniewski <mstaniewski@nvidia.com>
    staniewzki committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    fddf547 View commit details
    Browse the repository at this point in the history
  7. Adjust typo

    Signed-off-by: Michał Staniewski <mstaniewski@nvidia.com>
    staniewzki committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b43d723 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Adjust todo message

    Signed-off-by: Michał Staniewski <mstaniewski@nvidia.com>
    staniewzki committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d8eadd6 View commit details
    Browse the repository at this point in the history
  2. Remove added line

    Signed-off-by: Michał Staniewski <mstaniewski@nvidia.com>
    staniewzki committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ad3e171 View commit details
    Browse the repository at this point in the history
  3. Fix linter issue

    Signed-off-by: Michał Staniewski <mstaniewski@nvidia.com>
    staniewzki committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    37aaf7c View commit details
    Browse the repository at this point in the history
  4. Adjust tests

    Signed-off-by: Michał Staniewski <mstaniewski@nvidia.com>
    staniewzki committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    3f12834 View commit details
    Browse the repository at this point in the history
  5. Mark the checkpointing support in templates

    Signed-off-by: Michał Staniewski <mstaniewski@nvidia.com>
    staniewzki committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5f1a70e View commit details
    Browse the repository at this point in the history
  6. Fix documentation

    Signed-off-by: Michał Staniewski <mstaniewski@nvidia.com>
    staniewzki committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    313c5e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Fix sharding

    Signed-off-by: Michał Staniewski <mstaniewski@nvidia.com>
    staniewzki committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8d087e1 View commit details
    Browse the repository at this point in the history
  2. Remove redundant info from snapshot

    Signed-off-by: Michał Staniewski <mstaniewski@nvidia.com>
    staniewzki committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    55f5631 View commit details
    Browse the repository at this point in the history