Parastoo Ashtari
81a289d084
Fix for load async tensor on acend issue
4 years ago
TinaMengtingZhang
4147e1bd9a
get multiple dump result when dump twice
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
i-robot
97fa0e6398
!18613 fix issues for code check
Merge pull request !18613 from jiangshuqiang/fix_code_check
4 years ago
John Tzanakakis
c85d65c0ef
use -1 iteration for init state and fix missing tensor read outputs
4 years ago
jiangshuqiang
0c9d2629b1
fix code check issues
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
dc6a661a2e
change validator to accept -1 as valid input and fix scope filename issue in async
4 years ago
TinaMengtingZhang
36b0517ac3
fix bug: stripped name
4 years ago
i-robot
b19330d25f
!18177 dump and offline fixes for sync op_debug_mode and input reading
Merge pull request !18177 from john_tzanakakis/jt_bug_fixes
4 years ago
John Tzanakakis
daedb7dd9f
dump and offline fixes for sync op_debug_mode and input reading
4 years ago
i-robot
4861711676
!18107 dump and offline debug fixes
Merge pull request !18107 from john_tzanakakis/jt_bug_fixes
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
i-robot
059a9297af
!17982 Code self-check
Merge pull request !17982 from huanghui/code-self-check
4 years ago
huanghui
bcb0208060
code-self-check of debug
4 years ago
mindspore-ci-bot
85cd2eea66
!17857 Fixing offline debugger async mode issue in searching the prefix file names
From: @parastooashtari
Reviewed-by: @yelihua,@ouwenchang
Signed-off-by: @ouwenchang
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
Parastoo Ashtari
c3c51730d2
add fix for searching async file name
4 years ago
John Tzanakakis
05037bba2f
adapt offline debug to sync dump using non-qualified name
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
zhangzhaoju
2d667f9ed7
ci format problem fix.
4 years ago
Islam Amin
48616eb340
Add ascend ST testcases for offline debug
Find whl installing path
5 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
5 years ago
TinaMengtingZhang
a44376f42a
Fix empty tensor issue when reading an non-existing node in sync dump mode
5 years ago
mindspore-ci-bot
c88bc17d94
!15992 [Debugger] Add a dir check to offline debugger in async mode
From: @tina_mengting_zhang
Reviewed-by: @john_tzanakakis,@mikef
Signed-off-by: @john_tzanakakis
5 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
5 years ago
TinaMengtingZhang
c639cca5f4
Check if toolkit dir exist in convert_async.py
5 years ago
John Tzanakakis
b5e70f7231
use device type in dump file name when trans_flag=false
5 years ago
Parastoo Ashtari
6c3eb2ae54
Fixing the execution order in online debugger
removed the commented lines and extra logs
make the checkwatchpoint function shorter
5 years ago
tinazhang
6b84149e2f
Address ci alarm for master branch: pclint, CppCodeStyle and codex
5 years ago
Islam Amin
1b5ec2f3e1
NPY support
5 years ago
John Tzanakakis
ca2aba0540
fix recheck
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
Harshvardhan Gupta
c13f3b50b7
fix codedex issues
5 years ago
Harshvardhan Gupta
4b2e1ea9f7
check bool tensors for watchpoints
5 years ago
Harshvardhan Gupta
dd0084c52b
improve perf, keep consistent tensor state, fix recheck, check weights at step end
5 years ago
l00591931
1d1cab986d
Codedex change for tensor_loader
5 years ago
Harshvardhan Gupta
7687a55c0a
return error code if prev tensor not found and add validation checks
5 years ago
Harshvardhan Gupta
561f9082e9
init
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
Harshvardhan Gupta
744355a005
remove dbg args from runtime and remove needless argument from IsWatchpoint
5 years ago
Harshvardhan Gupta
18d1e8795a
extend wp support to all types
5 years ago
Harshvardhan Gupta
e751c2e069
add more wp conditions
5 years ago
Harshvardhan Gupta
3226e8407a
fix gpu wp
5 years ago
Harshvardhan Gupta
ac457f3163
fix build failures and wp tensor search condition
5 years ago
Adel Shafiei
4834a3378b
Op Overflow Watchpoint support for D-chip debugger
Other Authors: Harshvardhan Gupta, Li Chen
5 years ago