i-robot
7fde42cece
!30566 add note in function comment
...
Merge pull request !30566 from changzherui/code_docs_add_note
2022-02-26 01:40:37 +00:00
changzherui
61fa6d9022
modify function note
2022-02-26 00:10:08 +08:00
i-robot
20c27bbb00
!30568 add landscape Chinese api to summary_record
...
Merge pull request !30568 from Songyuanwei/api
2022-02-25 07:24:04 +00:00
i-robot
0341d96dd6
!30469 add shard function to support part of the graph executed in auto_parallel under pynative mode
...
Merge pull request !30469 from wangjun/0223_pp
2022-02-25 06:52:24 +00:00
i-robot
32265f7c1d
!30575 modify doc
...
Merge pull request !30575 from xumengjuan1/code_docs_xx3
2022-02-25 06:50:25 +00:00
xumengjuan1
f84b422992
modify doc
2022-02-25 14:34:33 +08:00
i-robot
3ae5651de3
!30567 [AutoParallel] Add TransformerRecomputeConfig API
...
Merge pull request !30567 from lichen/code_docs_TransformerRecomputeConfig_API
2022-02-25 06:11:13 +00:00
wangshengnan12@huawei.com
bb761a47be
add_TransformerRecomputeConfig_API
2022-02-25 11:18:51 +08:00
[songyuanwei]
1edaf5e9e5
add chinese landscape api to summary_record
2022-02-25 11:07:52 +08:00
xumengjuan1
c84a6d078b
modify api format
2022-02-25 10:40:32 +08:00
i-robot
cfe0f76d2b
!30491 ut for allgather fusion
...
Merge pull request !30491 from jiahongQian/master
2022-02-25 01:30:24 +00:00
wangjun
24d448239c
add pynative_parallel
2022-02-24 21:07:51 +08:00
i-robot
3219508ecd
!30494 Supplement the docs and log to recompute api of Cell
...
Merge pull request !30494 from YuJianfeng/recompute
2022-02-24 13:04:57 +00:00
i-robot
2e091cca4d
!30531 code_docs_auto_parallel_optimizer
...
Merge pull request !30531 from zhuyuxiao/I4S85V_doc
2022-02-24 11:27:41 +00:00
jiahongQian
25f57505bf
ut for allgather fusion
2022-02-24 17:40:32 +08:00
zhuyuxiao
5f2ddb66fd
update api doc
2022-02-24 17:32:31 +08:00
i-robot
bbcfbce9e0
!29997 [Auto parallel] [MoE] Support data_parallel + expert_parallel
...
Merge pull request !29997 from Xiaoda/124-moe-changes
2022-02-24 09:23:47 +00:00
i-robot
33ec98ded5
!30512 modify format for chinese python api.
...
Merge pull request !30512 from zhangyi/code_docs_master
2022-02-24 09:08:39 +00:00
i-robot
99fbcec2ce
!30432 add ckpt check and mod cn api
...
Merge pull request !30432 from changzherui/add_ckpt_check
2022-02-24 08:43:17 +00:00
zhangyi
5f22461db9
modify format for chinese python api.
2022-02-24 16:39:33 +08:00
i-robot
121f6b1def
!30460 Fix some API docs
...
Merge pull request !30460 from xiaotianci/modify_api_docs
2022-02-24 07:28:28 +00:00
yujianfeng
951f830b9a
Supplement the docs and warning log to recompute api of Cell
2022-02-24 11:28:26 +08:00
Xiaoda Zhang
b714451937
implementing expert_parallel+data_parallel in MoE:
...
1) extending _Linear's input as 4-dimension tensor: [outer_batch, expert_dim, -1, hidden], and _Liner's BatchMatMul becomes BatchMatMul(4_dim_tensor, 3_dim_tensor);
2) configuring the _Linear's BatchMatMul sharding strategy as [[dp, ep, 1, 1], [ep, 1, mp]];
3) introducing a new parameter 'expert_parallel' in TransformerOpParallelConfig, creating a new class MoEParallelConfig to include 'data_parallel', 'model_parallel' and 'expert_parallel';
4) changing parallel config for FeedForward, TransformerEncoderLayer, TransformerDecoderLayer.
2022-02-24 09:24:27 +08:00
i-robot
db7662fa5e
!30329 update chinese api doc
...
Merge pull request !30329 from luoyang/code_docs_chinese
2022-02-24 01:24:08 +00:00
i-robot
d9214d0b55
!30170 Chinese API
...
Merge pull request !30170 from shenwei41/code_docs_chinese
2022-02-24 01:10:41 +00:00
YangLuo
20e3c642b1
update chinese api doc
2022-02-23 17:52:55 +08:00
Xiao Tianci
ede3c231a2
fix some API docs
2022-02-23 17:22:54 +08:00
i-robot
c20cb15532
!30374 update boost cn api
...
Merge pull request !30374 from jinjiali-kali/code_docs_master
2022-02-23 06:47:32 +00:00
shenwei41
6145300422
chinese api
2022-02-23 10:00:33 +08:00
changzherui
7821b2355f
add ckpt check and mod cn api
2022-02-23 00:09:41 +08:00
i-robot
6390b71296
!30269 optimizes the documentation of chinese API of RNN,Tiru,Unfold,etc
...
Merge pull request !30269 from zhangfanghe/code_docs_zfh_20220219_nn
2022-02-22 13:10:17 +00:00
i-robot
397700ec25
!30271 optimizes the documentation of chinese API of Flatten,Floor,GetNext,etc
...
Merge pull request !30271 from zhangfanghe/code_docs_zfh_20220219_ops1
2022-02-22 13:09:52 +00:00
i-robot
f891b0a906
!30272 optimizes the documentation of chinese API of AllGather,Argmin,Cast,etc
...
Merge pull request !30272 from zhangfanghe/code_docs_zfh_20220219_ops2
2022-02-22 13:09:10 +00:00
jinjiali
5af9980f95
update boost cn api
2022-02-22 17:29:31 +08:00
zhangyi
5d8887baab
modify error format for api.
2022-02-22 17:02:04 +08:00
zhangfanghe
0690427dec
optimizes the documentation of chinese API of AllGather,Argmin,Cast,etc.
2022-02-22 16:21:04 +08:00
zhangfanghe
516fe7c48e
optimizes the documentation of chinese API of RNN,Tiru,Unfold,etc.
2022-02-22 16:18:29 +08:00
zhangfanghe
8640492906
optimizes the documentation of chinese API of Flatten,Floor,GetNext,etc.
2022-02-22 14:34:01 +08:00
i-robot
c5811348cd
!30346 change api of dynamic shape ops
...
Merge pull request !30346 from lianliguang/code_docs_ms
2022-02-22 02:43:23 +00:00
lianliguang
6c7957f0dd
change api of DynamicShape ops
2022-02-21 19:52:03 +08:00
zhangyi
eddb5f9ca0
modify error format for chinese python api.
2022-02-21 19:01:22 +08:00
ms_yan
90f665726a
add part of vision api doc
2022-02-21 14:48:53 +08:00
i-robot
97bc0ca366
!30085 code_docs_add_transformer_api_CN
...
Merge pull request !30085 from lichen/code_docs_add_transformer_api
2022-02-21 03:11:35 +00:00
wangshengnan12@huawei.com
3a27ee3533
code_docs_add_transformer_api
2022-02-21 10:41:16 +08:00
i-robot
6ebee5ff2c
!30195 Update boost cn api.
...
Merge pull request !30195 from linqingke/code_docs_api
2022-02-21 02:39:32 +00:00
i-robot
d4e765fb69
!30254 modify landscape Chinese api
...
Merge pull request !30254 from Songyuanwei/api
2022-02-19 08:59:48 +00:00
liu-yongqi-63
f3219b4cf7
add vision api
2022-02-18 19:29:52 +08:00
[songyuanwei]
f4984ea759
landscape chinese api
2022-02-18 17:33:14 +08:00
i-robot
d7735df5cc
!30026 [MD] add mindrecord chn doc
...
Merge pull request !30026 from liyong126/add_mindrecord_chn_doc
2022-02-18 09:09:35 +00:00
linqingke
b15ca93f15
Update boost cn api.
2022-02-18 17:03:12 +08:00