!31046 UPDATE THE EC TRANSLATION

Merge pull request !31046 from 宦晓玲/master
This commit is contained in:
i-robot 2022-03-10 06:29:34 +00:00 committed by Gitee
commit eb7cbe8861
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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创建的默认通信组。