forked from mindspore-Ecosystem/mindspore
13 lines
421 B
ReStructuredText
13 lines
421 B
ReStructuredText
mindspore.communication
|
|
=======================
|
|
|
|
.. automodule:: mindspore.communication
|
|
:members:
|
|
|
|
.. py:data:: mindspore.communication.HCCL_WORLD_COMM_GROUP
|
|
|
|
The string of "hccl_world_group" referring to the default communication group created by HCCL.
|
|
|
|
.. py:data:: mindspore.communication.NCCL_WORLD_COMM_GROUP
|
|
|
|
The string of "nccl_world_group" referring to the default communication group created by NCCL. |