Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python/binding_c: Add streamsync directive
Extend the functionality of MPIX stream by allowing passing a stream communication with local gpu stream to regular MPI functions. The semantics is to run an implicit gpu stream synchronize before the MPI operation. This is semantically serializing the MPI oepration with the GPU stream, albeit in a heavy handed way.
- Loading branch information