UCP/API: add estimated bandwidth query to ucp_ep_query#11308
Open
ndg8743 wants to merge 2 commits intoopenucx:masterfrom
Open
UCP/API: add estimated bandwidth query to ucp_ep_query#11308ndg8743 wants to merge 2 commits intoopenucx:masterfrom
ndg8743 wants to merge 2 commits intoopenucx:masterfrom
Conversation
Add UCP_EP_ATTR_FIELD_ESTIMATED_BW field to ucp_ep_attr_t that allows querying the estimated aggregate bandwidth (bytes/sec) for a given local/remote memory type pair on an endpoint. The caller sets local_mem_type and remote_mem_type and the implementation returns the sum of bandwidths across all data lanes whose memory domain supports the requested memory type. Closes openucx#6254
226769b to
502bc7e
Compare
Author
|
CI failures are infrastructure flakes on RoCE workers, unrelated to the bandwidth query API change:
None of these tests exercise the ucp_ep_query path. Retriggering CI. |
80d014a to
502bc7e
Compare
502bc7e to
ed3d69e
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
UCP_EP_ATTR_FIELD_ESTIMATED_BWfield toucp_ep_attr_tallowing users to query the estimated aggregate bandwidth (bytes/sec) for a given local/remote memory type pair on an endpoint.local_mem_typeandremote_mem_typebefore callingucp_ep_query(), and the implementation returns the sum of bandwidths across data lanes whose memory domain supports the requested memory type.Closes #6254