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
Margaret_wangrui
5d97a268a9
[ME][Fallback] Support list insert
4 years ago
chenfei
0ae5eb4618
add ms header of env var
4 years ago
Zhang Qinghua
135db97692
Handle the interpreted node for binary ops.
Refactoring specialize.
Adjust ir/dat/dot order.
Optimize DumpIR FV routine.
4 years ago
i-robot
0edcd5ce74
!27164 Add statistic dump for ascend
Merge pull request !27164 from Jimmy Qi/new-async-stat-dump
4 years ago
Parastoo Ashtari
76f074b77e
Debugger support ascend mindrt
4 years ago
i-robot
66ca491534
!27300 Fix some typo issues
Merge pull request !27300 from hewei/core_api
4 years ago
Parastoo Ashtari
c752c3bf64
check stat error in debug_services
4 years ago
He Wei
4f04757e16
Fix some typo issues
1. Sequeue --> Sequence
2. Interger --> Integer
4 years ago
yelihua
01823faed0
change error level to info as dir not exist is normal case
4 years ago
i-robot
76ff8637c8
!27295 fix the bug for segmentfault
Merge pull request !27295 from jiangshuqiang/fix_ylh_dev
4 years ago
Jimmy Qi
b9d1a4920c
Add statistic dump for ascend
4 years ago
jiangshuqiang
816dd9d0de
fix the bug for read and delete same tensor in multi threads
4 years ago
Margaret_wangrui
6e5d625153
[ME][Fallback] Support built-in type: complex and reversed.
4 years ago
i-robot
b4716271bc
!26892 ME compiler environment variables normalization
Merge pull request !26892 from chenfei_mindspore/environment_variable_fix
4 years ago
i-robot
4a2c1c3a50
!27210 fix unchanged watchpoint bug
Merge pull request !27210 from parastooashtari/wp_bug_fix
4 years ago
Parastoo Ashtari
056d61a947
fix unchanged watchpoint condition bug
4 years ago
Parastoo Ashtari
c9ed3651d8
use S_ISREG instead of DT_REG for files
4 years ago
i-robot
3866cfaf6e
!27163 support op overflow consumption for A dump and A plus M dump
Merge pull request !27163 from john_tzanakakis/jt_bug_fixes
4 years ago
i-robot
5a5a97f78d
!27084 Fix GPU mindrt sink True core dumped and dump multi graph error issue
Merge pull request !27084 from parastooashtari/gpu_dump_sink_issue
4 years ago
chenfei
c5c2b2f186
environment variables fix
debug log
4 years ago
John Tzanakakis
9145dd9bba
support op overflow consumption for A dump and A plus M dump
4 years ago
i-robot
8a2ce38ce1
!27114 Add LayoutProto to support pipeline for compile cache and solve import package problem.
Merge pull request !27114 from LiangZhibo/mindir
4 years ago
Parastoo Ashtari
9c036d1229
Fix GPU sink_mode True and Dump multi graph ERROR issue
4 years ago
l00591931
62e474aaf1
Enable mindir for layout
4 years ago
TinaMengtingZhang
0580ab94c4
Fix memcpy failure issue in a+m dump
4 years ago
i-robot
9376195766
!26980 Fix cell dump is enabled issue when enabled=False
Merge pull request !26980 from sabrinasun_59ee/cell
4 years ago
i-robot
544b079c1e
!27018 Fix ascend bug for sending wrong current_root_graph_id for each step (online debugger)
Merge pull request !27018 from parastooashtari/online_debug_bug
4 years ago
sabrinasun
c095908772
fix enable=false still dump issue for cell dump
4 years ago
Parastoo Ashtari
6382ff76d3
fix ascend bug for sending current_root_graph_id
4 years ago
TinaMengtingZhang
40bc5a2f46
Fix fusion op name
4 years ago
i-robot
17fcbaae94
!26808 fix mindspore mac compile
Merge pull request !26808 from xulei/fix_mac_compile_components
4 years ago
i-robot
526750bceb
!26817 Fix map::overflow when save_graphs enabled
Merge pull request !26817 from hewei/use_robin_hood
4 years ago
xulei
78b37afc30
fix mindspore mac compile
fix debugger, mindarmour, audio, gnn, grpc, ps/fl.
4 years ago
i-robot
95813a0b0a
!26866 deal with kernel_graph_#_ prefix in tensor name in overflow wp checking
Merge pull request !26866 from john_tzanakakis/jt_bug_fixes
4 years ago
He Wei
27981a28f2
Fix map::overflow when save_graphs enabled
AnfExporter use a user defined hasher in its param-to-index map,
this will lead robin-hood hash map overflow. We fix this by change
param-to-index map to use a OrderedMap with std::unordered_map inside.
4 years ago
John Tzanakakis
64893bf9eb
deal with kernel_graph_#_ prefix in tensor name in overflow wp checking
4 years ago