maning202007
2b3d215ef8
Fix the forever loop for multigraph on gpu
4 years ago
i-robot
d5d5487611
!20221 Remove system calls from dump functions
Merge pull request !20221 from parastooashtari/remove_system_calls
4 years ago
l00591931
d2a44c02da
Code fix
4 years ago
Parastoo Ashtari
63273a6599
Replace system calls with c++ calls
4 years ago
huangbingjian
2e863dbccc
fix clean code problem
4 years ago
i-robot
7a4837c80c
!20385 ci format check error fix.
Merge pull request !20385 from zhangzhaoju/master_ci_format
4 years ago
i-robot
f126adf8c9
!20312 [Debugger] Offline debugger view tensor failed in the async_dump direcory in master
Merge pull request !20312 from TinaMengtingZhang/async_view_tensor_master
4 years ago
i-robot
f16a4fd94e
!20381 [Debugger] Fix CodeDex and PCLint warnings master
Merge pull request !20381 from harshvardhangupta/ci_fixes_dbg_master
4 years ago
TinaMengtingZhang
ef8e186a68
fix async view tensor bug in master branch
4 years ago
zhangzhaoju
518f0e4d88
ci format issue fix
4 years ago
i-robot
51bb146e1a
!20384 Fix for SinGAN net run into forever loop on GPU.
Merge pull request !20384 from parastooashtari/multigraph
4 years ago
i-robot
63c91062f4
!20377 Delete unused files in offline debugger ccsrc
Merge pull request !20377 from TinaMengtingZhang/del_dbg_files
4 years ago
Parastoo Ashtari
d2f6dd1a32
remove CheckDatasetGraph from debug_actor.cc
4 years ago
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