We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a331320 commit 08ae695Copy full SHA for 08ae695
src/spmd.jl
@@ -1,6 +1,6 @@
1
module SPMD
2
3
-using Distributed: RemoteChannel, myid, procs, remote_do, remotecall_fetch
+using Distributed: RemoteChannel, myid, procs, remote_do, remotecall_fetch, remotecall_wait
4
using ..DistributedArrays: DistributedArrays, gather, next_did
5
6
export sendto, recvfrom, recvfrom_any, barrier, bcast, scatter, gather
0 commit comments