harshvardhangupta
71f92a5b6d
fix ci warnings in dbg
4 years ago
TinaMengtingZhang
05252d1303
remove unused files in ccsrc/debug
4 years ago
Zhang Qinghua
b9e70acf77
Correct the number in the stack when meet forwarded config.
4 years ago
i-robot
40370dc8d7
!20078 Export IR with FV informations.
Merge pull request !20078 from 张清华/opt
4 years ago
i-robot
85f773abbc
!20171 fix inputs size error
Merge pull request !20171 from huanghui/fix-export-paras-size-error
4 years ago
Parastoo Ashtari
a5d749a521
fixed multigraph wp issue
4 years ago
i-robot
960b8cb1a8
!20116 fix online debug overflow wp
Merge pull request !20116 from john_tzanakakis/jt_bug_fixes
4 years ago
huanghui
3dde001d83
fix inputs size error
4 years ago
Zhang Qinghua
a9f58484b0
Export IR with FV informations.
4 years ago
Parastoo Ashtari
cdd7a672bd
fixed core dump issue in bert net
4 years ago
John Tzanakakis
39294bedfd
fix online debug overflow wp
4 years ago
i-robot
c1b7791c29
!19778 Change all fullname_with_scope call in dump and debugger
Merge pull request !19778 from TinaMengtingZhang/dump_data_diff
4 years ago
i-robot
102021020d
!19772 seg fault and existing dump fix
Merge pull request !19772 from john_tzanakakis/jt_bug_fixes
4 years ago
i-robot
8af75646c1
!19821 Fix the unchanged iteration id on cpu
Merge pull request !19821 from maning202007/master
4 years ago
TinaMengtingZhang
b9e391b6ae
Change fullname_with_scope in dump and online debugger
4 years ago
Zhang Qinghua
f7ffc03249
Dump func graph where to call the node.
4 years ago
maning202007
97005570a3
Fix the unchanged iteration id on cpu
4 years ago
John Tzanakakis
a0c6e29312
seg fault and existing dump fix
4 years ago
i-robot
1a2fbdb6ac
!19604 Record and Dump func graph call stack with context info.
Merge pull request !19604 from 张清华/opt0
4 years ago
Zhang Qinghua
9670b99f1b
Record and Dump func graph call stack with context info.
4 years ago
Parastoo Ashtari
eddbd0300f
fixing dump iteration 1 issue in gpu
4 years ago
i-robot
e31f46c3f4
!19415 Fix the decode error in debugger when send multigraphs
Merge pull request !19415 from maning202007/master
4 years ago
i-robot
bbd6235546
!19426 Fixing load async tensor issue on ascend
Merge pull request !19426 from parastooashtari/async_dump
4 years ago
i-robot
d9b8429631
!19424 Fixing CPU dump issue
Merge pull request !19424 from parastooashtari/cpu_dump
4 years ago
i-robot
7dffa5096c
!19427 Fix offline dbg issue: multiple read_tensor output if dumping twice
Merge pull request !19427 from TinaMengtingZhang/multi_output_when_dump_twice
4 years ago
i-robot
2d28931533
!19114 [MS][RDR] Add method for checking GLOG_log_dir in C++ module
Merge pull request !19114 from louie5/master
4 years ago
Parastoo Ashtari
81a289d084
Fix for load async tensor on acend issue
4 years ago
TinaMengtingZhang
4147e1bd9a
get multiple dump result when dump twice
4 years ago
Parastoo Ashtari
a86a38080f
Fixed CPU dump error
4 years ago
maning202007
ffeb929a0d
Fix the decode error in debugger when send multigraphs
4 years ago
louie5
ef98f259ce
create directory of log files using 'GLOG_log_dir' in c++ frontend while it does not exist
check the real path of directory whether valid
4 years ago
i-robot
fa0d79478d
!19169 actor runtime support CPU dump
Merge pull request !19169 from limingqi107/actor_runtime2
4 years ago
i-robot
66c03ebc06
!19314 Fix receive WaitCMD instead of terminate for multigraph on GPU issue
Merge pull request !19314 from parastooashtari/master
4 years ago
limingqi107
e761655a42
actor runtime support CPU dump
4 years ago
Parastoo Ashtari
a153f6b35f
Fix receive WaitCMD instead of terminate for multigraph GPU
4 years ago
zhousiyi
a5b4e7bbf8
lift fv before grad except weight, then convert
switch(cond, partial(g1, xs), partial(g2, ys))(Zs)
to
switch(cond, g1, g2)(Xs, Ys, Zs)
switch_layer(index, make_tuple(partial(g1, xs), partial(g2, ys)))(Zs)
to
switch_layer(index, make_tuple(g1, g2))(Xs, Ys, Zs)
put Zs at last when unifyparameter as it may have u-monad or io-monad
use joined args other than broadened one as some extra parameter which is not a parameter of while_header can be add to while_body
inline fprop_switch forcely
reorder the parameter if one of the parameter is Monad when incorporate call
incorporate switch tuple_getitem if item 0 of tuple is EnvInstance or
item 1 of tuple is bprop function
addn with shape() and shape(1)
remove context_ from FuncGraphEvaluator to make it re-entry able to resolve evaluator stuck issue because of re-entry of the same FuncGraphEvaluator
5 years ago
i-robot
35e35d5af4
!19077 Trace CNode Enter&Leave during StackFrame jump.
Merge pull request !19077 from 张清华/opt
4 years ago
i-robot
a230e0e62c
!19185 Fix missing parameter name issue in dump and incorrect read tensor output size in offline debugger
Merge pull request !19185 from TinaMengtingZhang/bugfix_miss_param_name
4 years ago
i-robot
bb76628b70
!18983 infer optimize to support determined fun first goes
Merge pull request !18983 from lanzhineng/infer_optv3
4 years ago
TinaMengtingZhang
9a68c26fc6
Fix issues: 1.missing parameter name in dump; 2.too much read tensor output in offline debugger
4 years ago
Parastoo Ashtari
4e4be17648
SetDebugger for MindRTBackend and clean debug_actor code
4 years ago
limingqi107
406c252834
enable mindRT
4 years ago
Zhang Qinghua
3b85a38c9d
Trace CNode Enter&Leave during StackFrame jump.
4 years ago
lanzhineng
e2adafed3b
infer opt: determined fun graph first runs & opt exception handle
4 years ago
Parastoo Ashtari
e2a4172560
make gpu dump truly async
4 years ago
i-robot
3629df552c
!18937 upgrade_ascend_0626_mindspore
Merge pull request !18937 from mindspore_ding/upgrade_ascend_0626
4 years ago
dingpeifei
63784e49f5
upgrade_ascend_0626_mindspore
4 years ago
i-robot
97fa0e6398
!18613 fix issues for code check
Merge pull request !18613 from jiangshuqiang/fix_code_check
4 years ago
i-robot
007707904e
!18897 use -1 iteration for init state and fix missing tensor read outputs
Merge pull request !18897 from john_tzanakakis/jt_bug_fixes
4 years ago
i-robot
9886aa613e
!18845 Fix dump failure when const node is string type
Merge pull request !18845 from TinaMengtingZhang/bugfix_dump_fail_with_summaryop
4 years ago