Browse Source

!767 for perfmance

From: @youui
Reviewed-by: @ji_chen,@xchu42
Signed-off-by: @ji_chen
pull/767/MERGE
mindspore-ci-bot Gitee 4 years ago
parent
commit
72eef81746
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/graph/build/task_generator.cc

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

@@ -54,7 +54,7 @@ const uint64_t kProfilingFpStartLogid = 1;
const uint64_t kProfilingBpEndLogid = 2; const uint64_t kProfilingBpEndLogid = 2;
const uint64_t kProfilingArStartLogid = 3; const uint64_t kProfilingArStartLogid = 3;
const uint64_t kProfilingArEndLogid = 4; const uint64_t kProfilingArEndLogid = 4;
const uint64_t kProfilingIterEndLogid = 255;
const uint64_t kProfilingIterEndLogid = 65535;
const int64_t kHashFactor = 100000; const int64_t kHashFactor = 100000;
const int64_t kInvalidGroupId = -1; const int64_t kInvalidGroupId = -1;
} // namespace } // namespace


Loading…
Cancel
Save