forked from huawei/mindspore2022
Change Device Number to 4096
This commit is contained in:
parent
1ac696d044
commit
e9a50de9fe
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue