Commit Graph

372 Commits

Author SHA1 Message Date
mindspore-ci-bot 1c07ab866b !15817 Add primal_attr to transfer attribute between forward and backward operator.
From: @liangzhibo
Reviewed-by: 
Signed-off-by:
2021-05-15 19:03:20 +08:00
l00591931 befc7a9dea Add primal_attr to link between forward and backward node attr 2021-05-15 12:36:36 +08:00
mindspore-ci-bot 417b719d1d !16318 Revert the change of GenerateDumpPath
From: @tina_mengting_zhang
Reviewed-by: @john_tzanakakis,@nsyca
Signed-off-by: @john_tzanakakis
2021-05-15 06:49:50 +08: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
TinaMengtingZhang 17bc01382a Revert the change in GenerateDumpPath 2021-05-12 22:11:28 -04:00
mindspore-ci-bot eb483a276b !16313 Evaluate the func graph in simulative stack, not to call recursively.
From: @zh_qh
Reviewed-by: @hwhewei,@ginfung
Signed-off-by: @hwhewei
2021-05-13 08:56:18 +08: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 3d5cf2d3a4 !16060 [MS][RDR] fix ci warning in debug and somas
From: @luopengting
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
2021-05-12 10:06:55 +08:00
Zhang Qinghua 5ad27e7639 Evaluate the func graph in simulative stack, not to call recursively. 2021-05-11 15:36:22 +08:00
luopengting 786eb319a1 fix ci warning:
1. Use 'const' for member functions that do not modify member variables
2. Use the 'override' keyword when overriding virtual functions
2021-05-11 09:26:50 +08:00
TinaMengtingZhang a44376f42a Fix empty tensor issue when reading an non-existing node in sync dump mode 2021-05-10 13:59:05 -04:00
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