-
Notifications
You must be signed in to change notification settings - Fork 50
Reorganize delayed submission with operation-specific data and expose tag mask #121
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
Merged
Changes from 30 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
c2ee054
Add `DelayedSubmissionData`
pentschev 661092b
RequestTagMulti
pentschev 78542d6
Expose tag mask to C++ and Python sync APIs
pentschev 5263864
Add default tag mask value to Python core API
pentschev b007af6
Add `ucxx::TagMaskFull` constant
pentschev 7b2e2d0
Update test to match latest cuDF changes
pentschev 9b9b5f2
Merge remote-tracking branch 'upstream/branch-0.36' into tag-mask
pentschev a6be101
Merge remote-tracking branch 'upstream/branch-0.36' into tag-mask
pentschev 745e6e6
Merge remote-tracking branch 'upstream/branch-0.36' into tag-mask
pentschev d706c32
Use strong C++ types `Tag` and `TagMask` instead of `ucp_tag_t`
pentschev 9dac813
Add Python types for tags
pentschev 5037e8f
Use `std::variant` for `ucxx::DelayedSubmissionData`
pentschev 89e17a6
Add transfer direction to `ucxx::DelayedSubmission`
pentschev 3d50c74
Fix exception's transfer direction
pentschev c8c656f
Replace `bool send` with new `TransferDirection`
pentschev 43acf5b
Merge remote-tracking branch 'upstream/branch-0.36' into tag-mask
pentschev f673cdc
Add missing `types.py`
pentschev 1537e1e
Expose `CallbackNotifier` via `ucxx/api.h`
pentschev e80759b
Use `std::variant` and `std::visit` to handle request data
pentschev 565083e
Fix `request_data.h` include
pentschev 167b5cf
Fix active message send
pentschev 552133d
Zero-sized tag and active messages should be supported
pentschev c644dc6
Test zero-sized messages
pentschev fc63a0e
Use flag to copy AM send header
pentschev 18288c8
Use `std::visit` return value to set `terminate`
pentschev 8385ada
Define custom `TagPair` type in `request_tag_multi.cpp`
pentschev ffc1c10
Do not specify argument name where unneeded and use `decltype`
pentschev d4d44bb
Delete unintendeded `RequestData` default constructors
pentschev 3558c0b
Use `std::variant` in constructors
pentschev a5742ac
Use `std::numeric_limits` to set `TagMaskFull` value
pentschev 05fcb93
Remove unnecessary "by-reference" template
pentschev 3593cb1
Remove typo in SPDX comment
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
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.