Skip to content

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 <joseph.schuchart@stonybrook.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant