mindspore-ci-bot
|
021ba724cf
|
!5645 [bug][api]updata signature
Merge pull request !5645 from vlne-v1/ref_demo
|
5 years ago |
Wei Luning
|
879a519136
|
updata signature
|
5 years ago |
mindspore-ci-bot
|
847fadc8b9
|
!5516 auto parallel context modify
Merge pull request !5516 from yao_yf/auto_parallel_context_collation
|
5 years ago |
lilei
|
1a0047c9b7
|
Modify interface for normal_normal function
|
5 years ago |
fary86
|
144a35b17e
|
Adapt GatherV2 for dynamic shape
|
5 years ago |
mindspore-ci-bot
|
c2fddb56c8
|
!4922 Transform tuple parameter to multiple parameters
Merge pull request !4922 from amongo/TupleTransform
|
5 years ago |
huangdongrun
|
0099da2c99
|
add support for tuple parameter transform
add support for pynative pass
add testcases
|
5 years ago |
fary86
|
0a858b3878
|
Simplify ms_context implementation
|
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 |
yao_yf
|
8f7aa5bd5a
|
auto parallel context modify
|
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 |
mindspore-ci-bot
|
d81b30e6a0
|
!5312 make backend/optimizer free of pybind
Merge pull request !5312 from xychow/remove-backend-py-dependency-2
|
5 years ago |
kswang
|
756bb6d53f
|
async run graph
|
5 years ago |
zhousiyi
|
c25e37e7bf
|
make backend/optimizer pybind free
|
5 years ago |
Wei Luning
|
1a2eb5c8f7
|
fix time cost
|
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 |
BowenK
|
641d12d6d9
|
python pass pattern renaming and interface tweaking
|
5 years ago |
Wei Luning
|
4cc8342b5b
|
fix bug in Parameter init_data
|
5 years ago |
mindspore-ci-bot
|
5b1cf18cb9
|
!5055 prepare to support int64
Merge pull request !5055 from lirongzhen1/int64
|
5 years ago |
mindspore-ci-bot
|
95212b55a0
|
!3271 make reftype a subtype of MetaTensor and try to mark ref in node input
Merge pull request !3271 from vlne-v1/ref_demo
|
5 years ago |
Wei Luning
|
24a10225cf
|
change base class of ref to tensor in cpp
|
5 years ago |
BowenK
|
eacb306ae0
|
Revert "Revert "Eliminate AllReduce when the input is a constant""
This reverts commit 7a7e499475.
|
5 years ago |
lirongzhen1
|
531ad4df70
|
prepare to support int64
|
5 years ago |
fary86
|
8d245497a4
|
Fix large for loop Runtime Error due to backend missing operators
|
5 years ago |
fary86
|
947e19b839
|
Fix bug of switch layer join
|
5 years ago |
mindspore-ci-bot
|
4f6e63fcf8
|
!4576 Support if by if not inline
Merge pull request !4576 from amongo/SupportIfByIfNotInline
|
5 years ago |
huangdongrun
|
1bd9fefd84
|
support if by if not inline
add testcase of net of if by if
|
5 years ago |
Yi Huaijie
|
394be43492
|
raise RuntimeError when set different mode after Initializer created
|
5 years ago |
mindspore-ci-bot
|
8d693306f4
|
!4126 Add new parameter
Merge pull request !4126 from BowenK/new_parameter
|
5 years ago |
mindspore-ci-bot
|
75fce54208
|
!4790 Fix a Pynative bug.
Merge pull request !4790 from jxlang910/push-to-opensource
|
5 years ago |
mindspore-ci-bot
|
94a109f476
|
!4898 Fix coredump caused by function call depth too large
Merge pull request !4898 from fary86/fix_call_depth_too_large
|
5 years ago |
jin-xiulang
|
c246b177a6
|
Debug for Pynative mode.
Debug test.
pynative debug
|
5 years ago |
fary86
|
04524b6bd3
|
Fix coredump caused by function call depth too large
|
5 years ago |
mindspore-ci-bot
|
d3733b3b04
|
!4942 Revert AllReduce const elimination
Merge pull request !4942 from BowenK/master
|
5 years ago |
mindspore-ci-bot
|
fd9be2ddc2
|
!4946 Get server rank id in python and fix multi server error.
Merge pull request !4946 from ZPaC/master-get-server-rank-in-python
|
5 years ago |
ZPaC
|
830172201a
|
Fix multi server precision error.
|
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 |
mindspore-ci-bot
|
3d06cbf987
|
!4801 Must set or change parallel mode before any Initializer created
Merge pull request !4801 from yihuaijie/dev
|
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
|
2cb22a0f78
|
!4688 Fix bool operation parsing to be consistent with pynative
Merge pull request !4688 from amongo/FixBoolParse
|
5 years ago |
mindspore-ci-bot
|
2512f70988
|
!4842 reset iter num
Merge pull request !4842 from laiyongqiang/reset_iter_num
|
5 years ago |