maning202007
9cdd3bbfba
Remove MS_DEBUGGER_HOST
4 years ago
John Tzanakakis
3a6c88e3e6
unify overflow wp support for online and offline debugger
4 years ago
maning202007
2b3d215ef8
Fix the forever loop for multigraph on gpu
4 years ago
Parastoo Ashtari
d2f6dd1a32
remove CheckDatasetGraph from debug_actor.cc
4 years ago
i-robot
960b8cb1a8
!20116 fix online debug overflow wp
Merge pull request !20116 from john_tzanakakis/jt_bug_fixes
4 years ago
Parastoo Ashtari
cdd7a672bd
fixed core dump issue in bert net
4 years ago
John Tzanakakis
39294bedfd
fix online debug overflow wp
4 years ago
Parastoo Ashtari
e2a4172560
make gpu dump truly async
4 years ago
Parastoo Ashtari
6ed17d52b1
Add debugger to new unified GPU runtime
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
jiangshuqiang
6154f957fb
fix static check
4 years ago
TinaMengtingZhang
da6e068ed7
fix ci codecheck alarm in master
4 years ago
Parastoo Ashtari
e9e18d2253
add suspend for last node in the graph
removed double stopping for the last kernel
moved the ResetLoadedTensors to the correct place for GPU
4 years ago
mindspore-ci-bot
963eece5d9
!16034 use device type in dump file name when trans_flag=false
From: @john_tzanakakis
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
4 years ago
John Tzanakakis
b5e70f7231
use device type in dump file name when trans_flag=false
4 years ago
mindspore-ci-bot
ca0ca3d2c2
!15793 fix open source static check
From: @jiang-shuqiang
Reviewed-by: @yelihua,@yelihua,@lilongfei15
Signed-off-by: @lilongfei15
4 years ago
jiangshuqiang
e90697801e
fix open source static check
4 years ago
mindspore-ci-bot
32c8a1529e
!15981 Address ci alarm in master
From: @tina_mengting_zhang
Reviewed-by: @john_tzanakakis,@robingrosman
Signed-off-by: @john_tzanakakis
4 years ago
tinazhang
6b84149e2f
Address ci alarm for master branch: pclint, CppCodeStyle and codex
4 years ago
Parastoo Ashtari
7b9a73fb1b
Fixing multi graph suspend for debugger in GPU
removed the suspend from preExecute function to avoid double stopping in multigraph models
replaced else if with else in postExecute
add else if to check the smoke ascend test
improve the format
4 years ago
John Tzanakakis
ddae425e0c
use host instead of device shape for debugger
4 years ago
Islam Amin
0fa5a443be
fix dataset_sink_mode=True issue with GPU
5 years ago
Amir Lashkari
d83e7c41c8
Fixed log issue
Fixed cpplint
5 years ago
maning202007
b437c0d418
Change debugger version from 1.1.0 to 1.2.0
5 years ago
mindspore-ci-bot
59d2affa97
!10021 Fixed double stutter issue at the end of step for debugger
From: @adelshafiei
Reviewed-by: @john_tzanakakis,@wangyue01
Signed-off-by: @wangyue01
5 years ago
jiangshuqiang
0411ffa922
fix env param
add true/false/0 for ENABLE_MS_DEBUGGER
5 years ago
Adel Shafiei
1d795a4f9d
Fixed the double stutter problem at the end of step for debugger
5 years ago
Adel Shafiei
809c060ae1
fixed recheck issue for operator overflow
5 years ago
Adel Shafiei
f4f8ff7d9a
support operation overflow watchpoint for multi-graph
5 years ago
Harshvardhan Gupta
dd0084c52b
improve perf, keep consistent tensor state, fix recheck, check weights at step end
5 years ago
mindspore-ci-bot
95573571f0
!9511 Codedex change for tensor_loader
From: @liangzhibo
Reviewed-by:
Signed-off-by:
5 years ago
l00591931
1d1cab986d
Codedex change for tensor_loader
5 years ago
Adel Shafiei
870062770b
raise an exception if debugger PORT and/or IP are not set correctly.
5 years ago
Adel Shafiei
a322184057
debugger backend compability support
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
Harshvardhan Gupta
727d424553
support watchpoints on weights and bias, add support advanced watchpoints
5 years ago
Harshvardhan Gupta
e6451adc50
generate appropriate error when debugger is used with dataset_sink_mode=True
5 years ago
Harshvardhan Gupta
81e90c5ece
add recheck
5 years ago
Harshvardhan Gupta
744355a005
remove dbg args from runtime and remove needless argument from IsWatchpoint
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
Harshvardhan Gupta
e77e816f1d
fix overflow dump path
5 years ago
Harshvardhan Gupta
7c5e0541ba
load inputs before suspending execution in dbg
5 years ago
maning202007
ec631997b0
fix some safe warnings in debugger
5 years ago
maning202007
82bad1ab84
Fix unsafe codes in Debugger
5 years ago
lichen_101010
dffa61b228
send info when training is done
5 years ago
John Tzanakakis
b0a7ebdeb0
enable debugger by default and set correct log message severity
5 years ago
maning202007
af9c9b5129
Delete the openssl related code to restore debugger
5 years ago
Harshvardhan Gupta
3226e8407a
fix gpu wp
5 years ago
maning202007
303bec43d4
Add secure mechanism for debugger
Add certificate validaty check
5 years ago