Change profiling reporter max len to 1024

This commit is contained in:
caifubi 2021-03-29 21:03:34 +08:00
parent 58f3ea002d
commit 2f0d998eff
1 changed files with 1 additions and 1 deletions

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 {