xiefangqi
24ac2382ff
mac compile
4 years ago
i-robot
2b2194b0f4
!25602 Dump tensor statistics in csv format
Merge pull request !25602 from Jimmy Qi/csvdump
4 years ago
Jimmy Qi
b21c099767
Add option to dump tensor statistics in csv format
4 years ago
lby
ab0efba450
easy using for kernel select log print
4 years ago
i-robot
9916e5844d
!26170 Fix cyclomatic complexity
Merge pull request !26170 from hewei/fix_ccn
4 years ago
i-robot
6c587dc2d3
!25391 Support to profiling parallel strategy
Merge pull request !25391 from ougongchang/profiling_stategy
4 years ago
He Wei
c7910cbd37
Fix cyclomatic complexity
4 years ago
ougongchang
9229f1c1ff
profiler support to collect parallel strategy info
If SetNodeOutputType functions forcibly splits into multiple functions, the readability decreases, so it blocks lizard scans
4 years ago
yangzhenzhang
8431ba616c
add output strategy for op init
4 years ago
i-robot
302b797747
!26018 Avoid print duplicate error msg while exception.
Merge pull request !26018 from zhangzhaoju/master_dup_log
4 years ago
i-robot
938da844be
!25916 correct log level
Merge pull request !25916 from john_tzanakakis/jt_bug_fixes
4 years ago
i-robot
623f75a947
!25962 Fix issue for graph history in async dump when dataset_sink_mode=true
Merge pull request !25962 from parastooashtari/multi_root_graph_dump
4 years ago
zhangzhaoju
297687d43f
Avoid print duplicate error msg while exception.
4 years ago
yelihua
cfa8c7a0e8
update OWNERS
4 years ago
Parastoo Ashtari
4acbd2a3c9
Fix issue for graph history in async dump when dataset_sink_mode=true
4 years ago
John Tzanakakis
61c18e522c
correct log level
4 years ago
i-robot
257bb3500d
!25785 change dump path to avoid invalid symbol in ci path
Merge pull request !25785 from yelihua/dev
4 years ago
i-robot
76f4f77cc2
!24520 Add graph run history to dump structure
Merge pull request !24520 from parastooashtari/multi_root_graph_dump
4 years ago
i-robot
f30edf5c4b
!25729 unify RDR configuration mode and data export path policy
Merge pull request !25729 from liangyongxiong/rdr
4 years ago
He Wei
fd8bbb4d96
Optimize isa() and type id related code.
1. Let 'isa<T>()' calls 'IsSameTypeId()' when T is final,
and we add 'final' mark to some final classes derived from Base;
2. Generate type id at compile time using constexpr hash function,
remove TypeIdManager and related code;
3. Add a tool script 'scripts/check_tid.sh' to check tid uniqueness;
4. Improve type search in 'proto_exporter.cc' and 'convert_utils_py.cc';
5. Add some missed MS_DECLARE_PARENT;
6. Ensure calls of 'parent_t::IsFromTypeId()' are all inlined.
4 years ago
parastooashtari
1a59dc37bf
add graph execution order history to dump
4 years ago
yelihua
f9f2058055
change dump path to avoid invalid symbol in path
4 years ago
liangyongxiong
e861f42160
unify RDR configuration mode and data export path policy
4 years ago
i-robot
7259b74092
!25579 Fix the test_async_overflow_watchpoints_hit smoke test error
Merge pull request !25579 from maning202007/master
4 years ago
John Tzanakakis
254e4c9705
use root instead of subgraph id for overflow
4 years ago
maning202007
62db88f8e2
Fix the test_async_overflow_watchpoints_hit smoke test error
Change the LOG of setting mode to EXCEPTION level
4 years ago
maning202007
badfaadc0d
Fix code warnings in debugger
4 years ago
He Wei
7fb80fff03
Refactor and optimize debug trace
1. Use static 'name' and 'symbol' for TraceInfo, avoid copy them;
2. Refactor DebugInfo, move 'debug_id' down to GraphDebugInfo;
3. Make Location, TraceContext immutable;
4. Optimize trace context stack, use value instead of shared_ptr;
5. TraceInfo, DebugInfo no longer inherit from Base.
4 years ago
maning202007
8ee33007b1
add const to the data_ptr definition
Fix pclint for debugger
fix bugs
fix duplicated code issue
Fix the depth of method over 4 issue
fix comments
fix CI errors
remove redundancy arguments
4 years ago
Jimmy Qi
e8371fffda
correctly return false when tensor is not found in tensor loader
4 years ago
i-robot
8df1bd14a1
!24986 Change printed log's level in dump_proto.cc
Merge pull request !24986 from huanghui/change-log-level
4 years ago
huanghui
3785b6d1b4
change printed log's level
4 years ago
i-robot
7ef95c4df9
!24874 Code clean of mc
Merge pull request !24874 from chenfei_mindspore/code_clean_1012
4 years ago
i-robot
73e545c56f
!23799 Fix debugger exit timing too long issue due to heartbeat thread
Merge pull request !23799 from sabrinasun_59ee/heartbeat
4 years ago
chenfei
16bff0128a
code clean 1012
4 years ago
sabrinasun
41d737553a
sync commercial branch self check fix to master
4 years ago
sabrinasun
8290c69d55
fix exit time too long issue
4 years ago
i-robot
e920a1c07e
!24593 Continue execution when saving and loading mindir failed
Merge pull request !24593 from YuJianfeng/master
4 years ago
yujianfeng
d384db6c01
Continue execution when saving and loading mindir failed
4 years ago
Margaret_wangrui
f5791cf62e
clean pclint
4 years ago
John Tzanakakis
7e7b444c63
remove verbose option from DbgServices
4 years ago
TinaMengtingZhang
f84b27b444
sync code self check from dev 1.1
4 years ago
i-robot
f52a1b531d
!24455 use ms logging instead of custom debugger logging
Merge pull request !24455 from john_tzanakakis/jt_bug_fixes
4 years ago
John Tzanakakis
76c6af7722
use ms logging instead of custom debugger logging
4 years ago
huanghui
2da0810195
clean code
4 years ago
i-robot
c01db84465
!24439 Fix offline debugger segmentation fault for async dump
Merge pull request !24439 from parastooashtari/offline_dbg_bug
4 years ago
Parastoo Ashtari
6a568bfb5c
fix offline debugger async dump segmentation fault issue
4 years ago
yanghaitao1
a30b940ad3
add commiter to OWNERS files
4 years ago
i-robot
cc942874b2
!24112 code self check for modul debug
Merge pull request !24112 from huanghui/code-self-check-0926
4 years ago
i-robot
8c93e77688
!24079 Sync code warning fix to master
Merge pull request !24079 from sabrinasun_59ee/warning
4 years ago