Browse Source

!1058 kTaskNumPerHcclNode

From: @dimitri_rose
Reviewed-by: @ji_chen,@xchu42
Signed-off-by: @startzgf168
pull/1058/MERGE
mindspore-ci-bot Gitee 4 years ago
parent
commit
a8c137e5eb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/graph/build/stream_allocator.cc

+ 1
- 1
ge/graph/build/stream_allocator.cc View File

@@ -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