i-robot
92770ef12e
!30200 Improve A+M dump performance
Merge pull request !30200 from TinaMengtingZhang/a_m_dump_perf
4 years ago
yelihua
5d70b3a7d8
enable dump when met exception during train
4 years ago
TinaMengtingZhang
4a8d3defe7
Enhance the perfomance of A+M dump: Parallelize ConverFormatForTensorAndDump and refactoring
4 years ago
TinaMengtingZhang
ab5aba46ff
fix input parameter dump error
4 years ago
marui
d47e79b04c
Refactor ccsrc directories and CMakeLists files
4 years ago
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
4 years ago
Parastoo Ashtari
f6bebc7d97
use origin_parameter_order to load and dump params mindRT
Refactor mindRT code
Fix DumpConstantData issue
4 years ago
TinaMengtingZhang
6a00f9797a
sync up codex warning fix for dump and debugger to open source branch
4 years ago
TinaMengtingZhang
16bb7407a2
Delete dead code in debugger & dump.
4 years ago
Parastoo Ashtari
b832e218c3
kernel by kernel dump
4 years ago
sabrinasun
542d715217
seperate constant from pb
4 years ago
Jimmy Qi
b9d1a4920c
Add statistic dump for ascend
4 years ago
TinaMengtingZhang
07b653103e
Support Cann callback api for ascend async dump
4 years ago
i-robot
257bb3500d
!25785 change dump path to avoid invalid symbol in ci path
Merge pull request !25785 from yelihua/dev
4 years ago
parastooashtari
1a59dc37bf
add graph execution order history to dump
4 years ago
yelihua
f9f2058055
change dump path to avoid invalid symbol in path
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
Parastoo Ashtari
7c9ecff30b
support multi network dump in GPU
4 years ago
yelihua
83b3f6fef7
delete Common::GetRealPath
4 years ago
Parastoo Ashtari
ce773462a5
fix ascend sink_mode e2e dump issue
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
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
sabrinasun
279717fb8e
remove return value of data dump
4 years ago
Parastoo Ashtari
63273a6599
Replace system calls with c++ calls
4 years ago
Parastoo Ashtari
e2a4172560
make gpu dump truly async
4 years ago
John Tzanakakis
11b9f17a71
fix async dump for sink_mode=True
4 years ago
mindspore-ci-bot
fa1f2c4341
!17003 clean codex
From: @jojobugfree
Reviewed-by: @yuchaojie,@zhoufeng54,@chujinjin
Signed-off-by: @zhoufeng54
4 years ago
TinaMengtingZhang
2fa05b66a1
change device_id to rank_id in dump path
4 years ago
caifubi
1b43bd923b
clean codex
4 years ago
TinaMengtingZhang
f11d5fa8ad
Unify file name for parameter and CPU dump
4 years ago
John Tzanakakis
1d62e1653e
Unified dump entry, async dump multiple steps in different dirs, and async dump multiple specific steps in one training session - finer grain control
4 years ago
TinaMengtingZhang
4926d74570
unify dir path
dump hccl and config json files to dir
update filename for sync dump except cpu dump
update testcases
4 years ago
John Tzanakakis
b5e70f7231
use device type in dump file name when trans_flag=false
4 years ago
buxue
563888996f
fix ReviewBoot and CodeDex
4 years ago
Parastoo Ashtari
f8ed1a7c28
fixed the dump file folder
added log in debugger.cc for pre and post execute
added log in debugger.cc for pre and post execute
fixed the format of the code
removed the repeated lines
fixed format in debugger.cc
add more logs for debugger.cc
fixed the bug in debugger.cc
removed the logs in debugger.cc
4 years ago
buxue
ab59f62147
add dump data function for CPU
5 years ago