This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Change profiling reporter max len to 1024
pull/14662/head
caifubi
5 years ago
parent
58f3ea002d
commit
2f0d998eff
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 {
Write
Preview
Loading…
Cancel
Save