Commit Graph

359 Commits

Author SHA1 Message Date
mindspore-ci-bot d551162f5b !16133 add '/' when the MS_RDR_PATH does not end with '/'
From: @luopengting
Reviewed-by: @ouwenchang,@lixiaohui33
Signed-off-by: @lixiaohui33
2021-05-10 09:19:30 +08:00
luopengting 7feb309e06 add '/' when the MS_RDR_PATH does not end with '/' 2021-05-09 08:39:13 +08:00
buxue 0eab785cfa unify dump path and support npy format 2021-05-08 09:04:33 +08:00
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
2021-05-08 04:49:27 +08:00
mindspore-ci-bot c88bc17d94 !15992 [Debugger] Add a dir check to offline debugger in async mode
From: @tina_mengting_zhang
Reviewed-by: @john_tzanakakis,@mikef
Signed-off-by: @john_tzanakakis
2021-05-07 21:52:23 +08: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
TinaMengtingZhang c639cca5f4 Check if toolkit dir exist in convert_async.py 2021-05-06 15:57:27 -04:00
TinaMengtingZhang 248be56be7 change C style struct definition 2021-05-06 15:00:35 -04: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 b1dffef51b !15991 Fix hit of online debugger in wrong execution order
From: @parastooashtari
Reviewed-by: @john_tzanakakis,@tom__chen
Signed-off-by: @john_tzanakakis
2021-05-06 22:08:03 +08: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
Parastoo Ashtari 6c3eb2ae54 Fixing the execution order in online debugger
removed the commented lines and extra logs

make the checkwatchpoint function shorter
2021-05-05 15:20:39 -04:00
John Tzanakakis f8231412fe change type name used in dump file name to align with new Ascend 2021-05-05 09:05:53 -04: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
mindspore-ci-bot d7f9423e9f !15799 Fixing multi graph suspend for debugger in GPU
From: @parastooashtari
Reviewed-by: @john_tzanakakis,@tom__chen
Signed-off-by: @john_tzanakakis
2021-04-30 21:35:12 +08: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
huanghui a7369db449 Use env MS_OM_PATH to save analyze_fail.dat 2021-04-29 10:26:11 +08:00
buxue 563888996f fix ReviewBoot and CodeDex 2021-04-27 17:47:16 +08: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
mindspore-ci-bot e3dc9a75cc !12898 support parameter freeze
From: @zhangbuxue
Reviewed-by: 
Signed-off-by:
2021-04-23 17:04:16 +08:00
mindspore-ci-bot 01458ca130 !15551 [MS][dump]Dumpdata use case operation failure report core dump
From: @islam_amin
Reviewed-by: @john_tzanakakis,@yelihua
Signed-off-by: @yelihua
2021-04-23 09:52:35 +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
mindspore-ci-bot b125de4ae1 !15493 [Bug][MI][CI]Open debugger run training, prompt: Unexpected type id:12
From: @islam_amin
Reviewed-by: @yelihua,@yelihua,@john_tzanakakis
Signed-off-by: @john_tzanakakis
2021-04-23 01:11:26 +08:00
Islam Amin 9daed0bea5 permenant fix for unsupported data type issue 2021-04-22 09:46:55 -04:00
mindspore-ci-bot e43a57fd37 !15525 clean code not used
From: @zhangzhaoju
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-04-22 20:04:57 +08:00
mindspore-ci-bot 2955f9e84a !15478 [MS][RDR] make GetSubModuleName() as a common function
From: @luopengting
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
2021-04-22 19:14:01 +08:00
zhangzhaoju 6a2aee492c Clean code that not used 2021-04-22 16:24:05 +08:00
buxue 2bda8c21e9 support grad freeze 2021-04-22 14:49:32 +08:00
mindspore-ci-bot 39264839e8 !15418 clean code not used
From: @zhangzhaoju
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-04-22 09:10:46 +08:00
luopengting 61f2f19d9a make GetSubModuleName() as common function
Fix wrong module name of rdr files, make GetSubModuleName() as a common
function.
If rdr also has SUB_MODULE_NAMES, then if log_adapter modifies the name
of the module, the module name obtained by the rdr module will be wrong.

Mainly involves the following modifications:
1. move GetSubModuleName() from log_adapter.cc to log_adapter_common.cc
2. delete GetSubModuleName() in rdr module
2021-04-21 16:13:43 +08:00
huangbingjian e5d32c9ff8 add switch_defer_inline 2021-04-21 10:37:06 +08:00
zhangzhaoju fdd58d8f2b delete code not used 2021-04-20 10:44:16 +08:00
mindspore-ci-bot 5f2603ed93 !15216 Pybind11::object && PrimitivePy recycle optimize
From: @zhangzhaoju
Reviewed-by: @zh_qh,@hwhewei,@zh_qh
Signed-off-by: @zh_qh,@zh_qh
2021-04-17 09:38:16 +08: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
zhangzhaoju a1db9c4959 Pybind11::object && PrimitivePy recycle optimize 2021-04-16 18:32:55 +08: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
mindspore-ci-bot 8fc47be15f !14935 [ME]Bot clean of master
From: @chenfei52
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2021-04-16 14:27:19 +08:00
chenfei_mindspore 9012df94f2 reduce circle complex of code 2021-04-16 09:51:35 +08:00
dingpeifei 8d830f1e5c Memory reuse switch 2021-04-15 14:33:44 +08:00
mindspore-ci-bot b6f471f636 !15119 change log level from info to warning when use dump in PyNative mode
From: @zhangbuxue
Reviewed-by: @ginfung,@guoqi1024
Signed-off-by: @jjfeing
2021-04-14 11:36:00 +08:00
buxue 71866950cf change log level from info to warning when use dump in PyNative mode 2021-04-13 22:00:09 +08:00
hwjiaorui 53a1192973 clean code 2021-04-13 19:19:02 +08:00
John Tzanakakis ca2aba0540 fix recheck 2021-04-11 15:06:11 -04:00
mindspore-ci-bot 4ffb0d121f !14778 fix TAINTED_SCALAR and capitalize constants
From: @luopengting
Reviewed-by: @lixiaohui33,@yelihua,@ouwenchang
Signed-off-by: @yelihua,@ouwenchang
2021-04-09 09:45:37 +08:00