Commit Graph

208 Commits

Author SHA1 Message Date
Zhang Qinghua a137fa1d0b Optimize the Executors routines.
- Fix the key generating.
- Distinguish the executors.
2021-08-28 17:36:12 +08:00
yelihua a6140b8853 fix the bug about readtensor for offline debugger 2021-08-27 21:19:29 +08:00
Parastoo Ashtari bf034bddb5 Apply comments on tensor stat online and offline debugger 2021-08-26 17:40:01 -04:00
Parastoo Ashtari 5ed11885d7 Add tensor base and stat info to online debugger 2021-08-25 13:10:13 -04:00
i-robot 2edaba38bf !21389 Add Tensor Base and Stat info to offline debugger
Merge pull request !21389 from parastooashtari/tensor_info_levels
2021-08-25 02:08:34 +00:00
Parastoo Ashtari ff83dee704 Add tensor base and stat info to offline debugger 2021-08-24 18:19:59 -04:00
ms_yan 36a8886ca2 Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
This reverts commit b077aa1cab.

Revert "[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset"

This reverts commit 4e6f7dc97d.

delete pass_registry_test.cc

comment  hiai_nlu_model_multi.pb related  line
2021-08-23 01:46:38 +08:00
djc b077aa1cab [feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset 2021-08-22 16:26:45 +08:00
djc 4e6f7dc97d [feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset 2021-08-22 13:39:37 +08:00
i-robot de9fae6ce4 !21688 Fix coredump caused by heartbeat
Merge pull request !21688 from sabrinasun_59ee/fix
2021-08-19 01:02:28 +00:00
Parastoo Ashtari 6d93ab5e35 Fixed old runtime GPU dump issue for multigraph 2021-08-17 18:16:25 -04:00
sabrinasun 07009fbbe8 fix core dump issue caused by heartbeat 2021-08-16 21:41:01 -04:00
sabrinasun 3150413259 change privare member name 2021-08-09 16:10:49 -04:00
i-robot fe3aa8cfc2 !19891 Sending heartbeat periodically to MI
Merge pull request !19891 from sabrinasun_59ee/dev
2021-08-09 13:57:55 +00:00
i-robot 6b635cc718 !21433 Recover the environment variable MS_DEBUGGER_HOST
Merge pull request !21433 from maning202007/master
2021-08-09 05:24:08 +00:00
sabrinasun 6e22a8c133 fix master ci warning 2021-08-06 16:57:15 -04:00
maning202007 19dd13006c revert 9cdd3bbf
Recover the environment variable MS_DEBUGGER_HOST

Update the debugger version to 1.4.0
2021-08-06 15:20:27 +08:00
zhangzhaoju 610ee46ebe Add file open failure info while file open failed 2021-08-03 19:52:38 +08:00
sabrinasun c59989b886 send heartbeat to ui 2021-08-02 20:55:53 -04:00
maning202007 9cdd3bbfba Remove MS_DEBUGGER_HOST 2021-07-29 10:16:38 +08:00
i-robot 0303bbf8fa !21009 Fix the problems from self codecheck
Merge pull request !21009 from maning202007/master
2021-07-29 01:58:26 +00:00
maning202007 5ebf2bbf63 Fix the problems from self codecheck 2021-07-28 17:48:36 +08:00
He Wei b95e592324 Implement float16 to remove Eigen dependence 2021-07-28 16:46:46 +08:00
John Tzanakakis 3a6c88e3e6 unify overflow wp support for online and offline debugger 2021-07-27 00:53:53 -04:00
i-robot f44a92c4b3 !20504 Fix warning of codes
Merge pull request !20504 from JoyLvliang/fix_warning_of_codes
2021-07-23 06:46:21 +00:00
i-robot 024856a006 !20605 disable mindRT in control flow
Merge pull request !20605 from limingqi107/bug_fix3
2021-07-22 10:43:15 +00:00
7347157+joylvliang@user.noreply.gitee.com ab32ebc758 fix_warning_of_codes 2021-07-22 16:50:48 +08:00
limingqi107 1958b436b7 disable mindRT in control flow 2021-07-22 14:33:41 +08:00
i-robot f250695387 !20579 [CodeClean]fix code clean problems of ME
Merge pull request !20579 from chenfei_mindspore/code_clean_of_master
2021-07-21 09:13:07 +00:00
i-robot 2c36f092e3 !20544 Fix the forever loop for multigraph on gpu
Merge pull request !20544 from maning202007/master
2021-07-20 11:34:40 +00:00
chenfei 868a6d558f code clean of r1.3 2021-07-20 16:48:40 +08:00
maning202007 2b3d215ef8 Fix the forever loop for multigraph on gpu 2021-07-20 11:51:31 +08:00
l00591931 d2a44c02da Code fix 2021-07-20 09:32:55 +08:00
i-robot f16a4fd94e !20381 [Debugger] Fix CodeDex and PCLint warnings master
Merge pull request !20381 from harshvardhangupta/ci_fixes_dbg_master
2021-07-16 15:59:38 +00:00
i-robot 51bb146e1a !20384 Fix for SinGAN net run into forever loop on GPU.
Merge pull request !20384 from parastooashtari/multigraph
2021-07-16 06:51:29 +00:00
Parastoo Ashtari d2f6dd1a32 remove CheckDatasetGraph from debug_actor.cc 2021-07-15 19:45:06 -04:00
harshvardhangupta 71f92a5b6d fix ci warnings in dbg 2021-07-15 14:19:10 -04:00
TinaMengtingZhang 05252d1303 remove unused files in ccsrc/debug 2021-07-15 11:19:51 -04:00
Parastoo Ashtari a5d749a521 fixed multigraph wp issue 2021-07-13 19:44:23 -04:00
i-robot 960b8cb1a8 !20116 fix online debug overflow wp
Merge pull request !20116 from john_tzanakakis/jt_bug_fixes
2021-07-13 11:13:53 +00:00
Parastoo Ashtari cdd7a672bd fixed core dump issue in bert net 2021-07-12 16:31:29 -04:00
John Tzanakakis 39294bedfd fix online debug overflow wp 2021-07-12 14:02:28 -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
maning202007 97005570a3 Fix the unchanged iteration id on cpu 2021-07-09 15:14:26 +08:00
Parastoo Ashtari eddbd0300f fixing dump iteration 1 issue in gpu 2021-07-06 18:19:47 -04:00
maning202007 ffeb929a0d Fix the decode error in debugger when send multigraphs 2021-07-05 21:39:13 +08:00
Parastoo Ashtari a153f6b35f Fix receive WaitCMD instead of terminate for multigraph GPU 2021-07-02 14:30:00 -04:00
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