Adel Shafiei
b8fc889368
fixed the problem with missing inputs dumps when using GPU
5 years ago
mindspore-ci-bot
40b4844b76
!7263 Remove debugger argument from runtime functions
Merge pull request !7263 from Harshvardhan Gupta/add-dbg-runtime
5 years ago
mindspore-ci-bot
3b0f39623d
!7451 Specify the dump names of constant nodes the same with the names in pb file
Merge pull request !7451 from wangyue/master
5 years ago
Harshvardhan Gupta
744355a005
remove dbg args from runtime and remove needless argument from IsWatchpoint
5 years ago
mindspore-ci-bot
687e9126aa
!7267 dump kernel inputs/outputs based on the input_output field of the config file.
Merge pull request !7267 from AdelShafiei/kernels_dump
5 years ago
wangyue01
0e6402ada9
Specify the dump name of constant nodes the same with proto file.
5 years ago
mindspore-ci-bot
283ab84884
!7269 dump constant values for each step
Merge pull request !7269 from lichen_101010/dump_constant_values_new
5 years ago
Adel Shafiei
e4ebdc599e
Added input/output kernel dump support based on the config file
5 years ago
lichen_101010
678962d718
implementation for dumping const values for each step
fix no output address error
address clang-format error
address some comments
clang_format check
5 years ago
huanghui
b7519b7418
unify save_graphs_path
5 years ago
caifubi
9b76f4ed57
get physical device for gpu
5 years ago
caifubi
e3f47285d7
Fix dump wrong device_id on gpu
5 years ago
mindspore-ci-bot
9e48d6527a
!7131 Change directory to read the overflow dumps from
Merge pull request !7131 from Harshvardhan Gupta/fix-overflow
5 years ago
mindspore-ci-bot
d3bd1cb5b8
!6668 [Data Dump] [master] Fix asynchronous data dump failure
Merge pull request !6668 from caifubi/dump
5 years ago
mindspore-ci-bot
d7b7ba3797
!7054 move dump id to end
Merge pull request !7054 from jjfeing/master
5 years ago
mindspore-ci-bot
d30dece8a9
!6515 Resolve deadlock issue when terminate debugger from UI
Merge pull request !6515 from lichen_101010/terminate_deadlock_issue
5 years ago
Harshvardhan Gupta
e77e816f1d
fix overflow dump path
5 years ago
Harshvardhan Gupta
7c5e0541ba
load inputs before suspending execution in dbg
5 years ago
caifubi
b17b4abf7d
Fix async data dump failed
5 years ago
jjfeing
d050422c4f
ir id move to end
5 years ago
laiyongqiang
bd8aeefd95
disable memory reuse for selected op in e2e dump
5 years ago
mindspore-ci-bot
0872bbcf1f
!6689 fix no line info of user code for error reporting
Merge pull request !6689 from fary86/fix_error_report_line_info
5 years ago
mindspore-ci-bot
c8ac3d0334
!6591 Fix some safe warnings in debugger
Merge pull request !6591 from maning202007/checknull
5 years ago
fary86
1dbc3b491a
fix bug of no line info when error reporting
5 years ago
lichen_101010
5713ea38b8
resolve terminate issue
terminate issue part 2
clean up code
first draft of deadlock issue
test
resolve terminate deadlock issue
add node level condition
resolve terminate issue
terminate issue part 2
clean up code
first draft of deadlock issue
test
resolve terminate deadlock issue
add node level condition
cleanup code and CI checks
rebase to master and address conflicts
refactor code
fix a bug
5 years ago
maning202007
ec631997b0
fix some safe warnings in debugger
5 years ago
caifubi
32cd8d8135
fix codex
5 years ago
caifubi
5d8e493834
Fix GPU dump bug
5 years ago
yelihua
f2f35d2176
fix the bug for sending suspend
5 years ago
mindspore-ci-bot
709ee383e9
!6481 add MS_EXCEPTION_IF_NULL for some variables
Merge pull request !6481 from maning202007/checknull
5 years ago
mindspore-ci-bot
937861e011
!5033 clean codex
Merge pull request !5033 from caifubi/clean-codex
5 years ago
maning202007
c8bc06061d
add MS_EXCEPTION_IF_NULL for some variables
5 years ago
caifubi
9ce7919712
clean dump codex
5 years ago
maning202007
82bad1ab84
Fix unsafe codes in Debugger
5 years ago
Adel Shafiei
85c5c04ba7
Added a check to make sure that overflow bin file is opened successfully
5 years ago
mindspore-ci-bot
f53047e8f5
!6375 Adapting new profiling performance data
Merge pull request !6375 from 张毅辉/zyh_profiling_adapt_aicpu_file
5 years ago
zhangyihui
bc45616298
Adapt to new AICPU original file
5 years ago
jjfeing
37ec5c0a1f
fix code warning
5 years ago
mindspore-ci-bot
08a761b29d
!6305 Change log level from ERROR to DEBUG for debugger
Merge pull request !6305 from lichen_101010/change_log_level
5 years ago
mindspore-ci-bot
02c2a61065
!6306 Fix bug that required the user to click twice on "Next Node" in MindInsight Debugger UI
Merge pull request !6306 from HarshvardhanGupta/fix-next-node
5 years ago
mindspore-ci-bot
a1653168da
!6296 [Data Dump] Fix MindInsight Debugger OverFlow Error
Merge pull request !6296 from caifubi/dump
5 years ago
Harshvardhan Gupta
6d7fe0364c
fix next node behavior
5 years ago
lichen_101010
f65625bd0b
change log level from ERROR to DEBUG for debugger
5 years ago
caifubi
0bf82e34c2
Fix MindInsight Debugger OverFlow Error
5 years ago
mindspore-ci-bot
fe735a0f83
!6198 [Data Dump] Bug fix
Merge pull request !6198 from caifubi/dump
5 years ago
mindspore-ci-bot
014ea619a8
!6240 Fix review_bot and codedex problems
Merge pull request !6240 from DeshiChen/0910_review_bot
5 years ago
caifubi
1480c93d04
Data Dump Bug Fix
1. Remove old e2e dump json
2. Remove warning log
3. Add device id to e2e dump path
4. Fix bug of dump json parse failed after hccl_init
5 years ago
mindspore-ci-bot
ffaba08379
!6215 fix the problem which arg print in DumpIR
Merge pull request !6215 from Margaret_wangrui/fix_DumpIR_arg
5 years ago
dayschan
3c2da3197f
Fix review_bot and codedex problems
5 years ago
Margaret_wangrui
96daa72f20
fix DumpIR arg
5 years ago