!1058 kTaskNumPerHcclNode

From: @dimitri_rose
Reviewed-by: @ji_chen,@xchu42
Signed-off-by: @startzgf168
pull/1058/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit a8c137e5eb

@ -36,7 +36,7 @@ using std::vector;
namespace {
const uint32_t kMaxSwitchStreamNum = 1;
const int64_t kTaskNumPerNormalNode = 3;
const int64_t kTaskNumPerHcclNode = 200;
const int64_t kTaskNumPerHcclNode = 245;
const char *const kTrueStr = "true";
const char *const kFalseStr = "false";

Loading…
Cancel
Save