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

[WIP] New executor API prototype #30222

Closed
wants to merge 26 commits into from

Conversation

ericl
Copy link
Contributor

@ericl ericl commented Nov 11, 2022

Why are these changes needed?

This PR prototypes a new execution backend for Datasets that supports flexible switching between bulk synchronous and pipelined execution modes.

This PR is for internal discussion only. A REP will follow that defines the motivation and formal design.

Code organization:

  • execution/interfaces.py -- boundary interfaces between the execution module and the rest of Datasets
    • RefBundle, PhysicalOperator, Executor, OneToOneOperator, AllToAllOperator, ExchangeOperator
  • execution/operators.py -- operator implementation
    • InputDataBuffer, MapOperator, ...
  • execution/bulk_executor.py -- bulk executor implementation
    • BulkExecutor

TODO:

  • prototype basic synchronous execution
  • prototype PipelinedExecutor implementation
  • prototype integration with ComputeStrategy
  • prototype AllToAll operator implementation
  • prototype Datasets plan integration

Signed-off-by: Eric Liang <[email protected]>

write docs

Signed-off-by: Eric Liang <[email protected]>

wip

Signed-off-by: Eric Liang <[email protected]>

wip

Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
Signed-off-by: Eric Liang <[email protected]>
@ericl ericl closed this Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant