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 |
huanghui
|
1630dcb0c8
|
add subdirectory for log and ir_dump
|
4 years ago |
zhangzhaoju
|
9e8cbefe95
|
pclint clean
|
4 years ago |
i-robot
|
de9fae6ce4
|
!21688 Fix coredump caused by heartbeat
Merge pull request !21688 from sabrinasun_59ee/fix
|
4 years ago |
Parastoo Ashtari
|
6d93ab5e35
|
Fixed old runtime GPU dump issue for multigraph
|
4 years ago |
yelihua
|
72e6058265
|
get rank id when set hccl env for single card train
|
4 years ago |
sabrinasun
|
07009fbbe8
|
fix core dump issue caused by heartbeat
|
4 years ago |
i-robot
|
bd78bf0146
|
!21808 raise exception when failed to dump mem to file
Merge pull request !21808 from yelihua/dev
|
4 years ago |
yelihua
|
a6dc9a0a07
|
get rank id when set hccl env for single card train
|
4 years ago |
yelihua
|
5f5a113ba7
|
raise exception if failed to write mem to file
|
4 years ago |
sabrinasun
|
279717fb8e
|
remove return value of data dump
|
4 years ago |
i-robot
|
dce2c6edf0
|
!21594 shield RDR codes with ENABLE_DUMP_IR in env_config_parser
Merge pull request !21594 from liangyongxiong/master
|
4 years ago |
i-robot
|
9eb414b768
|
!19389 ascend compile reconstruct
Merge pull request !19389 from liubuyu/compile_re
|
4 years ago |
i-robot
|
1feab9bdf5
|
!21587 Change private member naming style
Merge pull request !21587 from sabrinasun_59ee/selfcheck
|
4 years ago |
lby
|
a5029f061c
|
ascend kernel build refactory
|
4 years ago |
liangyongxiong
|
cdf9365365
|
shield RDR codes with ENABLE_DUMP_IR in env_config_parser
|
4 years ago |