Commit Graph

87 Commits

Author SHA1 Message Date
Parastoo Ashtari 5c8d48d809 use launch_info to load input and outputs mindRT 2022-01-24 13:25:43 -05:00
TinaMengtingZhang 16bb7407a2 Delete dead code in debugger & dump. 2022-01-17 14:31:24 -05:00
Parastoo Ashtari 8d96ee8b46 Move DumpConstantData to DebugOnStepEnd for ascend MindRT and add check for kGraphOpRun 2022-01-14 18:23:53 -05:00
maning202007 a88926b6d9 Add gil for offline debugger 2022-01-04 14:45:00 +08:00
lby e6857a6553 using cube to get c0 value 2021-12-29 09:00:52 +08:00
Parastoo Ashtari b832e218c3 kernel by kernel dump 2021-12-24 18:38:35 -05:00
Parastoo Ashtari 26a928a888 fix sink true history file bug 2021-12-13 13:59:00 -05:00
Parastoo Ashtari 76f074b77e Debugger support ascend mindrt 2021-12-08 13:27:58 -05:00
Parastoo Ashtari 9c036d1229 Fix GPU sink_mode True and Dump multi graph ERROR issue 2021-12-02 13:01:11 -05:00
Jimmy Qi 2a4a98ce9d Refactor original kernal name so all output tensors are included in stat
dump
2021-11-26 19:21:54 +00:00
i-robot a92d97adb2 !25850 Add CANN tensor data callback support for ascend async dump - part2
Merge pull request !25850 from TinaMengtingZhang/cann_api_adapt
2021-11-25 02:11:28 +00:00
Parastoo Ashtari 8f12b496b4 fix GPU dump sink=True issue 2021-11-24 14:33:09 -05:00
TinaMengtingZhang 07b653103e Support Cann callback api for ascend async dump 2021-11-24 10:35:29 -05:00
Parastoo Ashtari 7f682ba2f6 partial support for multi root graph in online debugger 2021-11-16 10:23:59 -05:00
Jimmy Qi b21c099767 Add option to dump tensor statistics in csv format 2021-11-15 19:00:59 +00:00
TinaMengtingZhang f84b27b444 sync code self check from dev 1.1 2021-10-04 13:24:28 -04:00
TinaMengtingZhang dbed33a2ad Fix online debugger terminate with 1 issue: I3YAPB 2021-09-22 10:59:46 -04:00
Parastoo Ashtari 7c9ecff30b support multi network dump in GPU 2021-09-21 13:43:24 -04:00
TinaMengtingZhang f4db1dabe0 Merge code safety check to master 2021-09-17 17:20:52 -04:00
TinaMengtingZhang fef60422e0 support offline debugger memory control 2021-09-01 14:55:47 +08:00
Parastoo Ashtari 5ed11885d7 Add tensor base and stat info to online debugger 2021-08-25 13:10:13 -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
sabrinasun 07009fbbe8 fix core dump issue caused by heartbeat 2021-08-16 21:41:01 -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
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
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
John Tzanakakis 3a6c88e3e6 unify overflow wp support for online and offline debugger 2021-07-27 00:53:53 -04:00
maning202007 2b3d215ef8 Fix the forever loop for multigraph on gpu 2021-07-20 11:51:31 +08:00
Parastoo Ashtari d2f6dd1a32 remove CheckDatasetGraph from debug_actor.cc 2021-07-15 19:45:06 -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
Parastoo Ashtari e2a4172560 make gpu dump truly async 2021-06-28 16:44:35 -04:00
Parastoo Ashtari 6ed17d52b1 Add debugger to new unified GPU runtime 2021-06-22 18:23:56 -04: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
jiangshuqiang 6154f957fb fix static check 2021-05-31 16:47:21 +08:00
TinaMengtingZhang da6e068ed7 fix ci codecheck alarm in master 2021-05-25 15:47:47 -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
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
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 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
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
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
John Tzanakakis ddae425e0c use host instead of device shape for debugger 2021-04-22 17:54:51 -04:00
Islam Amin 0fa5a443be fix dataset_sink_mode=True issue with GPU 2021-03-15 11:57:23 -04:00