caifubi
1480c93d04
Data Dump Bug Fix
1. Remove old e2e dump json
2. Remove warning log
3. Add device id to e2e dump path
4. Fix bug of dump json parse failed after hccl_init
5 years ago
mindspore-ci-bot
ffaba08379
!6215 fix the problem which arg print in DumpIR
Merge pull request !6215 from Margaret_wangrui/fix_DumpIR_arg
5 years ago
dayschan
3c2da3197f
Fix review_bot and codedex problems
5 years ago
Margaret_wangrui
96daa72f20
fix DumpIR arg
5 years ago
mindspore-ci-bot
ea53848333
!6049 Replace unsafe function "memcpy" with "memcpy_s"
Merge pull request !6049 from maning202007/restore_debugger
5 years ago
caifubi
372c2e7951
Combine Async Dump and E2E Dump
5 years ago
maning202007
00ad38d78d
replace unsafe funtion 'memcpy' with 'memcpy_s'.
5 years ago
mindspore-ci-bot
f16ad7aa27
!6089 Extend watchpoint support in debugger to all tensor types
Merge pull request !6089 from HarshvardhanGupta/add-more-dtypes-wp
5 years ago
lichen_101010
dffa61b228
send info when training is done
5 years ago
Harshvardhan Gupta
18d1e8795a
extend wp support to all types
5 years ago
mindspore-ci-bot
8fe3cf6991
!5737 Add support for more watchpoint conditions in debugger.
Merge pull request !5737 from HarshvardhanGupta/add-new-wp
5 years ago
mindspore-ci-bot
939737c017
!5970 enable debugger by default and set correct log message severity
Merge pull request !5970 from john_tzanakakis/master_ms1_grpc
5 years ago
mindspore-ci-bot
9a5e074c48
!5058 remove backend/session dependency on python
Merge pull request !5058 from xychow/remove-backend-py-dependency-1
5 years ago
John Tzanakakis
b0a7ebdeb0
enable debugger by default and set correct log message severity
5 years ago
mindspore-ci-bot
1593eb27c0
!5980 Delete the openssl related code to restore debugger
Merge pull request !5980 from maning202007/restore_debugger
5 years ago
zhousiyi
ab74dfc839
refact backend/session from python
5 years ago
Harshvardhan Gupta
e751c2e069
add more wp conditions
5 years ago
mindspore-ci-bot
82eb2634a0
!5739 change debug_name to full name in mindspore side
Merge pull request !5739 from lichen_101010/debugname_to_fullname
5 years ago
maning202007
af9c9b5129
Delete the openssl related code to restore debugger
5 years ago
mindspore-ci-bot
7152fe04be
!5783 GraphKernel supports GPU
Merge pull request !5783 from DeshiChen/graph_kernel_1.0
5 years ago
dayschan
37a48f6aac
GraphKernel supports GPU
1. Update akg submodule
2. Refactor akg_kernel_build, akg_ascend_kernel_build, akg_gpu_kernel_build
3. Add akg_kernel_json_decoder to support converting kernel_json to AnfNode.
4. Add GraphKernel Cost Model. (mindspore/_extends/graph_kernel)
5. Add some GraphKernel passes to GpuSession, move these passes to backend/optimizer/graph_kernel.
6. Add global id for ir files.
7. Fix bug in ConstInputToAttr.
5 years ago
panyifeng
49432d11be
fix cpplint
5 years ago
lichen_101010
5b7d90d5df
change debug_name tofull_name
5 years ago
fary86
fcbb3e0edc
Refactor ms_context implementation
5 years ago
mindspore-ci-bot
38b4413f26
!5386 Fix GPU watchpoints check when multiple conditions set on same node
Merge pull request !5386 from HarshvardhanGupta/fix-gpu-wp-skip
5 years ago
zhousiyi
c25e37e7bf
make backend/optimizer pybind free
5 years ago
Harshvardhan Gupta
3226e8407a
fix gpu wp
5 years ago
mindspore-ci-bot
23e9ebfa7e
!5183 Added a size condition when printing overflow list
Merge pull request !5183 from AdelShafiei/Errorlog
5 years ago
jjfeing
9f1725a51e
fix data dump log info
5 years ago
Adel Shafiei
32be89149a
added a size condition when printing overflows list
5 years ago
Harshvardhan Gupta
ac457f3163
fix build failures and wp tensor search condition
5 years ago
mindspore-ci-bot
6ea1b21f25
!4822 Add secure mechanism to Mindspore Debugger
Merge pull request !4822 from maning202007/rebase_master
5 years ago
mindspore-ci-bot
b2a5440548
!4883 Fix compilation warnings
Merge pull request !4883 from zhoufeng/xiu-ba-ge
5 years ago
maning202007
303bec43d4
Add secure mechanism for debugger
Add certificate validaty check
5 years ago
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
5 years ago
zhoufeng
22ec976ef7
fix compilation warnings
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
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
5 years ago
shenwei41
a4e7a75891
Modify alarm
5 years ago
Wei Luning
dde5a1bb48
updata doc for Parameter & fix codex
5 years ago
caifubi
6eba89b1bc
fix profiling log bug
5 years ago
mindspore-ci-bot
8f6ed032e5
!4428 Operation Overflow Watchpoint for D-Chip debugger
Merge pull request !4428 from AdelShafiei/opoverflow2
5 years ago
zhoufeng
663278112f
optimize code compile performance
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
Wei Luning
c1c30a44f1
rename param_value -> param_info
5 years ago
Adel Shafiei
4834a3378b
Op Overflow Watchpoint support for D-chip debugger
Other Authors: Harshvardhan Gupta, Li Chen
5 years ago
mindspore-ci-bot
f875bf21bc
!2948 fix control flow
Merge pull request !2948 from amongo/FixControlFlow
5 years ago
huangdongrun
2a6d346d2f
support if by if grad parameter
add join for ref
adjust env eliminate to eliminate all env ops
add partial app cache
resolve while endless
fix env eliminate
support for "for while" cases
fix join shape error
5 years ago
mindspore-ci-bot
6b120584c2
!4396 Fix static check problems
Merge pull request !4396 from Kang/opt
5 years ago
wuyongkang
78611b5d5b
fix static check problems
5 years ago
panyifeng
1c296b96c9
fix switch layer sigle prim cell
5 years ago
liubuyu
45b6600001
mv cc file that end with py to pybind
5 years ago