Skip to content

Commit

Permalink
delete barrier
Browse files Browse the repository at this point in the history
  • Loading branch information
liufengwei0103 committed Sep 16, 2021
1 parent 7ddf79a commit aa397ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/source/comm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ oneflow communication function
reduce_scatter,
send,
recv,
barrier,
1 change: 0 additions & 1 deletion python/oneflow/comm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from oneflow.comm.comm_ops import scatter
from oneflow.comm.comm_ops import reduce
from oneflow.comm.comm_ops import all_to_all
from oneflow.comm.comm_ops import barrier
from oneflow.comm.comm_ops import reduce_scatter
from oneflow.comm.comm_ops import gather
from oneflow._C import send, recv

0 comments on commit aa397ea

Please sign in to comment.