Browse Source

Change profiling reporter max len to 1024

pull/14662/head
caifubi 5 years ago
parent
commit
2f0d998eff
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ccsrc/runtime/device/ascend/profiling/reporter/desc_reporter.cc

+ 1
- 1
mindspore/ccsrc/runtime/device/ascend/profiling/reporter/desc_reporter.cc View File

@@ -19,7 +19,7 @@
#include "runtime/device/ascend/profiling/profiling_manager.h"
#include "utils/log_adapter.h"

constexpr size_t kReportMaxLen = 2048;
constexpr size_t kReportMaxLen = 1024;

namespace mindspore {
namespace device {


Loading…
Cancel
Save