From ece3e4a68d4827d8e0054cb31cf216c56ca999ab Mon Sep 17 00:00:00 2001 From: weiyang Date: Fri, 25 Dec 2020 14:29:04 +0800 Subject: [PATCH] for profiling --- ge/graph/build/task_generator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/graph/build/task_generator.cc b/ge/graph/build/task_generator.cc index 2089ad31..7e45ad61 100755 --- a/ge/graph/build/task_generator.cc +++ b/ge/graph/build/task_generator.cc @@ -54,7 +54,7 @@ const uint64_t kProfilingFpStartLogid = 1; const uint64_t kProfilingBpEndLogid = 2; const uint64_t kProfilingArStartLogid = 3; const uint64_t kProfilingArEndLogid = 4; -const uint64_t kProfilingIterEndLogid = 255; +const uint64_t kProfilingIterEndLogid = 65535; const int64_t kHashFactor = 100000; const int64_t kInvalidGroupId = -1; } // namespace