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

[RFC][Dataset] Actor based prefetching #23952

Merged
merged 10 commits into from
Apr 29, 2022
Merged

Commits on Apr 24, 2022

  1. try-out-prefech

    scv119 committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    c62b202 View commit details
    Browse the repository at this point in the history
  2. try-out-prefech

    scv119 committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    c983635 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2239aa3 View commit details
    Browse the repository at this point in the history
  4. Update python/ray/data/impl/block_batching.py

    Co-authored-by: Clark Zinzow <clarkzinzow@gmail.com>
    scv119 and clarkzinzow committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    ca0aee2 View commit details
    Browse the repository at this point in the history
  5. Update python/ray/data/impl/block_batching.py

    Co-authored-by: Clark Zinzow <clarkzinzow@gmail.com>
    scv119 and clarkzinzow committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    28b5e86 View commit details
    Browse the repository at this point in the history
  6. Update python/ray/data/impl/block_batching.py

    Co-authored-by: Clark Zinzow <clarkzinzow@gmail.com>
    scv119 and clarkzinzow committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    a8bc911 View commit details
    Browse the repository at this point in the history
  7. comments and rebase

    scv119 committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    7275ea9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    29167b0 View commit details
    Browse the repository at this point in the history
  2. fix-client

    scv119 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    a4a5123 View commit details
    Browse the repository at this point in the history
  3. Abstract prefetching behind interface; ensure one actor handle fetch …

    …per .iter_batches() call; add test coverage.
    clarkzinzow committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    6507d0a View commit details
    Browse the repository at this point in the history