mindspore-ci-bot
|
1b07551bd4
|
!6853 Add AccumulaterNV2 eliminator pass.
Merge pull request !6853 from 张清华/master2
|
5 years ago |
Zhang Qinghua
|
216e8fa958
|
Add AccumulaterNV2 eliminator pass
|
5 years ago |
root
|
4e85071055
|
redundant codes clean
|
5 years ago |
lvliang
|
087eb26ef5
|
fix-bug-pynative-gpu-memory-not-release
|
5 years ago |
mindspore-ci-bot
|
f847414117
|
!6471 Fix AdjustAllReduceMulAdd pass
Merge pull request !6471 from thlinh/dev_Sep18_fix_AdjustAllReduceMulAdd_pass
|
5 years ago |
mindspore-ci-bot
|
85df184347
|
!6523 Fix static checking warnings
Merge pull request !6523 from BowenK/master
|
5 years ago |
Hoai Linh Tran
|
46f07efc31
|
Fix AdjustAllReduceMulAdd pass
Revive tests in lib_test
Code cleaning
|
5 years ago |
lvliang
|
37e59f826a
|
pynative-fix-bug-of-tuple-set-item-index-wrong
|
5 years ago |
BowenK
|
ed40ba05de
|
fix static checking warnings
|
5 years ago |
BowenK
|
607ea81c7b
|
fix static check
|
5 years ago |
kpy
|
4338dd266e
|
optimizer pynative graph memory
|
5 years ago |
mindspore-ci-bot
|
37e3b6082f
|
!6002 Reduce inline passes traversal by skipping inline action if no pre-ad python pass exists
Merge pull request !6002 from BowenK/pre_ad
|
5 years ago |
buxue
|
3fd73f9d08
|
raise exception when use HookBackward in graph mode
|
5 years ago |
BowenK
|
e482e4e8bf
|
reduce pass traversals if no pre-ad python pass exists
|
5 years ago |
mindspore-ci-bot
|
2350a5990b
|
!5885 [doc]add some document for composite op
Merge pull request !5885 from vlne-v1/add-doc-for-composite-op
|
5 years ago |
Wei Luning
|
8c6475fd0b
|
add composite op doc
|
5 years ago |
mindspore-ci-bot
|
88f5cbe5db
|
!5692 Add requires_grad option for python pass
Merge pull request !5692 from BowenK/pre_ad
|
5 years ago |
mindspore-ci-bot
|
21c5207ca0
|
!5879 fix cpplint
Merge pull request !5879 from riemann_penn/fix_pclint
|
5 years ago |
mindspore-ci-bot
|
b40677002f
|
!5714 [refine]change top graph and add cell class
Merge pull request !5714 from vlne-v1/change-top-graph
|
5 years ago |
panyifeng
|
49432d11be
|
fix cpplint
|
5 years ago |
Wei Luning
|
e6f82af849
|
add cell class to c++
|
5 years ago |
mindspore-ci-bot
|
eface185cd
|
!5773 [AutoParallel]Fix Reduce_eliminate_pass bug
Merge pull request !5773 from lichen/fix_reduce_eliminate_pass
|
5 years ago |
lichenever
|
954cf0aff6
|
fix reduce_eliminate bug
|
5 years ago |
kingfo
|
cfda024336
|
fix op id issue in pynative
|
5 years ago |
BowenK
|
1bdb26f9e8
|
Warming up python pass by adding inline passes before it
|
5 years ago |
huangdongrun
|
0099da2c99
|
add support for tuple parameter transform
add support for pynative pass
add testcases
|
5 years ago |
mindspore-ci-bot
|
1a4d3e351e
|
!5586 Boost python pass compile and train performance
Merge pull request !5586 from BowenK/performance
|
5 years ago |
mindspore-ci-bot
|
65819fb50c
|
!5488 heck arg is tensor when graph output is a const or parameter
Merge pull request !5488 from zhangbuxue/add_check_tensor_before_compile_graph
|
5 years ago |
BowenK
|
d6fb7d2db1
|
Remove debug drawing and printing to boost compile performance; re-opt after python pass to boost training; fix NewParameter tensor clone
|
5 years ago |
buxue
|
4168c51f0d
|
add check tensor when graph output is a const or parameter
|
5 years ago |
mindspore-ci-bot
|
8d41931456
|
!5352 refactor ms_context implementation
Merge pull request !5352 from fary86/refactor_context_interface
|
5 years ago |
fary86
|
fcbb3e0edc
|
Refactor ms_context implementation
|
5 years ago |
wuyongkang
|
db3e33a4e8
|
Fix unnecessary catch and core dump in graph kernel
|
5 years ago |
zhousiyi
|
c25e37e7bf
|
make backend/optimizer pybind free
|
5 years ago |
mindspore-ci-bot
|
9392623066
|
!5181 Python pass pattern renaming and interface tweaking
Merge pull request !5181 from BowenK/new_parameter
|
5 years ago |
kingfo
|
1de829aeee
|
resolve output twice out of memory
|
5 years ago |
BowenK
|
641d12d6d9
|
python pass pattern renaming and interface tweaking
|
5 years ago |
BowenK
|
eacb306ae0
|
Revert "Revert "Eliminate AllReduce when the input is a constant""
This reverts commit 7a7e499475.
|
5 years ago |
huangdongrun
|
1bd9fefd84
|
support if by if not inline
add testcase of net of if by if
|
5 years ago |
mindspore-ci-bot
|
8d693306f4
|
!4126 Add new parameter
Merge pull request !4126 from BowenK/new_parameter
|
5 years ago |
BowenK
|
7a7e499475
|
Revert "Eliminate AllReduce when the input is a constant"
This reverts commit f3a9fbdd78.
|
5 years ago |
BowenK
|
e7c6b7e66a
|
Add NewParameter and Imm patterns
|
5 years ago |
panyifeng
|
f9f3cd7ce0
|
fix switch_layer_issues
|
5 years ago |
mindspore-ci-bot
|
b2a5440548
|
!4883 Fix compilation warnings
Merge pull request !4883 from zhoufeng/xiu-ba-ge
|
5 years ago |
zhoufeng
|
22ec976ef7
|
fix compilation warnings
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
5 years ago |
mindspore-ci-bot
|
bfa3cd900e
|
!4843 remove ccsrc/common.h by explicit dependent header file
Merge pull request !4843 from xychow/remove-ccsrc-common-h
|
5 years ago |
mindspore-ci-bot
|
d2ea6d8cfc
|
!4698 Add shape inference in constant multiplication simplification
Merge pull request !4698 from Giancarlo/setshape_constmult
|
5 years ago |
zhousiyi
|
d0e58dd765
|
remove ccsrc/common.h
replace frontend/operator/ops.h in backend with base/core_ops.h as
backend should not use any frontend-only primitive
|
5 years ago |
Wei Luning
|
dde5a1bb48
|
updata doc for Parameter & fix codex
|
5 years ago |
tronzhang
|
256b916ebb
|
use optimizer to get node_users information in mergeaddn
|
5 years ago |