wangshuide2020
8e4f550959
fix the problem of the duplication file.
5 years ago
luopengting
b9c978830a
clean redundant code after removing lineage public APIs:
1. clean redundant code in lineage parsing and querier
2. delete get_summary_lineage()
3. modify related st and ut to use data_manager
5 years ago
mindspore-ci-bot
debe5ab17e
!673 add UT for optimizer and get_flatten_lineage
Merge pull request !673 from shenghong96/test_get_flatten_lineage
5 years ago
shenghong
517f7c1ff6
add UT for optimizer and the get_flattened_lineage function
5 years ago
mindspore-ci-bot
18a39b5b6a
!627 support block query for tensor visualization and tensor comparisons
Merge pull request !627 from wangshuide/wsd_merged_debug
5 years ago
wangshuide2020
a194bb1660
support block query for tensor visualization and tensor comparisons.
5 years ago
lilongfei
b1d81dab57
add UT for mindconverter
5 years ago
luopengting
1d8038f680
add filter operation 'not_in' in lineage
5 years ago
Li Hongzhang
da797e3e2f
parse pb files in executor
5 years ago
liuchongming
407a3bd1c8
Solve cycle-ref.
5 years ago
Li Hongzhang
c2210200fc
redefine reload interval
5 years ago
mindspore-ci-bot
5e6932f0f6
!601 Add the summary loading switch mechanism
Merge pull request !601 from LiHongzhang/fix_caching
5 years ago
yelihua
50e1400505
add debugger module
5 years ago
Li Hongzhang
990800239b
add summary loading switch mechanism
5 years ago
mindspore-ci-bot
249c130c3d
!609 datavisual: some adjustments of datavisual graph
Merge pull request !609 from zhangyunshu/zys_reconstruct_graph
5 years ago
mindspore-ci-bot
ffcbc57fe5
!592 add ut and st of tensor visualization
Merge pull request !592 from wangshuide/wsd0727
5 years ago
zhangyunshu
39c11a2ad3
datavisual: reconstruct debugger graph
5 years ago
Li Hongzhang
f72b4a0a1b
remove sysmetric
5 years ago
wangshuide2020
f847850382
add ut and st of tensor visualization
5 years ago
Li Hongzhang
4b1524883a
remove lineage public APIs
5 years ago
Li Hongzhang
dc02a0e434
prepend test_ to filename
5 years ago
mindspore-ci-bot
0553ba1029
!549 set the parameter output data type
Merge pull request !549 from ougongchang/fix_graph
5 years ago
ougongchang
ad779f4e57
set the parameter output data type
5 years ago
wuzhuanke
ead3598aad
add wizard ut
5 years ago
luopengting
1c73d20cc7
mainly to new a thread to load detail info
1. New a thread to load detail info. Loading detail info takes too much time,
so the summary list and lineage can not be loaded timely.
2. Add a status for DetailCacheManager to indicate it is INIT, LOADING or DONE.
3. Update UT/ST.
5 years ago
mindspore-ci-bot
5b6de4a67b
!441 Remove profiler user interface and parser.
Merge pull request !441 from yuximiao/yuximiao_profiler
5 years ago
mindspore-ci-bot
a5cabe8ca7
!440 Change the mindinsight multiprocessing computing code to use a unified manager, add new features
Merge pull request !440 from wenkai/pref_opt_0720_1cp1
5 years ago
wenkai
26fabf4770
Refactor the mindinsight multiprocessing computing code to use a unified manager.
Main features:
1. Use the ComputingResourceManager to manage all computing workers.
2. Ensure fair worker number between summary directories at first. So every summary directories in cache will be loaded simultaneously.
3. When a summary directory is loaded, it's worker will be released, and other unfinished summary directories can use the released workers to speed up. This way we solved the slow worker problem.
Code changes:
1. Added computing_resource_mgr.py
2. Passed ComputingResourceManager instances instead of workers_count
3. Simplified the _load_single_fine() function a bit.
5 years ago
yuximiao
d3cc7a89a3
remove profiler user interface.
5 years ago
Li Hongzhang
3da4d71dff
add the resource monitor api
- collect_cpu
- collect_mem
- collect_npu
5 years ago
wangshuide2020
e8ffeb70ef
Support tensor visualization. 1.Tensor display in a table, it can support no more than two dimensions tensor visualization; 2.Tensor histogram visualization for all step in cache.
5 years ago
wenkai
c610544905
fix ZeroDivisionError when original bucket width is 0 by checking the width.
5 years ago
chenchao99
a0433c14d3
Revert "update the display column name in ui"
This reverts commit a828f6681c .
5 years ago
chenchao99
a828f6681c
update the display column name in ui
5 years ago
chenchao99
0d8808e5b3
update the display name of aicore detail execution time
5 years ago
askmiao
9cd1fafa17
adapte diff aicpu kernel
5 years ago
askmiao
f9d5fa3b59
add and modify ut case
5 years ago
mindspore-ci-bot
85938f28d8
!313 Remove the TrainLineage, EvalLineage and related UT/ST
Merge pull request !313 from 李鸿章/rm_lineage_cb
5 years ago
Li Hongzhang
7ce9f9bd58
remove TrainLineage, EvalLineage and related ut/st
5 years ago
chenchao99
d9508ea7e3
fix ci problem of function length
5 years ago
liangyongxiong
f2f80b177a
add path_prefix argument for start command
5 years ago
chenchao99
5cffc9412a
Adapt the framework file update.
Modify points: 1. adapt the task id change; 2. support parsing point
files; 3. adapt the source path change
5 years ago
root
449bec1fa2
featrue for proposer
5 years ago
mindspore-ci-bot
8e0cfd601c
!270 feature of minddata pipeline information parser and analyser, including ut
Merge pull request !270 from chenchao99/profiler_pipeline
5 years ago
chenchao99
ee3f241205
add feature of minddata pipeline stage analysing function
5 years ago
quyongxiu1
9a93920fd0
fix some mapping relationships and add tests to verify the relationship
5 years ago
ggpolar
7cad801da3
parse scripts by AST in converter module.
Use the AST replaces the importlib/inspect modules to analyze and modify network definition script.
The importlib/inspect must load python script to analyze, but AST analysis is static code analysis and is very secure.
5 years ago
yelihua
c52d050193
update ut, st and validation.
5 years ago
quyongxiu
8c0104f420
add a new op mapping
add op mappings
fix pylint
fix mistake { as [
add tests
add test for eye and revise func and mappings
revise mapping and add test
fix pylint
fix pylint
5 years ago
mindspore-ci-bot
09f2462170
!169 add ut for framework parser
Merge pull request !169 from chenchao99/profiler_ut
5 years ago