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
4 years ago
luopengting
7feb309e06
add '/' when the MS_RDR_PATH does not end with '/'
4 years ago
buxue
0eab785cfa
unify dump path and support npy format
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
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
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
c639cca5f4
Check if toolkit dir exist in convert_async.py
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
b1dffef51b
!15991 Fix hit of online debugger in wrong execution order
From: @parastooashtari
Reviewed-by: @john_tzanakakis,@tom__chen
Signed-off-by: @john_tzanakakis
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
Parastoo Ashtari
6c3eb2ae54
Fixing the execution order in online debugger
removed the commented lines and extra logs
make the checkwatchpoint function shorter
4 years ago
John Tzanakakis
f8231412fe
change type name used in dump file name to align with new Ascend
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
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
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
huanghui
a7369db449
Use env MS_OM_PATH to save analyze_fail.dat
4 years ago
buxue
563888996f
fix ReviewBoot and CodeDex
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
4 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
4 years ago
mindspore-ci-bot
e3dc9a75cc
!12898 support parameter freeze
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
4 years ago
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
4 years ago
John Tzanakakis
ddae425e0c
use host instead of device shape for debugger
4 years ago
Islam Amin
2b20166d23
release resources debugger fix
4 years ago
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
4 years ago
Islam Amin
9daed0bea5
permenant fix for unsupported data type issue
4 years ago
mindspore-ci-bot
e43a57fd37
!15525 clean code not used
From: @zhangzhaoju
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
2955f9e84a
!15478 [MS][RDR] make GetSubModuleName() as a common function
From: @luopengting
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
4 years ago
zhangzhaoju
6a2aee492c
Clean code that not used
4 years ago
buxue
2bda8c21e9
support grad freeze
5 years ago
mindspore-ci-bot
39264839e8
!15418 clean code not used
From: @zhangzhaoju
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
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
4 years ago
huangbingjian
e5d32c9ff8
add switch_defer_inline
4 years ago
zhangzhaoju
fdd58d8f2b
delete code not used
4 years ago
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
4 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
4 years ago
Islam Amin
1b5ec2f3e1
NPY support
5 years ago
zhangzhaoju
a1db9c4959
Pybind11::object && PrimitivePy recycle optimize
4 years ago
mindspore-ci-bot
d96420553b
!14843 Memory reuse switch
From: @ding_fei_fei
Reviewed-by: @kingxian,@kingxian
Signed-off-by: @kingxian,@kingxian
4 years ago
mindspore-ci-bot
8fc47be15f
!14935 [ME]Bot clean of master
From: @chenfei52
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
chenfei_mindspore
9012df94f2
reduce circle complex of code
5 years ago
dingpeifei
8d830f1e5c
Memory reuse switch
5 years ago
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
4 years ago
buxue
71866950cf
change log level from info to warning when use dump in PyNative mode
4 years ago
hwjiaorui
53a1192973
clean code
4 years ago
John Tzanakakis
ca2aba0540
fix recheck
4 years ago
mindspore-ci-bot
4ffb0d121f
!14778 fix TAINTED_SCALAR and capitalize constants
From: @luopengting
Reviewed-by: @lixiaohui33,@yelihua,@ouwenchang
Signed-off-by: @yelihua,@ouwenchang
5 years ago