-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
cfp-runtimeCodeflare pipelines runtimeCodeflare pipelines runtimeenhancementNew feature or requestNew feature or requestuser-storyUser storyUser story
Description
Overview
For uniformity of input output to pipeline stages, we need to have a list of Future references to Xy objects. Since Ray remote calls always return a future reference and we return a holder class with reference to X and y, which are compute tasks that can be in flight. A list of references allows for the parallelization of operations.
Uniformity of data exchange is enabled by choosing a list of future references as the way to exchange data.
Acceptance Criteria
- Move away from current implementation to a future references implementation
Questions
Assumptions
Reference
Metadata
Metadata
Assignees
Labels
cfp-runtimeCodeflare pipelines runtimeCodeflare pipelines runtimeenhancementNew feature or requestNew feature or requestuser-storyUser storyUser story