Commit Graph

111 Commits

Author SHA1 Message Date
chenfei 72cab0262e code clean 2021-08-25 09:29:01 +08: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
Margaret_wangrui eb20962136 clean pclint 2021-08-19 16:24:30 +08:00
yelihua 72e6058265 get rank id when set hccl env for single card train 2021-08-17 12:22:08 +08:00
i-robot bd78bf0146 !21808 raise exception when failed to dump mem to file
Merge pull request !21808 from yelihua/dev
2021-08-16 13:32:39 +00:00
yelihua a6dc9a0a07 get rank id when set hccl env for single card train 2021-08-16 13:44:02 +08:00
yelihua 5f5a113ba7 raise exception if failed to write mem to file 2021-08-16 13:37:12 +08:00
sabrinasun 279717fb8e remove return value of data dump 2021-08-12 20:03:46 -04:00
sabrinasun 3150413259 change privare member name 2021-08-09 16:10:49 -04: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
limingqi107 8c690e3d18 unified runtime codedex fixed 2021-07-30 13:00:38 +08: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
TinaMengtingZhang 5b8e846fe9 Support MS_DIAGNOSTIC_DATA_PATH in configuring dump path 2021-07-22 13:34:59 -04:00
7347157+joylvliang@user.noreply.gitee.com ab32ebc758 fix_warning_of_codes 2021-07-22 16:50:48 +08:00
i-robot e25a4ce4a8 !20482 Codex warning fix in master
Merge pull request !20482 from LiangZhibo/master_code
2021-07-20 06:33:09 +00:00
i-robot d5d5487611 !20221 Remove system calls from dump functions
Merge pull request !20221 from parastooashtari/remove_system_calls
2021-07-20 03:24:10 +00:00
l00591931 d2a44c02da Code fix 2021-07-20 09:32:55 +08:00
Parastoo Ashtari 63273a6599 Replace system calls with c++ calls 2021-07-19 10:23:18 -04:00
zhangzhaoju 518f0e4d88 ci format issue fix 2021-07-16 17:24:04 +08: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
John Tzanakakis a0c6e29312 seg fault and existing dump fix 2021-07-08 16:53:48 -04:00
i-robot d9b8429631 !19424 Fixing CPU dump issue
Merge pull request !19424 from parastooashtari/cpu_dump
2021-07-06 03:58:32 +00:00
Parastoo Ashtari a86a38080f Fixed CPU dump error 2021-07-05 10:37:05 -04:00
limingqi107 e761655a42 actor runtime support CPU dump 2021-07-04 11:19:09 +08: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
Parastoo Ashtari e2a4172560 make gpu dump truly async 2021-06-28 16:44:35 -04:00
dingpeifei 63784e49f5 upgrade_ascend_0626_mindspore 2021-06-28 22:03:19 +08:00
i-robot 9886aa613e !18845 Fix dump failure when const node is string type
Merge pull request !18845 from TinaMengtingZhang/bugfix_dump_fail_with_summaryop
2021-06-26 02:23:06 +00:00
maning202007 cb6e21a16a Delete unnecessary logs in dump 2021-06-25 15:06:32 +08:00
TinaMengtingZhang 3ec5c760d7 Fix dump failed with StringImm node (i.e. summary op) 2021-06-24 12:28:51 -04:00
i-robot d621cdbc97 !18790 validate dump iteration and net_name, use device shape for trans_flag false
Merge pull request !18790 from john_tzanakakis/jt_bug_fixes
2021-06-24 08:08:11 +00:00
buxue f3dea76b25 call nnacl implement for matmul and batchmatmul on ARM 2021-06-24 09:29:45 +08:00
John Tzanakakis baad7b48d3 validate dump iteration and net_name, use device shape for trans_flag false 2021-06-23 17:46:49 -04:00
TinaMengtingZhang 6b090679ab fix two issues: dump with input_output=1 and log type name 2021-06-22 16:13:07 -04:00
i-robot 4dd14e7b8f !18496 overflow dump may not gen data
Merge pull request !18496 from john_tzanakakis/jt_bug_fixes
2021-06-18 07:38:15 +00:00
John Tzanakakis 690cf18cba overflow dump may not gen data 2021-06-17 15:28:52 -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
buxue d50d46013b code security check 2021-06-16 11:25:13 +08:00
John Tzanakakis 11b9f17a71 fix async dump for sink_mode=True 2021-06-15 11:19:14 -04:00
TinaMengtingZhang 5031b41af6 bugfix for dump:
1. fix error because of unsupported node type.
2. fix check logic to get rank id in distribution training case.
2021-06-14 10:27:48 -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 1cdaa12cfd !18093 [Debugger] Add root graph id to sub graph's pb file
Merge pull request !18093 from TinaMengtingZhang/add_graph_id
2021-06-11 02:13:49 +08:00