i-robot
17fcbaae94
!26808 fix mindspore mac compile
Merge pull request !26808 from xulei/fix_mac_compile_components
4 years ago
Xiaoda Zhang
04db51a528
In a previous PR ( https://gitee.com/mindspore/mindspore/pulls/26807/ ), we replaced 'auto_parallel_search_mode' by 'search_mode' directly.
However, to be forward compatitable, it is suitable to keep 'auto_parallel_search_mode' available. This PR recovers the 'auto_parallel_search_mode' interface and adds a warning when using this old interface.
This PR also deals with other codestyle things.
4 years ago
xulei
78b37afc30
fix mindspore mac compile
fix debugger, mindarmour, audio, gnn, grpc, ps/fl.
4 years ago
jiangshuqiang
c9a0edd24e
add jit config param for compile and fix summary graph
4 years ago
Xiaoda Zhang
ad5ac77ae8
1) 'auto_parallel_search_mode' changes to 'search_mode';
2) 'sharding_propagation' moves to 'search_mode';
4 years ago
l00591931
21df240f23
Enable mindir to load initialize weight from python
4 years ago
yujianfeng
f2bd7de442
Add automatic detection for the changes of python scripts when enable compile cache
4 years ago
i-robot
3269c9b881
!26335 Support MindSpore on MacOS
Merge pull request !26335 from xulei/ms_mac_compile_br
4 years ago
xiefangqi
24ac2382ff
mac compile
4 years ago
buxue
45e0a4b9bf
support upodate parameters after load mindir
4 years ago
l00591931
9353bd10a4
Enable tuple as variable in optimizer
4 years ago
huangxinjing
f354ab22a3
add pipeline shard interface
Add support for no pipeline accugradient
Add delay tag for fusion op
Optimizer the visite order
add mirror for mini step control
Move the group to attributes
Add gradient_shard control for the mini step
Fix code stype
Fix ut description
Add interface
4 years ago
huangxinjing
741e3604eb
Add Device Number Check
4 years ago
zhangzhaoju
2cbf345a31
Optimize the cache clear for graph mode
4 years ago
YangLuo
be71ae982b
Enable MD cleanup at module exit
4 years ago
shenwei41
e3bf8aeba9
modify error info
4 years ago
jiangshuqiang
c2bd061889
fix summary isolation
4 years ago
jonyguo
6b401d115f
fix: cache_admin start fail on cpu env
4 years ago
chendongsheng
5caad99a57
added client/server password
4 years ago
Zhang Qinghua
a137fa1d0b
Optimize the Executors routines.
- Fix the key generating.
- Distinguish the executors.
4 years ago
yujianfeng
712b9bd013
convert some ops bprops to mindir
4 years ago
ms_yan
36a8886ca2
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
This reverts commit b077aa1cab .
Revert "[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset"
This reverts commit 4e6f7dc97d .
delete pass_registry_test.cc
comment hiai_nlu_model_multi.pb related line
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
i-robot
5e718c5676
!21973 GetRankId failed in PyNative mode
Merge pull request !21973 from caifubi/master-hccl-get-rank-id
4 years ago
caifubi
dfe0e94466
Fix PyNative get_rank_id/get_rank_size
4 years ago
LaiYongqiang
5e79bd6349
get kernel build server dir path from python
4 years ago
yao_yf
dc7dc7d3fa
dataset strategy set
4 years ago
jjfeing
e625aae576
fix code review bugs
4 years ago
Xiaoda Zhang
bb5d4212f7
enable All2All in infering redistribution ops
4 years ago
ZPaC
a9a0f590e6
Fix master static check
4 years ago
Xiaoda Zhang
04381273b3
Add the sharding propagation function:
1) users configure sharding strategies for operators;
2) framework will propagate the strategies from configured-ops to
non-configured ops using BFS;
3) the propagation goal is to minimize redistribution communication
cost;
5 years ago
jin-xiulang
33de9e66d3
Fix issues of mindspore federated
4 years ago
i-robot
23df0f83a3
!19634 Fix bugs of MindSpore federated's PW_ENCRYPT
Merge pull request !19634 from jxlang910/cipher_branch
4 years ago
jin-xiulang
257cc23ca2
Add secure parameters for mindspore federated learning.
fix prime initialization and build key bug
fix reconstruct access bug and kernels' retcode.
Fix init issue
Add fl secure parameter cipher_time_window
4 years ago
limingqi107
36b1ff25b4
Enable mindRT on CPU device
4 years ago
jin-xiulang
ebc71d3306
Add secure parameters for mindspore federated learning.
4 years ago
ZPaC
fb76361d81
sync bug fix
4 years ago
i-robot
d33adf825b
!18475 cipher calling code
Merge pull request !18475 from ql_12345/master_merge_0617_1
4 years ago
ql_12345
5af0c890a1
cipher calling code
4 years ago
ZPaC
c053100ef6
Add hybrid script
4 years ago
l00591931
8ae5d7cc84
Fix compile cache for resnet50
4 years ago
chendongsheng
bfaab72934
add node recovery
4 years ago
liuluobin
5b9b46224b
Add encryption support for mindir
4 years ago
Ziyan
95ac0f6d58
fix optimizer weight shard config
4 years ago
chendongsheng
1a72c6ac35
added scale out and scale in
5 years ago
ZPaC
768f6b40c3
Optimize ps doc
5 years ago
zjun
211c961076
Fix code check
Signed-off-by: zjun <zhangjun0@huawei.com>
5 years ago
ZPaC
19a2585ba4
Optimize server log
5 years ago
chendongsheng
2aae0b01ec
tcp support ssl
5 years ago
mindspore-ci-bot
ee885b4e58
!15180 enable not fully use opt shard
From: @gong_zi_yan
Reviewed-by: @stsuteng
Signed-off-by: @stsuteng
5 years ago