forked from NVIDIA/spark-rapids
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change shuffle metadata messages to use UCX Active Messages (NVIDIA#2409
) * Change metadata messages to use Active Messages Signed-off-by: Alessandro Bellina <abellina@nvidia.com> * Code review comments * Comments: copyright, visibility, tests, conf check * Comments: spacing * Comments: private final, no side effects in BSS * Comments: simplify UCXActiveMessage * Comments: UCX.scala better comments, interface changes * Comments: UCX.scala putIfAbsent * Comments: small cleanup in UCX.scala * Move some static tag-handling functions out of the UCXConnection instances. To help testing * Fix a couple of bugs I introduced during refactorings in this PR * Comments: Refactor Active Message registrations a bit * Update comment * UCXConnectionSuite * Comments: shift-then-mask while extracting executorId * Add a few test cases touching the active message header generation * Comments: Make request am handler a constructor argument * Fix RequestActiveMessageRegistration
- Loading branch information
Showing
22 changed files
with
1,057 additions
and
682 deletions.
There are no files selected for viewing
This file contains 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
357 changes: 304 additions & 53 deletions
357
shuffle-plugin/src/main/scala/com/nvidia/spark/rapids/shuffle/ucx/UCX.scala
Large diffs are not rendered by default.
Oops, something went wrong.
344 changes: 238 additions & 106 deletions
344
shuffle-plugin/src/main/scala/com/nvidia/spark/rapids/shuffle/ucx/UCXConnection.scala
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 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 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 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 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 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.