Commit Graph

61 Commits

Author SHA1 Message Date
TinaMengtingZhang ef8e186a68 fix async view tensor bug in master branch 2021-07-16 10:43:28 -04:00
Parastoo Ashtari a5d749a521 fixed multigraph wp issue 2021-07-13 19:44:23 -04:00
i-robot c1b7791c29 !19778 Change all fullname_with_scope call in dump and debugger
Merge pull request !19778 from TinaMengtingZhang/dump_data_diff
2021-07-10 06:48:55 +00:00
TinaMengtingZhang b9e391b6ae Change fullname_with_scope in dump and online debugger 2021-07-09 15:54:19 -04:00
John Tzanakakis a0c6e29312 seg fault and existing dump fix 2021-07-08 16:53:48 -04:00
Parastoo Ashtari eddbd0300f fixing dump iteration 1 issue in gpu 2021-07-06 18:19:47 -04:00
i-robot bbd6235546 !19426 Fixing load async tensor issue on ascend
Merge pull request !19426 from parastooashtari/async_dump
2021-07-06 09:21:13 +00:00
Parastoo Ashtari 81a289d084 Fix for load async tensor on acend issue 2021-07-05 19:02:04 -04:00
TinaMengtingZhang 4147e1bd9a get multiple dump result when dump twice 2021-07-05 17:00:02 -04:00
TinaMengtingZhang 9a68c26fc6 Fix issues: 1.missing parameter name in dump; 2.too much read tensor output in offline debugger 2021-06-30 10:29:40 -04:00
i-robot 97fa0e6398 !18613 fix issues for code check
Merge pull request !18613 from jiangshuqiang/fix_code_check
2021-06-28 12:22:55 +00:00
John Tzanakakis c85d65c0ef use -1 iteration for init state and fix missing tensor read outputs 2021-06-25 19:47:54 -04:00
jiangshuqiang 0c9d2629b1 fix code check issues 2021-06-25 10:26:01 +08:00
TinaMengtingZhang 4e8db5e115 change arg 'is_parameter' to 'is_output' and rename device_id to rank_id in python api 2021-06-23 14:25:53 -04:00
TinaMengtingZhang dc6a661a2e change validator to accept -1 as valid input and fix scope filename issue in async 2021-06-17 14:26:46 -04:00
TinaMengtingZhang 36b0517ac3 fix bug: stripped name 2021-06-14 20:59:06 -04:00
i-robot b19330d25f !18177 dump and offline fixes for sync op_debug_mode and input reading
Merge pull request !18177 from john_tzanakakis/jt_bug_fixes
2021-06-12 05:13:31 +08:00
John Tzanakakis daedb7dd9f dump and offline fixes for sync op_debug_mode and input reading 2021-06-10 16:44:46 -04:00
i-robot 4861711676 !18107 dump and offline debug fixes
Merge pull request !18107 from john_tzanakakis/jt_bug_fixes
2021-06-10 19:31:46 +08:00
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 2021-06-09 21:57:07 -04:00
i-robot 059a9297af !17982 Code self-check
Merge pull request !17982 from huanghui/code-self-check
2021-06-09 09:14:51 +08:00
huanghui bcb0208060 code-self-check of debug 2021-06-08 17:41:20 +08:00
mindspore-ci-bot 85cd2eea66 !17857 Fixing offline debugger async mode issue in searching the prefix file names
From: @parastooashtari
Reviewed-by: @yelihua,@ouwenchang
Signed-off-by: @ouwenchang
2021-06-08 09:26:42 +08: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
Parastoo Ashtari c3c51730d2 add fix for searching async file name 2021-06-06 14:49:40 -04:00
John Tzanakakis 05037bba2f adapt offline debug to sync dump using non-qualified name 2021-06-04 15:20:15 -04:00
John Tzanakakis 7d460de8b4 adapt offline debuger to new dump, sync support for iteration ranges, GPU default dump mode correction 2021-06-04 08:38:50 -04:00
zhangzhaoju 2d667f9ed7 ci format problem fix. 2021-05-27 19:35:58 +08:00
Islam Amin 48616eb340 Add ascend ST testcases for offline debug
Find whl installing path
2021-05-18 20:55: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
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 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
John Tzanakakis b5e70f7231 use device type in dump file name when trans_flag=false 2021-05-06 14:07:20 -04: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
tinazhang 6b84149e2f Address ci alarm for master branch: pclint, CppCodeStyle and codex 2021-05-03 16:46:14 -04:00
Islam Amin 1b5ec2f3e1 NPY support 2021-04-16 11:56:14 -04:00
John Tzanakakis ca2aba0540 fix recheck 2021-04-11 15:06:11 -04:00
John Tzanakakis da3b13a0e1 Offline debugger
Authors: John Tzanakakis, Adel Shafiei, Amir Lashkari, Islam Amin
2021-04-05 18:01:38 -04:00
John Tzanakakis b291861e85 LoadTensors was using a 4-byte size field instead of an 8-byte size field
don't load tensors if the type is none
2020-12-22 11:10:30 -05:00
Harshvardhan Gupta c13f3b50b7 fix codedex issues 2020-12-14 11:45:46 -05:00
Harshvardhan Gupta 4b2e1ea9f7 check bool tensors for watchpoints 2020-12-10 14:15:14 -05:00
Harshvardhan Gupta dd0084c52b improve perf, keep consistent tensor state, fix recheck, check weights at step end 2020-12-08 15:22:40 -05:00
l00591931 1d1cab986d Codedex change for tensor_loader 2020-12-07 09:45:27 +08:00
Harshvardhan Gupta 7687a55c0a return error code if prev tensor not found and add validation checks 2020-11-30 14:51:40 -05:00
Harshvardhan Gupta 561f9082e9 init 2020-11-27 17:01:24 -05:00
mindspore-ci-bot f2cfa0f5bc !8238 change abs mean, update_weight_ratio, and weight and bias filter
Merge pull request !8238 from john_tzanakakis/master_ms1_grpc
2020-11-05 23:21:26 +08:00
Yi Huaijie d7faa77b5e support int64 shape 2020-11-05 21:15:49 +08:00
John Tzanakakis 8d436d5335 change abs mean, update_weight_ratio, and weight and bias filter 2020-11-04 20:57:18 -05:00