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

[AIR] Execute GPU inference in a separate stage in BatchPredictor #26616

Merged
merged 29 commits into from
Jul 20, 2022

Commits on Jul 15, 2022

  1. update prep

    ericl committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    e2c0a97 View commit details
    Browse the repository at this point in the history
  2. Update batch_predictor.py

    ericl authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    4da71b1 View commit details
    Browse the repository at this point in the history
  3. Update batch_predictor.py

    ericl authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    a125227 View commit details
    Browse the repository at this point in the history
  4. update

    Signed-off-by: Eric Liang <[email protected]>
    ericl committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    e460b6b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Update predictor.py

    ericl authored Jul 17, 2022
    Configuration menu
    Copy the full SHA
    291857f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into update-prep

    Signed-off-by: Eric Liang <[email protected]>
    ericl committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    e12b85f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fdde42 View commit details
    Browse the repository at this point in the history
  4. Update batch_predictor.py

    ericl authored Jul 17, 2022
    Configuration menu
    Copy the full SHA
    37f60b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47ae00e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f585d98 View commit details
    Browse the repository at this point in the history
  7. update

    Signed-off-by: Eric Liang <[email protected]>
    ericl committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    4b0fc90 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. add Checkpoint.get_preprocessor

    Signed-off-by: Matthew Deng <[email protected]>
    matthewdeng committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    668f564 View commit details
    Browse the repository at this point in the history
  2. update predictor implementations to use new API

    Signed-off-by: Matthew Deng <[email protected]>
    matthewdeng committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    e2dd7c6 View commit details
    Browse the repository at this point in the history
  3. add tests

    Signed-off-by: Matthew Deng <[email protected]>
    matthewdeng committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    2a1ca7b View commit details
    Browse the repository at this point in the history
  4. add method docs

    Signed-off-by: Matthew Deng <[email protected]>
    matthewdeng committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    b7eec56 View commit details
    Browse the repository at this point in the history
  5. fix attr

    Signed-off-by: Matthew Deng <[email protected]>
    matthewdeng committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    5fd7833 View commit details
    Browse the repository at this point in the history
  6. fix tests

    Signed-off-by: Matthew Deng <[email protected]>
    matthewdeng committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    f781fc8 View commit details
    Browse the repository at this point in the history
  7. fix tests

    Signed-off-by: Matthew Deng <[email protected]>
    matthewdeng committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    4833b3e View commit details
    Browse the repository at this point in the history
  8. lint

    Signed-off-by: Matthew Deng <[email protected]>
    matthewdeng committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    ac1ce46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bdc4538 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad01f9b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a8f0758 View commit details
    Browse the repository at this point in the history
  12. update

    Signed-off-by: Eric Liang <[email protected]>
    ericl committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    72408b1 View commit details
    Browse the repository at this point in the history
  13. add test

    Signed-off-by: Eric Liang <[email protected]>
    ericl committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    8c1140f View commit details
    Browse the repository at this point in the history
  14. move test

    Signed-off-by: Eric Liang <[email protected]>
    ericl committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    b8541dd View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. test correctness

    Signed-off-by: Eric Liang <[email protected]>
    ericl committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    4382bf9 View commit details
    Browse the repository at this point in the history
  2. clarify

    Signed-off-by: Eric Liang <[email protected]>
    ericl committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    e309c67 View commit details
    Browse the repository at this point in the history
  3. Update python/ray/train/batch_predictor.py

    Co-authored-by: matthewdeng <[email protected]>
    ericl and matthewdeng authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    475854b View commit details
    Browse the repository at this point in the history
  4. fix the tests

    Signed-off-by: Eric Liang <[email protected]>
    ericl committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    f6265ad View commit details
    Browse the repository at this point in the history