Change Device Number to 4096

This commit is contained in:
huangxinjing 2021-07-12 16:19:29 +08:00
parent 1ac696d044
commit e9a50de9fe
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
namespace mindspore {
namespace parallel {
#define MAX_DEVICE_NUM 1024
#define MAX_DEVICE_NUM 4096
constexpr char HCCL_BACKEND[] = "hccl";
constexpr char NCCL_BACKEND[] = "nccl";