xiefangqi
24ac2382ff
mac compile
4 years ago
Jimmy Qi
b21c099767
Add option to dump tensor statistics in csv format
4 years ago
yelihua
cfa8c7a0e8
update OWNERS
4 years ago
i-robot
76f4f77cc2
!24520 Add graph run history to dump structure
Merge pull request !24520 from parastooashtari/multi_root_graph_dump
4 years ago
He Wei
fd8bbb4d96
Optimize isa() and type id related code.
1. Let 'isa<T>()' calls 'IsSameTypeId()' when T is final,
and we add 'final' mark to some final classes derived from Base;
2. Generate type id at compile time using constexpr hash function,
remove TypeIdManager and related code;
3. Add a tool script 'scripts/check_tid.sh' to check tid uniqueness;
4. Improve type search in 'proto_exporter.cc' and 'convert_utils_py.cc';
5. Add some missed MS_DECLARE_PARENT;
6. Ensure calls of 'parent_t::IsFromTypeId()' are all inlined.
4 years ago
parastooashtari
1a59dc37bf
add graph execution order history to dump
4 years ago
maning202007
badfaadc0d
Fix code warnings in debugger
4 years ago
maning202007
8ee33007b1
add const to the data_ptr definition
Fix pclint for debugger
fix bugs
fix duplicated code issue
Fix the depth of method over 4 issue
fix comments
fix CI errors
remove redundancy arguments
4 years ago
i-robot
73e545c56f
!23799 Fix debugger exit timing too long issue due to heartbeat thread
Merge pull request !23799 from sabrinasun_59ee/heartbeat
4 years ago
sabrinasun
41d737553a
sync commercial branch self check fix to master
4 years ago
sabrinasun
8290c69d55
fix exit time too long issue
4 years ago
John Tzanakakis
7e7b444c63
remove verbose option from DbgServices
4 years ago
TinaMengtingZhang
f84b27b444
sync code self check from dev 1.1
4 years ago
John Tzanakakis
76c6af7722
use ms logging instead of custom debugger logging
4 years ago
i-robot
8c93e77688
!24079 Sync code warning fix to master
Merge pull request !24079 from sabrinasun_59ee/warning
4 years ago
sabrinasun
77111054d2
sync clean warning fix to master
4 years ago
i-robot
7bcf2553a4
!23944 Add safety check for LoadParametersAndConst function call
Merge pull request !23944 from parastooashtari/multi_root_graph_gpu
4 years ago
TinaMengtingZhang
dbed33a2ad
Fix online debugger terminate with 1 issue: I3YAPB
4 years ago
Parastoo Ashtari
b4bb5a7989
add safety check for LoadParametersAndConst
4 years ago
i-robot
542819f08f
!23566 Support multi root graph GPU dump mindrt runtime
Merge pull request !23566 from parastooashtari/multi_root_graph_gpu
4 years ago
i-robot
e5bdb5dd6d
!23823 Clean pclint, codex warning
Merge pull request !23823 from sabrinasun_59ee/warning
4 years ago
i-robot
7cf815bcfa
!23509 Reading mindspore version from version.txt
Merge pull request !23509 from sabrinasun_59ee/version
4 years ago
sabrinasun
ca1e6d869e
clean pclint, codex warning
4 years ago
Parastoo Ashtari
7c9ecff30b
support multi network dump in GPU
4 years ago
i-robot
60b33924dc
!23711 Fix the code warnings
Merge pull request !23711 from maning202007/master
4 years ago
rescue
a67275d857
read ms version from version.txt
4 years ago
maning202007
20115564f7
Fix code warnings
4 years ago
huanghui
80416a71e0
fix warnings of pclint plus, codedex and codecheck
4 years ago
TinaMengtingZhang
f4db1dabe0
Merge code safety check to master
4 years ago
sabrinasun
3a349a9219
add ut test for offline debugger
4 years ago
i-robot
f1e92aeb00
!23186 use Common::CreatePrefixPath instead of Common::GetRealPath
Merge pull request !23186 from yelihua/dev
4 years ago
yelihua
7c3994e48e
use Common::CreatePrefixPath instead of Common::GetRealPath
4 years ago
TinaMengtingZhang
1670fb9def
Implement queue waiting for offline dbg memory control module
4 years ago
maning202007
de3a5ee9ad
Update teh ms_version to 1.5.0 for debugger
4 years ago
TinaMengtingZhang
b039cc3682
fix memory usage in header reading
4 years ago
yelihua
912d16b9a5
stop sendheartbeat when finish normally
4 years ago
TinaMengtingZhang
fef60422e0
support offline debugger memory control
4 years ago
John Tzanakakis
80c566e325
fix yolov3 tiny multi root graph seg fault
4 years ago
Zhang Qinghua
a137fa1d0b
Optimize the Executors routines.
- Fix the key generating.
- Distinguish the executors.
4 years ago
yelihua
a6140b8853
fix the bug about readtensor for offline debugger
4 years ago
Parastoo Ashtari
bf034bddb5
Apply comments on tensor stat online and offline debugger
4 years ago
Parastoo Ashtari
5ed11885d7
Add tensor base and stat info to online debugger
4 years ago
i-robot
2edaba38bf
!21389 Add Tensor Base and Stat info to offline debugger
Merge pull request !21389 from parastooashtari/tensor_info_levels
4 years ago
Parastoo Ashtari
ff83dee704
Add tensor base and stat info to offline debugger
4 years ago
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
4 years ago
djc
b077aa1cab
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
i-robot
de9fae6ce4
!21688 Fix coredump caused by heartbeat
Merge pull request !21688 from sabrinasun_59ee/fix
4 years ago
Parastoo Ashtari
6d93ab5e35
Fixed old runtime GPU dump issue for multigraph
4 years ago
sabrinasun
07009fbbe8
fix core dump issue caused by heartbeat
4 years ago