Commit Graph

204 Commits

Author SHA1 Message Date
i-robot cd3cfc3320
!31884 fix multi device target dump issue
Merge pull request !31884 from parastooashtari/ascend_mindrt
2022-03-26 07:58:03 +00:00
TinaMengtingZhang 9e717bd7fa fix load and convert tensor twice in ascend kernel by kernel dump 2022-03-25 11:35:11 -04:00
Parastoo Ashtari 8b383f54dc fix multi device target dump issue 2022-03-25 11:29:18 -04:00
maning202007 c35fe12a12 Fix codecheck warnings for debug module 2022-03-20 16:47:20 +08:00
zhoufeng b7bb53ff73 build libmindspore_backend.so
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-03-17 19:14:45 +08:00
TinaMengtingZhang 646909d3f4 fix a+m dump probilistic failure in ci: 1. do not parallel to dump statistics and remove file lock. 2. when tensor size is small, do it in single thread 2022-03-14 17:11:55 -04:00
i-robot 2ed51f3cc7
!30660 Add host_shape to CreateDeviceAddress API Input
Merge pull request !30660 from jiaorui/host_shape
2022-03-09 01:18:04 +00:00
jiaorui ca3a273756 add host_shape to CreateDeviceAddress api 2022-03-04 16:34:05 +08:00
Parastoo Ashtari dadcadec03 fix graph history dump issue for ascend kernel by kernel 2022-03-03 15:48:49 -05:00
i-robot 92770ef12e
!30200 Improve A+M dump performance
Merge pull request !30200 from TinaMengtingZhang/a_m_dump_perf
2022-03-03 02:05:04 +00:00
yelihua 5d70b3a7d8 enable dump when met exception during train 2022-03-02 18:30:36 +08:00
TinaMengtingZhang 4a8d3defe7 Enhance the perfomance of A+M dump: Parallelize ConverFormatForTensorAndDump and refactoring 2022-03-01 23:08:38 -05:00
i-robot 330cacf905
!30573 Catch abnormals from sto functions in debug
Merge pull request !30573 from maning202007/master
2022-02-26 08:52:22 +00:00
maning202007 9328041de4 Catch abnormals from sto functions in debug
Fix type errors

Fix bugs

Fix cycle depth
2022-02-26 11:03:52 +08:00
zhoufeng f49b195c39 extract common as an independent shared library
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-02-26 10:55:51 +08:00
maning202007 54a69ebd82 Fix DumpParameters issue when only need dump input data
Fix code warnings in debug

Fix code warnings2
2022-02-22 15:08:46 +08:00
TinaMengtingZhang ab5aba46ff fix input parameter dump error 2022-02-17 14:38:51 -05:00
TinaMengtingZhang e576292862 dump statistic file in kernel by kernel mode 2022-02-15 16:58:00 -05:00
marui d47e79b04c Refactor ccsrc directories and CMakeLists files 2022-02-13 14:37:51 +08:00
i-robot fe74be4830
!29701 Support dump parameters using origin_parameter_order, fix DumpConstantData issue and refactor debugger mindRT code
Merge pull request !29701 from parastooashtari/kernel_level_dump
2022-02-11 07:49:30 +00:00
Parastoo Ashtari f6bebc7d97 use origin_parameter_order to load and dump params mindRT
Refactor mindRT code
Fix DumpConstantData issue
2022-02-10 14:18:08 -05:00
TinaMengtingZhang 6a00f9797a sync up codex warning fix for dump and debugger to open source branch 2022-02-07 17:02:18 -05:00
Parastoo Ashtari bc228d4d58 support cell dump for ascend kernel-by-kernel mode 2022-01-27 11:47:45 -05:00
Parastoo Ashtari c6f5fb06f2 add comments for dump and debugger code. 2022-01-18 17:03:49 -05:00
i-robot f254f9a295
!29218 Show IsDumpEnabled warning message only once
Merge pull request !29218 from parastooashtari/kernel_level_dump
2022-01-18 13:09:47 +00:00
Parastoo Ashtari 44103b14ec Print IsDumpEnabled warning message once 2022-01-17 16:13:01 -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
lby e6857a6553 using cube to get c0 value 2021-12-29 09:00:52 +08:00
yelihua 3bcd6cb9aa didn't print msg when dump mode is not 1 2021-12-27 19:49:00 +08:00
i-robot 6f6977a73b !27941 Ascend kernel level dump
Merge pull request !27941 from parastooashtari/kernel_level_dump
2021-12-25 07:10:26 +00:00
Parastoo Ashtari b832e218c3 kernel by kernel dump 2021-12-24 18:38:35 -05:00
sabrinasun 3f5416a556 fix constant dump bug and fix ci warning 2021-12-22 19:58:00 -05:00
i-robot 1c5a47a8a8 !27815 Do not skip statistic if type is not supported
Merge pull request !27815 from Jimmy Qi/datatype
2021-12-17 15:39:12 +00:00
i-robot ec90e501dc !27839 Save non-tensor value in pb
Merge pull request !27839 from sabrinasun_59ee/fix
2021-12-17 13:20:42 +00:00
sabrinasun 2bd107731f save non-tensor value in pb 2021-12-16 23:29:13 -05:00
Jimmy Qi 48140c69c2 Do not skip statistic if type is not supported 2021-12-16 19:23:36 +00:00
i-robot 4361357795 !27746 Fix log info in A+M dump
Merge pull request !27746 from TinaMengtingZhang/fix_log
2021-12-16 11:56:49 +00:00
i-robot 4ac1ba29a1 !27688 Dump data type in human readable format
Merge pull request !27688 from Jimmy Qi/datatype
2021-12-16 01:43:46 +00:00
i-robot 8d648e0f1e !19673 Seperate constant from pb file
Merge pull request !19673 from sabrinasun_59ee/constant
2021-12-15 23:52:33 +00:00
TinaMengtingZhang 57a7e91c18 fix log info if format&type is not found 2021-12-15 16:23:40 -05:00
Jimmy Qi dcf6c7af19 Write data type in human readable format 2021-12-15 16:01:03 +00:00
sabrinasun 542d715217 seperate constant from pb 2021-12-14 13:19:14 -05:00
i-robot 46e12035bf !27502 Print null for min, max, avg values when tensor only has NaNs and Infs
Merge pull request !27502 from Jimmy Qi/stat-null
2021-12-14 14:51:55 +00:00
Parastoo Ashtari 26a928a888 fix sink true history file bug 2021-12-13 13:59:00 -05:00
Jimmy Qi 6f2b70c21f Print null for min, max, avg values for NaN tensor 2021-12-12 19:31:21 +00:00
i-robot cb361b9123 !26755 Debugger support for ascend mindrt
Merge pull request !26755 from parastooashtari/ascend_runtime
2021-12-10 16:47:53 +00:00
Parastoo Ashtari 76f074b77e Debugger support ascend mindrt 2021-12-08 13:27:58 -05:00
Jimmy Qi b9d1a4920c Add statistic dump for ascend 2021-12-06 20:11:44 +00:00
sabrinasun c095908772 fix enable=false still dump issue for cell dump 2021-11-30 22:10:20 -05:00