i-robot
|
180b101ad5
|
!29062 Add comments for dump and debugger code, remove unused functions
Merge pull request !29062 from parastooashtari/debugger_marker
|
4 years ago |
chenfei
|
8df68446b4
|
rm specilized flga
|
4 years ago |
i-robot
|
377d6108f9
|
!29247 Continue to synchronize tuple/list abstract's elements if they are also tuple/list.
Merge pull request !29247 from 张清华/eliminate_tuple_unused_item2
|
4 years ago |
Parastoo Ashtari
|
c6f5fb06f2
|
add comments for dump and debugger code.
|
4 years ago |
Zhang Qinghua
|
3038c153b7
|
Continue to synchronize tuple/list abstract's elements if they are also tuple/list.
|
4 years ago |
i-robot
|
f254f9a295
|
!29218 Show IsDumpEnabled warning message only once
Merge pull request !29218 from parastooashtari/kernel_level_dump
|
4 years ago |
i-robot
|
6798e0b456
|
!29221 Reuse the flags if the tuple node visited before.
Merge pull request !29221 from 张清华/eliminate_tuple_unused_item2
|
4 years ago |
Zhang Qinghua
|
198b79a24d
|
Reuse the flags if the tuple node visited before.
|
4 years ago |
Parastoo Ashtari
|
44103b14ec
|
Print IsDumpEnabled warning message once
|
4 years ago |
TinaMengtingZhang
|
16bb7407a2
|
Delete dead code in debugger & dump.
|
4 years ago |
Parastoo Ashtari
|
8d96ee8b46
|
Move DumpConstantData to DebugOnStepEnd for ascend MindRT and add check for kGraphOpRun
|
4 years ago |
i-robot
|
490dd3b160
|
!28752 update abstract of input0 of cnode if it's not FuncGraph
Merge pull request !28752 from xychow/update-abstract
|
4 years ago |
i-robot
|
05cd3ca997
|
!28671 Move e2e dump to super kernel Ascend MindRT
Merge pull request !28671 from parastooashtari/ascend_mindrt
|
4 years ago |
zhousiyi
|
b6b635f9de
|
specialize input0 of a CNode's abstract to make it's func_graph as
specialized func_graph if it's FuncGraphAbstractClosure.
|
4 years ago |
i-robot
|
a28dd013f7
|
!28715 Eliminate unused nodes in a tuple or list node.
Merge pull request !28715 from 张清华/eliminate_tuple_unused_item2
|
4 years ago |
Parastoo Ashtari
|
28c88a6b2d
|
move e2e dump to superkernel for mindRT
|
4 years ago |
Zhang Qinghua
|
d2572719f7
|
Eliminate unused nodes in a tuple or list node.
|
4 years ago |
TronZhang
|
58f386fe2a
|
Add Custom actor nodes and custom actor support for dynamic shape case
|
4 years ago |
i-robot
|
f7b9b71ef4
|
!28616 Update the rank_id issue for Ascend
Merge pull request !28616 from maning202007/master
|
4 years ago |
maning202007
|
c7633672f1
|
Update the rank_id issue for Ascend
|
4 years ago |
TinaMengtingZhang
|
416797f5fa
|
change async file pool type to set
fix convert twice
|
4 years ago |
maning202007
|
a88926b6d9
|
Add gil for offline debugger
|
4 years ago |
maning202007
|
50ba04aaa7
|
Add gil_scoped_release for checkwatchpoints
|
4 years ago |
parastooashtari
|
5a25d3e6c0
|
fix async dump sink true issue
|
4 years ago |
lby
|
e6857a6553
|
using cube to get c0 value
|
4 years ago |
yelihua
|
3bcd6cb9aa
|
didn't print msg when dump mode is not 1
|
4 years ago |
i-robot
|
6f6977a73b
|
!27941 Ascend kernel level dump
Merge pull request !27941 from parastooashtari/kernel_level_dump
|
4 years ago |
Parastoo Ashtari
|
b832e218c3
|
kernel by kernel dump
|
4 years ago |
i-robot
|
dd90a56d68
|
!28073 fix code warning && remove save_graphs use in st/ut
Merge pull request !28073 from huanghui/fix-warning
|
4 years ago |
huanghui
|
74ca50e652
|
fix code warning && remove save_graphs use in st/ut
|
4 years ago |
sabrinasun
|
3f5416a556
|
fix constant dump bug and fix ci warning
|
4 years ago |
Parastoo Ashtari
|
70ed1d5d54
|
fix online debugger multigraph issue
|
4 years ago |
i-robot
|
21c11c1189
|
!27857 fix dump level in dump ir
Merge pull request !27857 from huanghui/fix-name
|
4 years ago |
i-robot
|
1c5a47a8a8
|
!27815 Do not skip statistic if type is not supported
Merge pull request !27815 from Jimmy Qi/datatype
|
4 years ago |
i-robot
|
ec90e501dc
|
!27839 Save non-tensor value in pb
Merge pull request !27839 from sabrinasun_59ee/fix
|
4 years ago |
huanghui
|
77447b92df
|
fix dump level in dump ir
|
4 years ago |
i-robot
|
be1740a9df
|
!27616 fix set debuginfo in TraceGuard
Merge pull request !27616 from huanghui/fix-dump-lines
|
4 years ago |
sabrinasun
|
2bd107731f
|
save non-tensor value in pb
|
4 years ago |
Jimmy Qi
|
48140c69c2
|
Do not skip statistic if type is not supported
|
4 years ago |
i-robot
|
4361357795
|
!27746 Fix log info in A+M dump
Merge pull request !27746 from TinaMengtingZhang/fix_log
|
4 years ago |
i-robot
|
5087d2e985
|
!27446 Use super kernel actor to load data for dump (Ascend)
Merge pull request !27446 from parastooashtari/super_kernel
|
4 years ago |
i-robot
|
4ac1ba29a1
|
!27688 Dump data type in human readable format
Merge pull request !27688 from Jimmy Qi/datatype
|
4 years ago |
i-robot
|
8d648e0f1e
|
!19673 Seperate constant from pb file
Merge pull request !19673 from sabrinasun_59ee/constant
|
4 years ago |
Parastoo Ashtari
|
0f41e3ae68
|
use super kernel to load data for ascend dump
|
4 years ago |
TinaMengtingZhang
|
57a7e91c18
|
fix log info if format&type is not found
|
4 years ago |
Jimmy Qi
|
dcf6c7af19
|
Write data type in human readable format
|
4 years ago |
i-robot
|
daae93cff3
|
!27633 Parallelize calculating tensor statistics in tensor_summary
Merge pull request !27633 from Jimmy Qi/timing
|
4 years ago |
huanghui
|
e269eec5c0
|
fix error in dump ir
|
4 years ago |
i-robot
|
df82abf9b3
|
!27463 fix complie and st on mac
Merge pull request !27463 from xulei/fix_mac_dataset
|
4 years ago |
Jimmy Qi
|
c3ab951fa9
|
Parallelize calculating tensor statistics
|
4 years ago |