-
Notifications
You must be signed in to change notification settings - Fork 33
Add blocking progress mode to Python async #116
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
Merged
rapids-bot
merged 39 commits into
rapidsai:branch-0.41
from
pentschev:python-async-blocking-mode
Oct 22, 2024
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
6dae328
Expose `ucxx::Worker` epoll file descriptor getter
pentschev 155ab58
Add blocking progress mode to Python async
pentschev 1c1ab87
Test blocking mode in CI
pentschev e5f4a40
Disable Python future on `blocking` mode testing
pentschev 7952ef1
Merge remote-tracking branch 'upstream/branch-0.36' into python-async…
pentschev edd3192
Add timeout to Python's async blocking progress mode
pentschev e3f9cc3
Support blocking mode in 'send_recv` Python benchmark
pentschev b5f95f0
Schedule cancelation in `ProgressTask` deleter
pentschev 60e49d1
Rerun CI
pentschev 91ab7bf
Revert accidental CI script changes
pentschev 26480a5
Disable blocking progress mode delayed submission benchmarks
pentschev 6da6c5b
Merge remote-tracking branch 'upstream/branch-0.36' into python-async…
pentschev 80d7e14
Merge remote-tracking branch 'upstream/branch-0.36' into python-async…
pentschev 2b7c4cf
Merge remote-tracking branch 'upstream/branch-0.36' into python-async…
pentschev 77b3659
Remove `pytest.mark.gpu`
pentschev 1e3c55e
Merge branch 'branch-0.40' into python-async-blocking-mode
pentschev 755bc97
Merge remote-tracking branch 'origin/python-async-blocking-mode' into…
pentschev e22b227
Re-enable blocking Distributed tests in CI
pentschev c6f9654
Merge branch 'branch-0.40' into python-async-blocking-mode
pentschev d4a8795
Merge remote-tracking branch 'upstream/branch-0.40' into python-async…
pentschev 71d3697
Merge remote-tracking branch 'origin/python-async-blocking-mode' into…
pentschev c800ca4
Fix progress timeout and docstrings
pentschev 18e3cf0
Cancel progress tasks before closing of event loop
pentschev 2ffac66
Merge remote-tracking branch 'upstream/branch-0.41' into python-async…
pentschev c5c2ceb
Use `partial` to rewrite `event_loop.close`
pentschev 279cb4c
Reset `self.asyncio_task` to `None` after cancellation
pentschev c624898
Fix comments' phrasing
pentschev 5769f31
Cancel `_arm_worker` instead of `sock_recv`
pentschev 4f7a7f2
Merge branch 'branch-0.41' into python-async-blocking-mode
pentschev 23bb0bb
Merge branch 'branch-0.41' into python-async-blocking-mode
pentschev 01cbe8a
Merge branch 'branch-0.41' into python-async-blocking-mode
pentschev 50d3f47
Merge remote-tracking branch 'upstream/branch-0.41' into python-async…
pentschev dbb6386
Revert "Resolve thread-safety issues in distributed-ucxx (#295)"
pentschev 8e4bc38
Adjust properties and blocking progress mode initialization
pentschev a806e45
Merge remote-tracking branch 'origin/python-async-blocking-mode' into…
pentschev 9e2d017
Fix unreachable test
pentschev 94d05e9
Merge branch 'branch-0.41' into python-async-blocking-mode
pentschev caf67f9
Ensure writer is closed to prevent Distributed check failure
pentschev 74913fa
Merge remote-tracking branch 'origin/python-async-blocking-mode' into…
pentschev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.