Parastoo Ashtari
4e4be17648
SetDebugger for MindRTBackend and clean debug_actor code
2021-06-29 12:25:11 -04:00
limingqi107
406c252834
enable mindRT
2021-06-29 17:44:05 +08:00
Parastoo Ashtari
e2a4172560
make gpu dump truly async
2021-06-28 16:44:35 -04:00
dingpeifei
63784e49f5
upgrade_ascend_0626_mindspore
2021-06-28 22:03:19 +08:00
i-robot
d4aca69981
!18448 Add debugger to new GPU runtime
...
Merge pull request !18448 from parastooashtari/new_unified_gpu
2021-06-23 01:56:09 +00:00
Parastoo Ashtari
6ed17d52b1
Add debugger to new unified GPU runtime
2021-06-22 18:23:56 -04:00
TinaMengtingZhang
6b090679ab
fix two issues: dump with input_output=1 and log type name
2021-06-22 16:13:07 -04:00
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
2021-06-07 11:50:34 -04:00
maning202007
c12c0d9a71
fix codecheck for debugger and summary
2021-06-04 14:48:46 +08:00
TinaMengtingZhang
f11d5fa8ad
Unify file name for parameter and CPU dump
2021-06-02 16:31:03 -04:00
mindspore-ci-bot
a4dffa755c
!17485 codex clean
...
From: @zhangzhaoju
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2021-06-02 14:21:52 +08:00
zhangzhaoju
4ff2ff123c
codex clean
2021-06-01 12:06:07 +08:00
jiangshuqiang
6154f957fb
fix static check
2021-05-31 16:47:21 +08:00
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
2021-05-31 09:16:08 +08:00
l00591931
319c20824e
fix code checking warning for r1.2
2021-05-29 09:13:48 +08:00
yujianfeng
579c0dd61b
Fix code check warning
2021-05-28 17:16:45 +08:00
zhangzhaoju
2d667f9ed7
ci format problem fix.
2021-05-27 19:35:58 +08:00
maning202007
e95cff7e0b
Fix codecheck for debugger of master branch
2021-05-26 14:59:48 +08:00
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
2021-05-26 10:06:40 +08:00
TinaMengtingZhang
da6e068ed7
fix ci codecheck alarm in master
2021-05-25 15:47:47 -04:00
Parastoo Ashtari
d0a922d676
fixed core dump issue in single graph GPU
...
change the order in if condition for improving the style
2021-05-25 13:24:08 -04:00
Parastoo Ashtari
35ec572495
Fixing single graph online debugger issue in GPU
2021-05-17 16:54:59 -04:00
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
2021-05-15 04:40:39 +08:00
mindspore-ci-bot
269b247cb0
!16363 use new overflow bin format in debugger
...
From: @john_tzanakakis
Reviewed-by: @pandoublefeng,@robingrosman
Signed-off-by: @robingrosman
2021-05-15 03:49:34 +08:00
John Tzanakakis
0d19dba248
use new overflow bin format in debugger
2021-05-13 07:47:00 -04:00
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
2021-05-12 16:25:34 -04:00
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
2021-05-07 21:10:30 +08:00
John Tzanakakis
b5e70f7231
use device type in dump file name when trans_flag=false
2021-05-06 14:07:20 -04:00
mindspore-ci-bot
ca0ca3d2c2
!15793 fix open source static check
...
From: @jiang-shuqiang
Reviewed-by: @yelihua,@yelihua,@lilongfei15
Signed-off-by: @lilongfei15
2021-05-06 20:51:22 +08:00
jiangshuqiang
e90697801e
fix open source static check
2021-05-06 11:23:12 +08:00
mindspore-ci-bot
32c8a1529e
!15981 Address ci alarm in master
...
From: @tina_mengting_zhang
Reviewed-by: @john_tzanakakis,@robingrosman
Signed-off-by: @john_tzanakakis
2021-05-04 21:21:19 +08:00
tinazhang
6b84149e2f
Address ci alarm for master branch: pclint, CppCodeStyle and codex
2021-05-03 16:46:14 -04:00
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
2021-04-28 22:32:42 -04:00
mindspore-ci-bot
90828cc0ac
!15448 Fixing multi graph dump
...
From: @parastooashtari
Reviewed-by: @john_tzanakakis,@robingrosman
Signed-off-by: @john_tzanakakis
2021-04-27 05:27:06 +08:00
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
2021-04-23 11:49:01 -04:00
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
2021-04-23 21:32:59 +08:00
John Tzanakakis
ddae425e0c
use host instead of device shape for debugger
2021-04-22 17:54:51 -04:00
Islam Amin
2b20166d23
release resources debugger fix
2021-04-22 13:16:14 -04:00
Islam Amin
9daed0bea5
permenant fix for unsupported data type issue
2021-04-22 09:46:55 -04:00
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
2021-04-17 02:42:41 +08:00
Islam Amin
1b5ec2f3e1
NPY support
2021-04-16 11:56:14 -04:00
mindspore-ci-bot
d96420553b
!14843 Memory reuse switch
...
From: @ding_fei_fei
Reviewed-by: @kingxian,@kingxian
Signed-off-by: @kingxian,@kingxian
2021-04-16 14:57:17 +08:00
dingpeifei
8d830f1e5c
Memory reuse switch
2021-04-15 14:33:44 +08:00
John Tzanakakis
ca2aba0540
fix recheck
2021-04-11 15:06:11 -04:00
mindspore-ci-bot
33edd67261
!14667 add dump data function for CPU
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
2021-04-08 20:37:30 +08:00
buxue
ab59f62147
add dump data function for CPU
2021-04-08 14:24:29 +08:00
John Tzanakakis
da3b13a0e1
Offline debugger
...
Authors: John Tzanakakis, Adel Shafiei, Amir Lashkari, Islam Amin
2021-04-05 18:01:38 -04:00
Islam Amin
143edf67bc
fixing UMonad Unsupported type
2021-03-29 14:28:17 -04:00
Islam Amin
0fa5a443be
fix dataset_sink_mode=True issue with GPU
2021-03-15 11:57:23 -04:00
Amir Lashkari
d83e7c41c8
Fixed log issue
...
Fixed cpplint
2021-03-09 14:23:34 -05:00