yangzhenzhang
f4bb43bbaf
add concat op
5 years ago
panyifeng
34e50e5d6e
fix cell bprop
5 years ago
mindspore-ci-bot
fe7141e9e0
!4019 add tensor layout in strategy checkpoint
Merge pull request !4019 from yao_yf/add_layout_in_stra_ckpt
5 years ago
hongxing
f25189a66c
modify edge if multi-subgraphs
5 years ago
yao_yf
60a9fb0001
add_tensor_layout_in_stra_ckpt
5 years ago
kingfo
28dabf0332
fix grad flag update issue in pynative
5 years ago
mindspore-ci-bot
70fd837280
!3555 support dynamic min max shape
Merge pull request !3555 from fary86/support_dynamic_min_max_shape
5 years ago
fary86
8ac5672abb
Add support for dynamic shape
5 years ago
mindspore-ci-bot
9940c723d5
!3980 [AutoParallel] add GatherV2P strategy analysis for W&D
Merge pull request !3980 from Chong/wd
5 years ago
mindspore-ci-bot
235378d5d7
!3789 eager mode sparse
Merge pull request !3789 from riemann_penn/eager_mode_sparse
5 years ago
mindspore-ci-bot
6b14a1e85f
!3950 Add CI ps test cases.
Merge pull request !3950 from ZPaC/ci-add-ps-cases
5 years ago
ZPaC
b10d4d6e0d
Add ps ci test cases.
5 years ago
hongxing
c68dc39d6c
support GatherV2P and fix Reduce bug
5 years ago
panyifeng
9927e6eb5c
eager mode sparse
5 years ago
mindspore-ci-bot
617b98f104
!3966 [AutoParallel]Add dropout distributed op
Merge pull request !3966 from lichen/add_dropout_distributed_op
5 years ago
mindspore-ci-bot
0a87face77
!3720 New optimization pass to remove redundant Min/Max ops
Merge pull request !3720 from thlinh/dev_July29_remove_redundant_minmax
5 years ago
lichenever
bfc96de1b9
add dropout distributed op
5 years ago
liubuyu
d81862a916
decoupling core and context
5 years ago
Giancarlo Colmenares
e6a76e4d6a
Converted AdjustAllReduceMulAdd to use Pattern Matcher
5 years ago
mindspore-ci-bot
7da26cc0f6
!3928 change type of Shape from int32 to int64
Merge pull request !3928 from yihuaijie/dev
5 years ago
mindspore-ci-bot
c3edfe12bc
!3715 Update python pattern expression
Merge pull request !3715 from BowenK/new_pattern
5 years ago
Yi Huaijie
80bdcab982
temporarily cast between int64 and int32 to wait ME support int64
5 years ago
Yi Huaijie
518cb80133
change type of Shape from int32 to int64
5 years ago
mindspore-ci-bot
2da29bce66
!3370 same graph used in different context should be treat differently.
Merge pull request !3370 from xychow/fix-context-dup
5 years ago
mindspore-ci-bot
40dc0eff6d
!3900 Delete master hard code in pull node
Merge pull request !3900 from ZPaC/master-delete-hard-code-in-pull-node
5 years ago
ZPaC
4281f38075
Delete hard code in pull kernel.
5 years ago
suteng
19e45ccdb1
回退 'Pull Request !3103 : change type of Shape from int32 to int64'
5 years ago
mindspore-ci-bot
e0a2d2f914
!3858 Fix worker sgd error in master
Merge pull request !3858 from ZPaC/master-fix-ps-sgd
5 years ago
mindspore-ci-bot
657b547116
!3103 change type of Shape from int32 to int64
Merge pull request !3103 from yihuaijie/dev
5 years ago
mindspore-ci-bot
a182a87a6d
!3820 support tensor attr shape and dtype in graph mode
Merge pull request !3820 from zhangbuxue/support_dtype_and_shape_as_attr_in_graph_mode
5 years ago
buxue
b075674cf2
support tensor attr shape and dtype in graph mode
5 years ago
Yi Huaijie
15d5cc396d
change type of Shape from int32 to int64
5 years ago
mindspore-ci-bot
be507b96e0
!3473 [refine]change base class of parameter
Merge pull request !3473 from vlne-v1/change_base_class_of_parameter
5 years ago
zhousiyi
f926650c64
if AbstractFunction comparison succeed in NewContext, then the evaluator should use the same one, otherwise one of the evaluator will not be evaluated.
if funcgraph or metafuncgraph call it recursively, then anf_node should be used as tracking_id to discriminate the first occurcance and the
recursive occurance.
add anf_node to PrimitiveAbstractClosure hash() to reduce cost of GetEvaluatorFor().
ignore the tracking_id to make cse work.
5 years ago
mindspore-ci-bot
8ff7c0b640
!3859 embeddinglookup support cpu in auto parallel
Merge pull request !3859 from yao_yf/embeddinglookup_parallel_ops_host_device
5 years ago
BowenK
6d4c07c886
Update python pattern expression
5 years ago
mindspore-ci-bot
25fdb67e3d
!3744 [Auto parallel] Add a new graph operation in the DP algorithm
Merge pull request !3744 from Xiaoda/14-add-new-graph-operations-in-auto-parallel
5 years ago
yao_yf
c853c4d231
embeddinglookup support host_device in auto parallel
5 years ago
cristoval
273f3b3985
fix sync sgd under multi-worker
5 years ago
Wei Luning
a05c38bb63
make python Parameter inherit from Tensor
5 years ago
Xiaoda Zhang
d24a902afe
add a new graph operation in autoparallel
5 years ago
liubuyu
a499d4e47c
decoupling core and debug
5 years ago
mindspore-ci-bot
f1e717554c
!3537 add sparse operators
Merge pull request !3537 from riemann_penn/add_sparse_operator
5 years ago
mindspore-ci-bot
f87983833d
!3636 Fix opt unnecessary catch
Merge pull request !3636 from Kang/opt
5 years ago
panyifeng
598bfa0205
add sparse operators
5 years ago
mindspore-ci-bot
ab4c43007f
!3657 Add parallel operator for StridedSlice
Merge pull request !3657 from yangzhenzhang/add-stridedslice-op
5 years ago
mindspore-ci-bot
80dd2cfe00
!3405 fix optimizer parallel problems
Merge pull request !3405 from gziyan/fix_optimizer_parallel
5 years ago
Hoai Linh Tran
eae5f28256
Remove redundant Min/Max ops for Bert
Update threshold for rounding when checking expected value in input tensor node
5 years ago
wuyongkang
f1e639a86d
Fix opt unnecessary catch
5 years ago
Ziyan
98e2ee90de
fix optimizer parallel problems
5 years ago