i-robot
|
0430e60d5a
|
!23203 Fix for multi root graph dump issue in ascend
Merge pull request !23203 from parastooashtari/multi_root_graph_dump
|
4 years ago |
i-robot
|
f1e92aeb00
|
!23186 use Common::CreatePrefixPath instead of Common::GetRealPath
Merge pull request !23186 from yelihua/dev
|
4 years ago |
Parastoo Ashtari
|
c198b7c1a8
|
Fix multi root graph dump issue
|
4 years ago |
yelihua
|
7c3994e48e
|
use Common::CreatePrefixPath instead of Common::GetRealPath
|
4 years ago |
TinaMengtingZhang
|
1670fb9def
|
Implement queue waiting for offline dbg memory control module
|
4 years ago |
i-robot
|
b5ba7b1a83
|
!23044 fix offline debugger read tensor and online debugger overflow bug
Merge pull request !23044 from parastooashtari/oveflow_bug
|
4 years ago |
i-robot
|
e270d4507d
|
!22848 Fix issue for multi card check watchpoint
Merge pull request !22848 from parastooashtari/offline_dbg_bug
|
4 years ago |
i-robot
|
75cfa31210
|
!23041 add common method of get real path
Merge pull request !23041 from yelihua/dev
|
4 years ago |
i-robot
|
c7ab3cc3f8
|
!22302 [MS][RDR] Fix allocate memory bug when record gpu meory information in RDR
Merge pull request !22302 from louie5/gpu_memory
|
4 years ago |
yelihua
|
32fec3bfff
|
update OWNERS
|
4 years ago |
yelihua
|
801121a140
|
add common get realpath method
|
4 years ago |
Parastoo Ashtari
|
94c6d64c9b
|
fixed overflow and offline debugger bug
|
4 years ago |
louie5
|
570bfc22dc
|
record gpu memory info with map container instead of vector
|
4 years ago |
maning202007
|
de3a5ee9ad
|
Update teh ms_version to 1.5.0 for debugger
|
4 years ago |
i-robot
|
c9b8d6e91a
|
!22891 [Debugger] Fix buffer size for reading npy header
Merge pull request !22891 from TinaMengtingZhang/fix_read_npy_header_len
|
4 years ago |
i-robot
|
c928278b62
|
!22678 add gpu complex ops
Merge pull request !22678 from zhouyaqiang0/complex_ops
|
4 years ago |
TinaMengtingZhang
|
b039cc3682
|
fix memory usage in header reading
|
4 years ago |
Parastoo Ashtari
|
1019bfc70f
|
fix checkwatchpoints multi card issue
|
4 years ago |
zhouyaqiang
|
dad375abb9
|
add gpu complex ops
|
4 years ago |
i-robot
|
58463f98d8
|
!22841 fix the bug about heartbeat
Merge pull request !22841 from yelihua/dev
|
4 years ago |
i-robot
|
90c7804d6b
|
!22500 Sort watchpoint hit for offline debugger based on time stamps of dump files
Merge pull request !22500 from parastooashtari/offline_wp_hit_order
|
4 years ago |
yelihua
|
912d16b9a5
|
stop sendheartbeat when finish normally
|
4 years ago |
TinaMengtingZhang
|
b17b2bc687
|
Fix convert async dump files failed issue and refactor convert_async.py
|
4 years ago |
Parastoo Ashtari
|
65d8272352
|
sort wp hit for offline debugger with time stamp
|
4 years ago |
i-robot
|
fbe1d9014f
|
!22732 Return Depend CNode's first node if the dependant has a value.
Merge pull request !22732 from 张清华/opt0
|
4 years ago |
i-robot
|
11fb992b42
|
!22751 Add memory restriction support for caching tensor in offline debugger
Merge pull request !22751 from jiangshuqiang/dbg_mem_limit
|
4 years ago |
Zhang Qinghua
|
d75da759d6
|
Return Depend CNode's first node if the dependant has a value.
|
4 years ago |
TinaMengtingZhang
|
fef60422e0
|
support offline debugger memory control
|
4 years ago |
Parastoo Ashtari
|
e710397a9e
|
fix inconsistent wp value issue in offline dbg
|
4 years ago |
John Tzanakakis
|
80c566e325
|
fix yolov3 tiny multi root graph seg fault
|
4 years ago |
i-robot
|
a0ac0e2feb
|
!22505 Change ir save path
Merge pull request !22505 from huanghui/change-ir-save-path
|
4 years ago |
Zhang Qinghua
|
a137fa1d0b
|
Optimize the Executors routines.
- Fix the key generating.
- Distinguish the executors.
|
4 years ago |
i-robot
|
ba46e7cd56
|
!22493 fix the bug of read tensor for offline debugger
Merge pull request !22493 from yelihua/dev
|
4 years ago |
huanghui
|
88601da733
|
change ir save path to: save_graphs_path/ when alone; save_graphs_path/rank_ when distribute
|
4 years ago |
i-robot
|
0ad0d9144e
|
!22081 [ME]Code clean of master
Merge pull request !22081 from chenfei_mindspore/code_clean_of_master
|
4 years ago |
yelihua
|
a6140b8853
|
fix the bug about readtensor for offline debugger
|
4 years ago |
i-robot
|
ebe75e403b
|
!22444 Apply comments on tensor stat online and offline PR
Merge pull request !22444 from parastooashtari/tensor_level_info_online
|
4 years ago |
i-robot
|
4e1b8a2de1
|
!22288 support prebuild
Merge pull request !22288 from liubuyu/bug_fix
|
4 years ago |
Parastoo Ashtari
|
bf034bddb5
|
Apply comments on tensor stat online and offline debugger
|
4 years ago |
i-robot
|
158536b9e2
|
!22333 Add tensor base and stat to online debugger
Merge pull request !22333 from parastooashtari/tensor_level_info_online
|
4 years ago |
liangyongxiong
|
9f6b015032
|
RDR adapts for CPU dynamic memory allocation
|
4 years ago |
lby
|
31acec527a
|
support prebuild
|
4 years ago |
Parastoo Ashtari
|
5ed11885d7
|
Add tensor base and stat info to online debugger
|
4 years ago |
i-robot
|
2edaba38bf
|
!21389 Add Tensor Base and Stat info to offline debugger
Merge pull request !21389 from parastooashtari/tensor_info_levels
|
4 years ago |
chenfei
|
72cab0262e
|
code clean
|
4 years ago |
Parastoo Ashtari
|
ff83dee704
|
Add tensor base and stat info to offline debugger
|
4 years ago |
gaocongli
|
54e47f236d
|
when env variable RANK_ID changed,RDR files should be following
|
4 years ago |
i-robot
|
09a1a7f1f2
|
!21924 Add subdirectory for glog and ir_dump
Merge pull request !21924 from huanghui/add-submodule-for-dfx-files
|
4 years ago |
i-robot
|
2cf8647c47
|
!22027 Clean PClint
Merge pull request !22027 from Margaret_wangrui/pclint_clean
|
4 years ago |
Margaret_wangrui
|
eb20962136
|
clean pclint
|
4 years ago |