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

Modify Pipe to return an RRef. #47829

Closed

Commits on Nov 12, 2020

  1. Modify Pipe to return an RRef.

    As per proposal in #44827,
    the API needs to return an RRef to support inter-host pipelining.
    
    For now, we just return a local RRef and only support pipeline on a single
    host. But having this change in the API upfront ensures we don't make any BC
    breaking changes later.
    
    Differential Revision: [D24914022](https://our.internmc.facebook.com/intern/diff/D24914022/)
    
    [ghstack-poisoned]
    pritamdamania committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    aab10e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Update on "Modify Pipe to return an RRef."

    As per proposal in #44827,
    the API needs to return an RRef to support inter-host pipelining.
    
    For now, we just return a local RRef and only support pipeline on a single
    host. But having this change in the API upfront ensures we don't make any BC
    breaking changes later.
    
    Differential Revision: [D24914022](https://our.internmc.facebook.com/intern/diff/D24914022/)
    
    [ghstack-poisoned]
    pritamdamania committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    4ef9120 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Update on "Modify Pipe to return an RRef."

    As per proposal in #44827,
    the API needs to return an RRef to support inter-host pipelining.
    
    For now, we just return a local RRef and only support pipeline on a single
    host. But having this change in the API upfront ensures we don't make any BC
    breaking changes later.
    
    Differential Revision: [D24914022](https://our.internmc.facebook.com/intern/diff/D24914022/)
    
    [ghstack-poisoned]
    pritamdamania committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    117dd50 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Update on "Modify Pipe to return an RRef."

    As per proposal in #44827,
    the API needs to return an RRef to support inter-host pipelining.
    
    For now, we just return a local RRef and only support pipeline on a single
    host. But having this change in the API upfront ensures we don't make any BC
    breaking changes later.
    
    Differential Revision: [D24914022](https://our.internmc.facebook.com/intern/diff/D24914022/)
    
    [ghstack-poisoned]
    pritamdamania committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    652f2ec View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Update on "Modify Pipe to return an RRef."

    As per proposal in #44827,
    the API needs to return an RRef to support inter-host pipelining.
    
    For now, we just return a local RRef and only support pipeline on a single
    host. But having this change in the API upfront ensures we don't make any BC
    breaking changes later.
    
    Differential Revision: [D24914022](https://our.internmc.facebook.com/intern/diff/D24914022/)
    
    [ghstack-poisoned]
    pritamdamania committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    edc54d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Update on "Modify Pipe to return an RRef."

    As per proposal in #44827,
    the API needs to return an RRef to support inter-host pipelining.
    
    For now, we just return a local RRef and only support pipeline on a single
    host. But having this change in the API upfront ensures we don't make any BC
    breaking changes later.
    
    Differential Revision: [D24914022](https://our.internmc.facebook.com/intern/diff/D24914022/)
    
    [ghstack-poisoned]
    pritamdamania committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    d1c29ea View commit details
    Browse the repository at this point in the history
  2. Update on "Modify Pipe to return an RRef."

    As per proposal in #44827,
    the API needs to return an RRef to support inter-host pipelining.
    
    For now, we just return a local RRef and only support pipeline on a single
    host. But having this change in the API upfront ensures we don't make any BC
    breaking changes later.
    
    Differential Revision: [D24914022](https://our.internmc.facebook.com/intern/diff/D24914022/)
    
    [ghstack-poisoned]
    pritamdamania committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    a4997ae View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Update on "Modify Pipe to return an RRef."

    As per proposal in #44827,
    the API needs to return an RRef to support inter-host pipelining.
    
    For now, we just return a local RRef and only support pipeline on a single
    host. But having this change in the API upfront ensures we don't make any BC
    breaking changes later.
    
    Differential Revision: [D24914022](https://our.internmc.facebook.com/intern/diff/D24914022/)
    
    [ghstack-poisoned]
    pritamdamania committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    d03229f View commit details
    Browse the repository at this point in the history