i-robot
|
05cd3ca997
|
!28671 Move e2e dump to super kernel Ascend MindRT
Merge pull request !28671 from parastooashtari/ascend_mindrt
|
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 |
sabrinasun
|
542d715217
|
seperate constant from pb
|
4 years ago |
i-robot
|
46e12035bf
|
!27502 Print null for min, max, avg values when tensor only has NaNs and Infs
Merge pull request !27502 from Jimmy Qi/stat-null
|
4 years ago |
xulei
|
4520a3dcfa
|
fix complie and st on mac
1. block kaiser window on mac
2. force multiprocessing use fork on mac
|
4 years ago |
i-robot
|
81e5873a1d
|
!27631 Fix history file bug for dataset_sink_mode true
Merge pull request !27631 from parastooashtari/dump_iter
|
4 years ago |
i-robot
|
21176d6c51
|
!27602 Support getattr by the item of cell list: Handle the DoSignaturePrimitive('getitem') between getattr and resolve.
Merge pull request !27602 from 张清华/opt_cell_list_getattr
|
4 years ago |
Zhang Qinghua
|
3e7b73e6c7
|
Support getattr by the item of cell list: Handle the DoSignaturePrimitive('getitem') between getattr and resolve.
|
4 years ago |
Parastoo Ashtari
|
26a928a888
|
fix sink true history file bug
|
4 years ago |
i-robot
|
c41c8e8908
|
!27486 [ME][Fallback] Support list insert.
Merge pull request !27486 from Margaret_wangrui/list_insert
|
4 years ago |
i-robot
|
7d7ec3c0c6
|
!27449 [ME]Add `MS` header of env var
Merge pull request !27449 from chenfei_mindspore/environment_variable_fix
|
4 years ago |
Jimmy Qi
|
6f2b70c21f
|
Print null for min, max, avg values for NaN tensor
|
4 years ago |
i-robot
|
5d4d35cc2a
|
!27438 fix debugger lock
Merge pull request !27438 from jiangshuqiang/fix_debugger_lock
|
4 years ago |
i-robot
|
cb361b9123
|
!26755 Debugger support for ascend mindrt
Merge pull request !26755 from parastooashtari/ascend_runtime
|
4 years ago |
jiangshuqiang
|
2d08fb7247
|
fix debugger lock
|
4 years ago |