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

Adds optimizations to the UCX DTL to improve performance #58

Closed
wants to merge 25 commits into from

Conversation

ilumsden
Copy link
Collaborator

This PR adds optimizations to the UCX DTL to improve DYAD's performance. Currently, the optimizations that will be added are:

  1. Allocating memory buffers using UCX
  2. Running a warmup communication with self to help initialize UCX components
  3. Cache UCX endpoints in server to minimize the number of connection establishments required

@ilumsden ilumsden added the enhancement New feature or request label Dec 13, 2023
@ilumsden ilumsden self-assigned this Dec 13, 2023
@ilumsden
Copy link
Collaborator Author

Note that this PR is based on #56 to allow us to use the most recently updated CI for automated testing

@ilumsden ilumsden force-pushed the ucx_opts branch 2 times, most recently from 39a44f8 to 0c39407 Compare December 21, 2023 18:53
@ilumsden ilumsden force-pushed the ucx_opts branch 2 times, most recently from e747495 to ad94370 Compare January 2, 2024 22:48
@ilumsden ilumsden force-pushed the ucx_opts branch 2 times, most recently from f1ed369 to 39570ce Compare January 10, 2024 22:38
@ilumsden
Copy link
Collaborator Author

Verify that this was worked into another PR. If so, close.

@ilumsden ilumsden closed this Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants