mpi send use input as output (#1750)
* mpi send use input as output * move earlier
This commit is contained in:
@@ -148,7 +148,7 @@ void init_distributed(nb::module_& parent_module) {
|
||||
in which case the default stream of the default device is used.
|
||||
|
||||
Returns:
|
||||
array: An empty array which when evaluated the send is performed.
|
||||
array: An array identical to ``x`` which when evaluated the send is performed.
|
||||
)pbdoc");
|
||||
|
||||
m.def(
|
||||
|
||||
Reference in New Issue
Block a user