Commit Graph

59 Commits

Author SHA1 Message Date
John Tzanakakis 0da014e11d fix dump breakage due to issue 9511 2020-12-07 15:32:20 -05:00
mindspore-ci-bot 95573571f0 !9511 Codedex change for tensor_loader
From: @liangzhibo
Reviewed-by: 
Signed-off-by:
2020-12-07 12:47:25 +08:00
l00591931 1d1cab986d Codedex change for tensor_loader 2020-12-07 09:45:27 +08:00
Adel Shafiei 870062770b raise an exception if debugger PORT and/or IP are not set correctly. 2020-12-03 13:54:16 -05:00
mindspore-ci-bot 4d19a00c87 !9033 Revamp watchpoint checks, add new conditions, support multiple parameters
From: @harsh1995
Reviewed-by: 
Signed-off-by:
2020-11-28 09:20:09 +08:00
Harshvardhan Gupta 561f9082e9 init 2020-11-27 17:01:24 -05:00
Adel Shafiei a322184057 debugger backend compability support 2020-11-27 11:43:25 -05:00
yelihua 5026ef1d46 load tensors for all graphs 2020-11-15 19:11:41 +08:00
lichen_101010 1b6265fa43 Debugger multi-graph support implementation
Other Contributor: Adel Shafiei, John Tzanakakis
2020-11-14 06:41:42 -05:00
Harshvardhan Gupta d71b67cebb fix stray log msg 2020-11-09 13:51:30 -05:00
Yi Huaijie d7faa77b5e support int64 shape 2020-11-05 21:15:49 +08:00
Harshvardhan Gupta 727d424553 support watchpoints on weights and bias, add support advanced watchpoints 2020-11-03 13:23:52 -05:00
John Tzanakakis 531c2952b3 fixes input dump files missing on GPU 2020-10-30 16:57:18 -04:00
Harshvardhan Gupta e6451adc50 generate appropriate error when debugger is used with dataset_sink_mode=True 2020-10-29 15:39:29 -04:00
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
2020-10-27 09:28:11 +08:00
Adel Shafiei b8fc889368 fixed the problem with missing inputs dumps when using GPU 2020-10-23 21:24:36 -04:00
mindspore-ci-bot 6d89f2df8f !7701 Fix non-termination of training when MI is disconnected
Merge pull request !7701 from Harshvardhan Gupta/fix-non-termination
2020-10-24 05:53:27 +08:00
Harshvardhan Gupta 2c546db2ce fix terminate issue 2020-10-23 12:45:43 -04:00
Harshvardhan Gupta 81e90c5ece add recheck 2020-10-20 10:40:02 -04:00
Harshvardhan Gupta 744355a005 remove dbg args from runtime and remove needless argument from IsWatchpoint 2020-10-19 11:22:22 -04:00
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
2020-10-15 10:34:04 -04:00
mindspore-ci-bot 9e48d6527a !7131 Change directory to read the overflow dumps from
Merge pull request !7131 from Harshvardhan Gupta/fix-overflow
2020-10-10 10:50:07 +08:00
mindspore-ci-bot d30dece8a9 !6515 Resolve deadlock issue when terminate debugger from UI
Merge pull request !6515 from lichen_101010/terminate_deadlock_issue
2020-10-09 02:38:05 +08:00
Harshvardhan Gupta e77e816f1d fix overflow dump path 2020-10-08 12:14:06 -04:00
Harshvardhan Gupta 7c5e0541ba load inputs before suspending execution in dbg 2020-10-05 10:40:32 -04:00
mindspore-ci-bot c8ac3d0334 !6591 Fix some safe warnings in debugger
Merge pull request !6591 from maning202007/checknull
2020-09-22 09:40:17 +08:00
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
2020-09-21 14:04:13 -04: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