Commit Graph

314 Commits

Author SHA1 Message Date
Parastoo Ashtari d207cc443e fix EnableDebugger called so many times for dump 2022-04-05 17:00:59 -04:00
i-robot d40dc4f997
!31482 Fix load tensor into mem twice for ascend kernel by kernel dump
Merge pull request !31482 from TinaMengtingZhang/kernel_dump
2022-03-26 01:53:33 +00:00
TinaMengtingZhang 9e717bd7fa fix load and convert tensor twice in ascend kernel by kernel dump 2022-03-25 11:35:11 -04:00
i-robot 3f97989a11
!31335 A+m async dump waits and exits until writing file is completed
Merge pull request !31335 from TinaMengtingZhang/dbg_bugfix
2022-03-22 02:31:29 +00:00
maning202007 d96201e5be Fix codecheck warnings 2022-03-21 19:46:15 +08:00
maning202007 c35fe12a12 Fix codecheck warnings for debug module 2022-03-20 16:47:20 +08:00
TinaMengtingZhang 438e261bbc wait until dumping finished 2022-03-18 11:44:09 -04:00
i-robot d71a9a088b
!31491 fix pclint of runtime device
Merge pull request !31491 from limingqi107/bug_fix4
2022-03-18 12:06:28 +00:00
i-robot dc5f77f585
!31298 build libmindspore_backend.so
Merge pull request !31298 from zhoufeng/backend-frontend-decoupling
2022-03-18 09:41:51 +00:00
limingqi107 3496a346be fix pclint of runtime device 2022-03-18 10:37:46 +08:00
zhoufeng b7bb53ff73 build libmindspore_backend.so
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-03-17 19:14:45 +08:00
Parastoo Ashtari ceb8f203e3 add progress check wp 2022-03-16 10:03:28 -04:00
Parastoo Ashtari c61e56cbe2 fix kernel by kernel and mindRT parameter bug 2022-03-10 16:16:15 -05:00
i-robot 06a76f69bc
!30258 Enhace check watchpoint
Merge pull request !30258 from parastooashtari/check_wp_perf
2022-03-09 07:19:06 +00:00
Parastoo Ashtari 29f953d347 Enhance checkwatchpoint performance for offline debugger 2022-03-08 17:05:45 -05:00
jiaorui ca3a273756 add host_shape to CreateDeviceAddress api 2022-03-04 16:34:05 +08: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
i-robot 16f0438713
!30202 Fix input dump error in kernel by kernel mode
Merge pull request !30202 from TinaMengtingZhang/bugfix
2022-02-18 08:07:42 +00:00
TinaMengtingZhang ab5aba46ff fix input parameter dump error 2022-02-17 14:38:51 -05:00
maning202007 6a87443340 Fix the debugger warning on cpu 2022-02-17 17:10:31 +08:00
Parastoo Ashtari 6d5c80fb56 fix dump structure for multi graph in ascend mindRT 2022-02-15 14:24:43 -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 5c8d48d809 use launch_info to load input and outputs mindRT 2022-01-24 13:25:43 -05:00
Parastoo Ashtari c6f5fb06f2 add comments for dump and debugger code. 2022-01-18 17:03:49 -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
i-robot 05cd3ca997
!28671 Move e2e dump to super kernel Ascend MindRT
Merge pull request !28671 from parastooashtari/ascend_mindrt
2022-01-10 08:11:58 +00:00
Parastoo Ashtari 28c88a6b2d move e2e dump to superkernel for mindRT 2022-01-07 11:01:56 -05:00
i-robot f7b9b71ef4
!28616 Update the rank_id issue for Ascend
Merge pull request !28616 from maning202007/master
2022-01-07 07:40:26 +00:00
maning202007 c7633672f1 Update the rank_id issue for Ascend 2022-01-06 20:11:19 +08:00
TinaMengtingZhang 416797f5fa change async file pool type to set
fix convert twice
2022-01-05 18:42:31 -05:00
maning202007 a88926b6d9 Add gil for offline debugger 2022-01-04 14:45:00 +08:00
maning202007 50ba04aaa7 Add gil_scoped_release for checkwatchpoints 2021-12-31 18:09:49 +08:00
parastooashtari 5a25d3e6c0 fix async dump sink true issue 2021-12-30 12:12:07 +08:00
lby e6857a6553 using cube to get c0 value 2021-12-29 09:00:52 +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
Parastoo Ashtari 70ed1d5d54 fix online debugger multigraph issue 2021-12-20 20:14:47 -05: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
i-robot 5087d2e985 !27446 Use super kernel actor to load data for dump (Ascend)
Merge pull request !27446 from parastooashtari/super_kernel
2021-12-16 02:27:52 +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
Parastoo Ashtari 0f41e3ae68 use super kernel to load data for ascend dump 2021-12-15 18:30:40 -05:00