i-robot
1cdaa12cfd
!18093 [Debugger] Add root graph id to sub graph's pb file
Merge pull request !18093 from TinaMengtingZhang/add_graph_id
4 years ago
i-robot
4861711676
!18107 dump and offline debug fixes
Merge pull request !18107 from john_tzanakakis/jt_bug_fixes
4 years ago
John Tzanakakis
ac1847ffac
fix iter 0 and iter 1 being dumped in dir 0, make op_debug_mode optional for sync mode, read input files for offline debugger
4 years ago
buxue
0049109d11
add permission for save files
4 years ago
TinaMengtingZhang
dd6884eb6f
add root graph id to pb file
4 years ago
Parastoo Ashtari
4120a122e3
Add multi thread for checkwatchpoints
fixed the style issues
fixed the style header issue
Add tensor list byte size in debugger.cc and clean code for better style
Removed some comments
fixed the bug for multi thread code offline debugger
set default number of threads for checkwatchpoints to 32. move tensor byte size to debug_services.cc for offline and online debugger
4 years ago
zhoufeng
658c2072fc
owners config
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
maning202007
c12c0d9a71
fix codecheck for debugger and summary
4 years ago
TinaMengtingZhang
f11d5fa8ad
Unify file name for parameter and CPU dump
4 years ago
mindspore-ci-bot
a4dffa755c
!17485 codex clean
From: @zhangzhaoju
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
zhangzhaoju
4ff2ff123c
codex clean
4 years ago
jiangshuqiang
6154f957fb
fix static check
4 years ago
mindspore-ci-bot
65a80ae929
!17049 Fix code warning in master
From: @liangzhibo
Reviewed-by: @zh_qh,@ginfung,@ginfung,@zh_qh
Signed-off-by: @zh_qh,@zh_qh
4 years ago
l00591931
319c20824e
fix code checking warning for r1.2
4 years ago
yujianfeng
579c0dd61b
Fix code check warning
4 years ago
zhangzhaoju
2d667f9ed7
ci format problem fix.
4 years ago
maning202007
e95cff7e0b
Fix codecheck for debugger of master branch
4 years ago
mindspore-ci-bot
20c8905f4a
!16939 Fixing core dumped issue in GPU for single graph
From: @parastooashtari
Reviewed-by: @john_tzanakakis,@yelihua
Signed-off-by: @john_tzanakakis
4 years ago
TinaMengtingZhang
da6e068ed7
fix ci codecheck alarm in master
4 years ago
Parastoo Ashtari
d0a922d676
fixed core dump issue in single graph GPU
change the order in if condition for improving the style
4 years ago
Parastoo Ashtari
35ec572495
Fixing single graph online debugger issue in GPU
4 years ago
mindspore-ci-bot
ef29ce7481
!16321 Fixing online debugger issue for multigraph GPU, skipping nodes when user clicks "next node"
From: @parastooashtari
Reviewed-by: @john_tzanakakis,@robingrosman
Signed-off-by: @john_tzanakakis
4 years ago
mindspore-ci-bot
269b247cb0
!16363 use new overflow bin format in debugger
From: @john_tzanakakis
Reviewed-by: @pandoublefeng,@robingrosman
Signed-off-by: @robingrosman
4 years ago
John Tzanakakis
0d19dba248
use new overflow bin format in debugger
4 years ago
Parastoo Ashtari
e9e18d2253
add suspend for last node in the graph
removed double stopping for the last kernel
moved the ResetLoadedTensors to the correct place for GPU
4 years ago
mindspore-ci-bot
045afa7686
!16033 [Debugger] Fixing ci alarm on typedef in master
From: @tina_mengting_zhang
Reviewed-by: @john_tzanakakis,@tom__chen
Signed-off-by: @john_tzanakakis
4 years ago
mindspore-ci-bot
963eece5d9
!16034 use device type in dump file name when trans_flag=false
From: @john_tzanakakis
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
4 years ago
TinaMengtingZhang
248be56be7
change C style struct definition
4 years ago
John Tzanakakis
b5e70f7231
use device type in dump file name when trans_flag=false
4 years ago
mindspore-ci-bot
ca0ca3d2c2
!15793 fix open source static check
From: @jiang-shuqiang
Reviewed-by: @yelihua,@yelihua,@lilongfei15
Signed-off-by: @lilongfei15
4 years ago
jiangshuqiang
e90697801e
fix open source static check
4 years ago
mindspore-ci-bot
32c8a1529e
!15981 Address ci alarm in master
From: @tina_mengting_zhang
Reviewed-by: @john_tzanakakis,@robingrosman
Signed-off-by: @john_tzanakakis
4 years ago
tinazhang
6b84149e2f
Address ci alarm for master branch: pclint, CppCodeStyle and codex
4 years ago
Parastoo Ashtari
7b9a73fb1b
Fixing multi graph suspend for debugger in GPU
removed the suspend from preExecute function to avoid double stopping in multigraph models
replaced else if with else in postExecute
add else if to check the smoke ascend test
improve the format
4 years ago
mindspore-ci-bot
90828cc0ac
!15448 Fixing multi graph dump
From: @parastooashtari
Reviewed-by: @john_tzanakakis,@robingrosman
Signed-off-by: @john_tzanakakis
4 years ago
Parastoo Ashtari
f8ed1a7c28
fixed the dump file folder
added log in debugger.cc for pre and post execute
added log in debugger.cc for pre and post execute
fixed the format of the code
removed the repeated lines
fixed format in debugger.cc
add more logs for debugger.cc
fixed the bug in debugger.cc
removed the logs in debugger.cc
5 years ago
mindspore-ci-bot
a000f39764
!15552 use host shape instead of device shape for debugger
From: @john_tzanakakis
Reviewed-by: @yelihua,@pandoublefeng
Signed-off-by: @pandoublefeng
5 years ago
John Tzanakakis
ddae425e0c
use host instead of device shape for debugger
5 years ago
Islam Amin
2b20166d23
release resources debugger fix
5 years ago
Islam Amin
9daed0bea5
permenant fix for unsupported data type issue
5 years ago
mindspore-ci-bot
ae173bb4af
!15126 [Offline Debug] Support read of npy and perf improvements.
From: @islam_amin
Reviewed-by: @john_tzanakakis,@john_tzanakakis,@tom__chen
Signed-off-by: @john_tzanakakis
5 years ago
Islam Amin
1b5ec2f3e1
NPY support
5 years ago
mindspore-ci-bot
d96420553b
!14843 Memory reuse switch
From: @ding_fei_fei
Reviewed-by: @kingxian,@kingxian
Signed-off-by: @kingxian,@kingxian
5 years ago
mindspore-ci-bot
8fc47be15f
!14935 [ME]Bot clean of master
From: @chenfei52
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
5 years ago
chenfei_mindspore
9012df94f2
reduce circle complex of code
5 years ago
dingpeifei
8d830f1e5c
Memory reuse switch
5 years ago
John Tzanakakis
ca2aba0540
fix recheck
5 years ago
mindspore-ci-bot
33edd67261
!14667 add dump data function for CPU
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
5 years ago
buxue
ab59f62147
add dump data function for CPU
5 years ago
John Tzanakakis
da3b13a0e1
Offline debugger
Authors: John Tzanakakis, Adel Shafiei, Amir Lashkari, Islam Amin
5 years ago