Xiaoda Zhang
|
56d610f681
|
checking the find() return value
|
5 years ago |
Yi Huaijie
|
18ed2bec53
|
implement parallel Split
|
5 years ago |
mindspore-ci-bot
|
97e8742f84
|
!6500 Add default value for the autoparallel search mode
Merge pull request !6500 from huangxinjing/add-default-value
|
5 years ago |
mindspore-ci-bot
|
728b78d082
|
!6491 delete blank lines
Merge pull request !6491 from yihuaijie/blank
|
5 years ago |
lichenever
|
d4bba3f1d2
|
fix_auto_parallel_find_loss_bug
|
5 years ago |
huangxinjing
|
8ba1503135
|
Add default value for auto search parallel mode
|
5 years ago |
mindspore-ci-bot
|
4d54de100b
|
!6411 [Auto parallel] Add a flag to control whether to overwrite the right-node in triangle-elimination of DP algorithm
Merge pull request !6411 from Xiaoda/23-fix-the-triangle-elimination-problem
|
5 years ago |
Yi Huaijie
|
117dd4b329
|
delete blank lines
|
5 years ago |
Xiaoda Zhang
|
970490a6f0
|
add a flag to control whether overwrite the right-node in triangle elimination of DP algorithm
|
5 years ago |
mindspore-ci-bot
|
c8e9d46391
|
!6450 Change PS directory.
Merge pull request !6450 from ZPaC/master-change-ps-dir
|
5 years ago |
ZPaC
|
0b49f0fb57
|
change PS dir
|
5 years ago |
mindspore-ci-bot
|
754f2b774c
|
!6409 add batch parallel info black list
Merge pull request !6409 from gziyan/batch_paralell_black_list
|
5 years ago |
yao_yf
|
b70204c080
|
auto parallel context add notes and func mv
|
5 years ago |
mindspore-ci-bot
|
d8d2a70cb3
|
!6344 [AutoParallel]fix auto parallel multigraph bug
Merge pull request !6344 from lichen/fix_auto_parallel_mutigraph_bug
|
5 years ago |
Ziyan
|
9e5248497b
|
add batch parallel info black list
|
5 years ago |
ZPaC
|
58d6406178
|
Add pointer check for PS
|
5 years ago |
lichenever
|
6b2a9de09f
|
fix auto parallel mutigrpah bug
|
5 years ago |
ZPaC
|
bb0a5a30cd
|
Capsulate address ptr generation in PS.
|
5 years ago |
mindspore-ci-bot
|
546b5a23f9
|
!6126 [AutoParallel] Added dimension check for elementwise op with implicit broadcast
Merge pull request !6126 from Chong/reshape-test-mul-broadcast
|
5 years ago |
mindspore-ci-bot
|
91b2591b08
|
!6079 1.Fix codex of PS module. 2.Use std::vector instead of std::shared_ptr. 3.Optimize some code.
Merge pull request !6079 from ZPaC/master-1.0-optimize-ps
|
5 years ago |
Sheng
|
fcbd85d79d
|
check dim for refer tensor when broadcasting
|
5 years ago |
ZPaC
|
4c1f9983d7
|
Optimize PS code.
|
5 years ago |
Yi Huaijie
|
0d478130f6
|
fix code check error
|
5 years ago |
lilei
|
71adabd944
|
modify_bug
|
5 years ago |
ZPaC
|
7002939540
|
1.Fix error when pserver finishes training.
2.Optimize worker and server log.
3.Try Catch ps-lite exceptions.
|
5 years ago |
ZPaC
|
87bf2a7dcd
|
Add PS context.
|
5 years ago |
mindspore-ci-bot
|
6d9501d5ed
|
!5781 add exector group operation
Merge pull request !5781 from kisnwang/async-run-graph
|
5 years ago |
kswang
|
ebff566a07
|
add group operation for executor
|
5 years ago |
yao_yf
|
d4cfe55c04
|
rename mirror_mean to gradients_mean
|
5 years ago |
mindspore-ci-bot
|
c064c01b6b
|
!5729 [AutoParallel]Add FuseBatchNormEx op
Merge pull request !5729 from lichen/add_batchnormex_op
|
5 years ago |
mindspore-ci-bot
|
7786adc3aa
|
!5722 fix semi auto parallel parameter of reshape has another user
Merge pull request !5722 from yao_yf/semi_auto_parallel_reshape_parameter_has_another_user
|
5 years ago |
lichenever
|
d22f506431
|
add BatchNormEx op
|
5 years ago |
yao_yf
|
05c003ae6b
|
origin/semi_auto_parallel_reshape_parameter_has_another_user
|
5 years ago |
ZPaC
|
997304e2c5
|
Unify float to int cast.
|
5 years ago |
ZPaC
|
69d527050f
|
Clean codex: use std::vector instead of new[]
|
5 years ago |
mindspore-ci-bot
|
ccc0ea60ee
|
!5661 fix auto parallel reshape strategy set when it is first operator
Merge pull request !5661 from yao_yf/auto_parallel_reshape_fix
|
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 |
yao_yf
|
755f381406
|
fix auto parallel reshape strategy set when it is first operator
|
5 years ago |
mindspore-ci-bot
|
79b117fe02
|
!5582 update CheckStrategyValue
Merge pull request !5582 from yangzhenzhang/update-check-strategy-value
|
5 years ago |
mindspore-ci-bot
|
d92c220cc0
|
!5590 Fixbugfix for server shard range computation
Merge pull request !5590 from ZPaC/master-fix-server-shard-method
|
5 years ago |
yao_yf
|
8f7aa5bd5a
|
auto parallel context modify
|
5 years ago |
cristoval
|
be63f8b8a2
|
bugfix for server shard range computation
|
5 years ago |
yangzhenzhang
|
048b88c41c
|
update check strategy value
|
5 years ago |
ZPaC
|
b0b3cd61bf
|
Fix sparse-slicer leak.
|
5 years ago |
ZPaC
|
442b38dc20
|
Delete extra file
|
5 years ago |
fary86
|
fcbb3e0edc
|
Refactor ms_context implementation
|
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 |
mindspore-ci-bot
|
9bc470310e
|
!5475 Delete is_auto_parallel in parallel operators
Merge pull request !5475 from yangzhenzhang/delete-is-auto-parallel
|
5 years ago |
mindspore-ci-bot
|
be606ba8f5
|
!5432 Mindspore parallel supports all elementary-wise operators
Merge pull request !5432 from yihuaijie/master
|
5 years ago |
yangzhenzhang
|
afb0993902
|
delete is_auto_parallel
|
5 years ago |