Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Cleanup
  • Loading branch information
syed-ahmed committed May 15, 2023
commit 23959f1767befb906c01d63a1cb22f23a08e7de9
2 changes: 2 additions & 0 deletions torch/csrc/distributed/c10d/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2195,6 +2195,8 @@ Example::
&::c10d::ProcessGroupNCCL::Options::is_high_priority_stream);
#endif

#endif

#ifdef USE_C10D_MPI
auto processGroupMPI =
intrusive_ptr_no_gil_destructor_class_<::c10d::ProcessGroupMPI>(
Expand Down