Browse Source

kTaskNumPerHcclNode

pull/1058/head
lianghao 4 years ago
parent
commit
3dd23c428e
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