add translation

This commit is contained in:
zhangyi 2022-03-09 17:18:59 +08:00
parent 6a070054bd
commit 42fc441183
1 changed files with 8 additions and 0 deletions

View File

@ -214,3 +214,11 @@ mindspore.communication
- **TypeError** 在参数 `group` 不是字符串时抛出。
- **ValueError** 在参数 `group``hccl_world_group` 或后台不可用时抛出。
- **RuntimeError** `HCCL``NCCL` 服务不可用时抛出。
.. py:data:: mindspore.communication.HCCL_WORLD_COMM_GROUP
"hccl_world_group"字符串指的是由HCCL创建的默认通信组。
.. py:data:: mindspore.communication.NCCL_WORLD_COMM_GROUP
"nccl_world_group"字符串指的是由NCCL创建的默认通信组。