maning202007
9328041de4
Catch abnormals from sto functions in debug
Fix type errors
Fix bugs
Fix cycle depth
4 years ago
TinaMengtingZhang
6a00f9797a
sync up codex warning fix for dump and debugger to open source branch
4 years ago
TinaMengtingZhang
79f920f499
bugfix: extract task id error in offline dbg
4 years ago
TinaMengtingZhang
416797f5fa
change async file pool type to set
fix convert twice
4 years ago
yelihua
01823faed0
change error level to info as dir not exist is normal case
4 years ago
John Tzanakakis
9145dd9bba
support op overflow consumption for A dump and A plus M dump
4 years ago
John Tzanakakis
64893bf9eb
deal with kernel_graph_#_ prefix in tensor name in overflow wp checking
4 years ago
Parastoo Ashtari
574ba6930a
add error_no_value error_code
4 years ago
Parastoo Ashtari
7f682ba2f6
partial support for multi root graph in online debugger
4 years ago
Jimmy Qi
b21c099767
Add option to dump tensor statistics in csv format
4 years ago
parastooashtari
1a59dc37bf
add graph execution order history to dump
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
sabrinasun
41d737553a
sync commercial branch self check fix to master
4 years ago
John Tzanakakis
76c6af7722
use ms logging instead of custom debugger logging
4 years ago
i-robot
60b33924dc
!23711 Fix the code warnings
Merge pull request !23711 from maning202007/master
4 years ago
maning202007
20115564f7
Fix code warnings
4 years ago
TinaMengtingZhang
f4db1dabe0
Merge code safety check to master
4 years ago
yelihua
97c3442995
fix the bug of checking watchpoint for online dbg
4 years ago
i-robot
0430e60d5a
!23203 Fix for multi root graph dump issue in ascend
Merge pull request !23203 from parastooashtari/multi_root_graph_dump
4 years ago
Parastoo Ashtari
c198b7c1a8
Fix multi root graph dump issue
4 years ago
TinaMengtingZhang
1670fb9def
Implement queue waiting for offline dbg memory control module
4 years ago
Parastoo Ashtari
1019bfc70f
fix checkwatchpoints multi card issue
4 years ago
Parastoo Ashtari
65d8272352
sort wp hit for offline debugger with time stamp
4 years ago
i-robot
11fb992b42
!22751 Add memory restriction support for caching tensor in offline debugger
Merge pull request !22751 from jiangshuqiang/dbg_mem_limit
4 years ago
TinaMengtingZhang
fef60422e0
support offline debugger memory control
4 years ago
Parastoo Ashtari
e710397a9e
fix inconsistent wp value issue in offline dbg
4 years ago
John Tzanakakis
80c566e325
fix yolov3 tiny multi root graph seg fault
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
Parastoo Ashtari
ff83dee704
Add tensor base and stat info to offline debugger
4 years ago
sabrinasun
3150413259
change privare member name
4 years ago
He Wei
b95e592324
Implement float16 to remove Eigen dependence
4 years ago
John Tzanakakis
3a6c88e3e6
unify overflow wp support for online and offline debugger
4 years ago
John Tzanakakis
a0c6e29312
seg fault and existing dump fix
4 years ago
Parastoo Ashtari
81a289d084
Fix for load async tensor on acend issue
4 years ago
TinaMengtingZhang
9a68c26fc6
Fix issues: 1.missing parameter name in dump; 2.too much read tensor output in offline debugger
4 years ago
John Tzanakakis
c85d65c0ef
use -1 iteration for init state and fix missing tensor read outputs
4 years ago
TinaMengtingZhang
4e8db5e115
change arg 'is_parameter' to 'is_output' and rename device_id to rank_id in python api
4 years ago
TinaMengtingZhang
36b0517ac3
fix bug: stripped name
4 years ago
John Tzanakakis
daedb7dd9f
dump and offline fixes for sync op_debug_mode and input reading
4 years ago
John Tzanakakis
ac1847ffac
fix iter 0 and iter 1 being dumped in dir 0, make op_debug_mode optional for sync mode, read input files for offline debugger
4 years ago
Parastoo Ashtari
4120a122e3
Add multi thread for checkwatchpoints
fixed the style issues
fixed the style header issue
Add tensor list byte size in debugger.cc and clean code for better style
Removed some comments
fixed the bug for multi thread code offline debugger
set default number of threads for checkwatchpoints to 32. move tensor byte size to debug_services.cc for offline and online debugger
4 years ago
John Tzanakakis
7d460de8b4
adapt offline debuger to new dump, sync support for iteration ranges, GPU default dump mode correction
4 years ago
mindspore-ci-bot
045afa7686
!16033 [Debugger] Fixing ci alarm on typedef in master
From: @tina_mengting_zhang
Reviewed-by: @john_tzanakakis,@tom__chen
Signed-off-by: @john_tzanakakis
4 years ago
TinaMengtingZhang
248be56be7
change C style struct definition
4 years ago
John Tzanakakis
b5e70f7231
use device type in dump file name when trans_flag=false
4 years ago
tinazhang
6b84149e2f
Address ci alarm for master branch: pclint, CppCodeStyle and codex
4 years ago
Islam Amin
1b5ec2f3e1
NPY support
5 years ago
John Tzanakakis
da3b13a0e1
Offline debugger
Authors: John Tzanakakis, Adel Shafiei, Amir Lashkari, Islam Amin
5 years ago
John Tzanakakis
b291861e85
LoadTensors was using a 4-byte size field instead of an 8-byte size field
don't load tensors if the type is none
5 years ago