mindspore-ci-bot
01f5f6a060
!8608 load tensors for all sub-graphs
From: @yelihua
Reviewed-by: @pandoublefeng,@wangyue01
Signed-off-by: @wangyue01
5 years ago
mindspore-ci-bot
e094b63f87
!8563 clean codex
From: @jojobugfree
Reviewed-by: @chujinjin,@jjfeing
Signed-off-by: @jjfeing
5 years ago
yelihua
5026ef1d46
load tensors for all graphs
5 years ago
lichen_101010
1b6265fa43
Debugger multi-graph support implementation
Other Contributor: Adel Shafiei, John Tzanakakis
5 years ago
caifubi
589dd9e782
fix codex
5 years ago
Harshvardhan Gupta
d71b67cebb
fix stray log msg
5 years ago
Harshvardhan Gupta
345b26177f
fix path
5 years ago
mindspore-ci-bot
f2cfa0f5bc
!8238 change abs mean, update_weight_ratio, and weight and bias filter
Merge pull request !8238 from john_tzanakakis/master_ms1_grpc
5 years ago
Yi Huaijie
d7faa77b5e
support int64 shape
5 years ago
John Tzanakakis
8d436d5335
change abs mean, update_weight_ratio, and weight and bias filter
5 years ago
Harshvardhan Gupta
727d424553
support watchpoints on weights and bias, add support advanced watchpoints
5 years ago
mindspore-ci-bot
f3d7b32d56
!7855 Move backend opt pass ir files to the fold: verbose_ir_files
Merge pull request !7855 from huanghui/move_ir_files
5 years ago
mindspore-ci-bot
06838ded82
!8129 add uint for SetValueToProto
Merge pull request !8129 from Simson/bugfix
5 years ago
huanghui
fa6c23358a
Move some ir files which backend optpass dumped to the fold: verbose_ir_files
5 years ago
simson
068504e8ed
add uint for SetValueToProto
5 years ago
jjfeing
56f1bb1b66
add dump data when task error
5 years ago
John Tzanakakis
531c2952b3
fixes input dump files missing on GPU
5 years ago
Harshvardhan Gupta
e6451adc50
generate appropriate error when debugger is used with dataset_sink_mode=True
5 years ago
mindspore-ci-bot
93d394ff9e
!7706 Fixed the misssing input/output tensor dump if there are tensors with the same name
Merge pull request !7706 from AdelShafiei/missingdumpinput
5 years ago
Adel Shafiei
b8fc889368
fixed the problem with missing inputs dumps when using GPU
5 years ago
mindspore-ci-bot
6d89f2df8f
!7701 Fix non-termination of training when MI is disconnected
Merge pull request !7701 from Harshvardhan Gupta/fix-non-termination
5 years ago
mindspore-ci-bot
9b4bcd3027
!7698 Add support for rechecking watchpoints
Merge pull request !7698 from Harshvardhan Gupta/add-recheck
5 years ago
Harshvardhan Gupta
2c546db2ce
fix terminate issue
5 years ago
caifubi
980bfafc64
Check dump absolute path
5 years ago
Harshvardhan Gupta
81e90c5ece
add recheck
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