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

implement runner-initiated split path #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iasoon
Copy link
Member

@iasoon iasoon commented Nov 18, 2022

closes #22

@iasoon iasoon requested a review from pabloem November 18, 2022 11:43
@iasoon iasoon force-pushed the runner-initiated-splits branch 2 times, most recently from e3d2d32 to 6790427 Compare November 18, 2022 12:55
@iasoon iasoon force-pushed the runner-initiated-splits branch from 6790427 to f12fd6b Compare November 18, 2022 16:59
@iasoon
Copy link
Member Author

iasoon commented Dec 3, 2022

Does anything more have to be done to merge this? @pabloem @pdames

@@ -57,6 +59,7 @@ def ray_execute_bundle(
transform_buffer_coder: Mapping[str, typing.Tuple[bytes, str]],
expected_outputs: translations.DataOutput,
stage_timers: Mapping[translations.TimerFamilyId, bytes],
split_manager,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't see we update the call to ray_execute_bundle() with this new split_manager in this patch? Did i miss anything?

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.

Support the runner-requested-split path for SDF
2 participants