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

Make datatype copy stream-aware #12570

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

devreal
Copy link
Contributor

@devreal devreal commented May 23, 2024

This is the third chunk of #12318, which makes datatype copying stream-aware. This will be needed in the coll components to order data movement with kernel invocations.

Adds ompi_datatype_copy_content_same_ddt_stream (and opal equivalent), which takes a stream that is used to submit a series of stream-aware memcpy/memmove operations. If no stream is provided, the default stream is used and synchronized at the end.

Requires #12356, will rebase once that's merged.

Adds `ompi_datatype_copy_content_same_ddt_stream` (and opal equivalent),
which takes a stream that is passed to opal and used there with
stream-aware memcpy/memmove.

Signed-off-by: Joseph Schuchart <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant