Commit Graph

34 Commits

Author SHA1 Message Date
Adel Shafiei e388220751 fixed the crash when terminate is clicked in MindInsight 2020-12-10 23:53:26 -05:00
mindspore-ci-bot 0081ed0fe5 !6692 Fix some safe warnings in debugger
Merge pull request !6692 from maning202007/checknull
2020-09-22 14:15:36 +08:00
maning202007 ec631997b0 fix some safe warnings in debugger 2020-09-21 14:41:14 +08:00
yelihua f2f35d2176 fix the bug for sending suspend 2020-09-19 19:14:11 +08:00
maning202007 c8bc06061d add MS_EXCEPTION_IF_NULL for some variables 2020-09-18 17:41:47 +08:00
maning202007 82bad1ab84 Fix unsafe codes in Debugger 2020-09-18 10:09:21 +08:00
Adel Shafiei 85c5c04ba7 Added a check to make sure that overflow bin file is opened successfully 2020-09-17 19:51:12 -04:00
mindspore-ci-bot f53047e8f5 !6375 Adapting new profiling performance data
Merge pull request !6375 from 张毅辉/zyh_profiling_adapt_aicpu_file
2020-09-17 11:57:24 +08:00
zhangyihui bc45616298 Adapt to new AICPU original file 2020-09-17 10:38:05 +08:00
mindspore-ci-bot 08a761b29d !6305 Change log level from ERROR to DEBUG for debugger
Merge pull request !6305 from lichen_101010/change_log_level
2020-09-16 15:10:11 +08:00
Harshvardhan Gupta 6d7fe0364c fix next node behavior 2020-09-15 14:58:49 -04:00
lichen_101010 f65625bd0b change log level from ERROR to DEBUG for debugger 2020-09-15 12:28:57 -04:00
caifubi 372c2e7951 Combine Async Dump and E2E Dump 2020-09-14 10:57:46 +08:00
lichen_101010 dffa61b228 send info when training is done 2020-09-11 18:40:54 -04:00
mindspore-ci-bot 8fe3cf6991 !5737 Add support for more watchpoint conditions in debugger.
Merge pull request !5737 from HarshvardhanGupta/add-new-wp
2020-09-11 20:58:18 +08:00
John Tzanakakis b0a7ebdeb0 enable debugger by default and set correct log message severity 2020-09-10 21:42:00 -04:00
Harshvardhan Gupta e751c2e069 add more wp conditions 2020-09-10 19:45:19 -04:00
maning202007 af9c9b5129 Delete the openssl related code to restore debugger 2020-09-10 11:14:11 +08:00
fary86 fcbb3e0edc Refactor ms_context implementation 2020-08-30 22:51:40 +08:00
Harshvardhan Gupta 3226e8407a fix gpu wp 2020-08-27 17:41:50 -04:00
Adel Shafiei 32be89149a added a size condition when printing overflows list 2020-08-25 10:26:57 -04:00
Harshvardhan Gupta ac457f3163 fix build failures and wp tensor search condition 2020-08-21 16:18:51 -04:00
maning202007 303bec43d4 Add secure mechanism for debugger
Add certificate validaty check
2020-08-21 10:45:56 +08:00
mindspore-ci-bot 3449abd741 !4629 Support sending large graph and large tensors for mindspore debugger
Merge pull request !4629 from lichen_101010/sendgraph_sendtensor_issue
2020-08-21 10:22:13 +08:00
lichen_101010 2a8bf9f00b addressed sendgraph issue
change buffer type and chunk size

addressed sendtensor issue for large tensors

fix sendtensor part 2

fix bugs for sendtensor issue

fix CI errors

removes a print line

address comments
2020-08-20 11:34:05 -04:00
shenwei41 a4e7a75891 Modify alarm 2020-08-20 19:28:50 +08:00
Adel Shafiei 4834a3378b Op Overflow Watchpoint support for D-chip debugger
Other Authors: Harshvardhan Gupta, Li Chen
2020-08-17 18:06:47 -04:00
John Tzanakakis 3569513232 fix d-chip wacthpoints, latest value for GPU inputs 2020-08-11 20:32:06 -04:00
lichen_101010 7499c72d54 mindspore grpc implementation
fix bugs for grpc implementation

addressed peer review comments

delete device_target code from Adel

add checksinglewatchpoint function for node level debugger

set the device target when sending metadata

add current node name

fix bugs for current node name

fix run_level_ bug

fix bugs for CheckSingleWatchpoint

fix multi-outputs node issue

fix num_step_ bug

fix continue_to previous node issue

fix run_level issue

fix merge conflict

smart kernel read, watch hit stop mid-sep, fix step number, read input tensors

cleanup the code and isolate UpdataStepNum function

do cpplint, Cppcheck and clang-format check

recover CMakeList.txt

mindspore grpc implementation

fix bugs for grpc implementation

addressed peer review comments

delete device_target code from Adel

add checksinglewatchpoint function for node level debugger

set the device target when sending metadata

add current node name

fix bugs for current node name

fix run_level_ bug

fix bugs for CheckSingleWatchpoint

fix multi-outputs node issue

fix num_step_ bug

fix continue_to previous node issue

fix run_level issue

fix merge conflict

smart kernel read, watch hit stop mid-sep, fix step number, read input tensors

cleanup the code and isolate UpdataStepNum function

do cpplint, Cppcheck and clang-format check

recover CMakeList.txt

only update step_num in one place

fix clang-format error

fix CI errors part2

update graphengine version

addressed comments
2020-08-04 12:51:45 -04:00
John Tzanakakis b3c0eb61d5 GPU debugger - milestone 1 and GPU dump
Additonal Authors: Adel Shafiei, Harshvardhan Gupta
2020-07-22 15:58:36 -04:00
lichen_101010 6bb2182134 Add partial memory reuse support to debugger
move pre-execution of debugger from rungraph to build/compile graph

support partial mem reuse for a scope of nodes

set default mem reuse to be true for debugger

remove some redundant lines

remove redundant code and fix a bug for supporting partial no mem reuse a scope of nodes

resolve CI errors

Solve CI errors

solve cpplint errors

solve CI build error

manually fix the CI compile UT error

Optimize code for mem reuse support

Debug optimization of debugger memory reuse

debug code for debugger memory reuse part2

address clang-format errors

Switch memory reuse on and off based on environment variable

Fix typo

Fix typo

Load watchpoint value only

fix bugs

Addressed comments from lupengcheng

fix typo

Fix typo

fix CI errors

refactor some code

fix typo

addressed comments from canadian teamates

remove locking from TensorLoader

fix CI errors

add lock to tensor_loader

fix rebase-to-master conflict

fix rebase conflicts

fix rebase conflicts part 2

fix rebase conflicts part 3
2020-07-14 14:47:25 -04:00
liubuyu 43c79eb853 mindspore path adjust 2020-07-14 18:07:28 +08:00
Shida He cb4c74c7c0 Keep parameters of the previous step in TensorLoader
Add name truncating to support mindinsight loading parameter

Refactoring and address review comments
2020-07-07 17:16:36 -04:00
Shida He 4c056855e0 Implementation for mindspore debugger 2020-06-22 17:15:30 -04:00