Commit Graph

5943 Commits

Author SHA1 Message Date
shenwei41 e3385e2564 fix waring to master 2021-07-30 16:37:27 +08:00
i-robot b32bfb0111 !20986 revert the modification of ExpandJPrim
Merge pull request !20986 from huangbingjian/revert_jprim
2021-07-29 11:16:43 +00:00
i-robot 93dddcf0fe !20735 [BETA]Add Transformer Module
Merge pull request !20735 from huangxinjing/transformer_layer
2021-07-29 07:17:22 +00:00
huangxinjing 615d1a179d Add transformer layer 2021-07-29 11:10:43 +08:00
i-robot 11694db238 !20909 [MS][RDR] Add lenet st with enable RDR
Merge pull request !20909 from louie5/rdr_test
2021-07-28 12:05:42 +00:00
huangbingjian 4d845c004e revert the modification of ExpandJPrim 2021-07-28 19:27:36 +08:00
i-robot 7be2078a97 !20980 fixed node timeout
Merge pull request !20980 from anancds/node
2021-07-28 09:30:03 +00:00
i-robot 9f296c58d6 !20960 [AutoParallel]Add replace graph for conv2d
Merge pull request !20960 from lichen/add_replace_graph_for_conv2d
2021-07-28 07:06:41 +00:00
louie5 3c0a35dd07 add gpu lenet st with enable RDR module 2021-07-28 14:30:05 +08:00
lichenever a7f8024c29 add_replace_graph_for_conv2d 2021-07-28 11:02:21 +08:00
chendongsheng a772f62563 fixed node timeout 2021-07-28 10:09:56 +08:00
i-robot 3c3bbec5ee !20320 virutal_dataset_set_strategy
Merge pull request !20320 from yao_yf/virutal_dataset_set_strategy
2021-07-28 01:55:37 +00:00
i-robot 302b6a8008 !20880 [ME][Auto-Monad]Fix executive order problem: the user of MakeTuple(Load, ...) do not attach UpdateState
Merge pull request !20880 from Margaret_wangrui/maketupe_addn_exec_order
2021-07-27 11:32:27 +00:00
yao_yf dc7dc7d3fa dataset strategy set 2021-07-27 18:44:10 +08:00
i-robot 72dd0cdb7b !20563 提交RNNs和RNNCells算子
Merge pull request !20563 from 吕昱峰(Nate.River)/rnn
2021-07-27 09:09:46 +00:00
i-robot d444600923 !20515 Refactor Arithmetic Simplify
Merge pull request !20515 from jiaoy1224/master
2021-07-27 08:07:53 +00:00
i-robot e23d51ee8d !20099 test failed
Merge pull request !20099 from mindspore_ding/run_0712
2021-07-27 07:27:49 +00:00
lvyufeng 54dd318de7 add RNNs and RNNCells layers 2021-07-27 11:45:02 +08:00
Margaret_wangrui 16466f3453 Fix executive order problem: the user of MakeTuple(Load, ...) do not
attach UpdateState
2021-07-27 11:37:53 +08:00
Yang Jiao e2cfc516eb refctor arithmetic simplify 2021-07-27 11:29:26 +08:00
i-robot ab78bcf16f !19081 add ops IsNan
Merge pull request !19081 from lingyunli63/add_ops_IsNan
2021-07-27 02:33:02 +00:00
i-robot 3c0e0ac186 !20654 Fix test_resnet50_and_resnet50_thor bug.
Merge pull request !20654 from linqingke/bug_fix
2021-07-27 02:32:52 +00:00
i-robot b8901526b9 !20882 Fix GradOperation recursive call issues.
Merge pull request !20882 from 张清华/opt
2021-07-27 01:00:39 +00:00
i-robot 34e2581dfc !20812 Add code for cross-silo with real data femnist and coco
Merge pull request !20812 from ZPaC/cross-silo
2021-07-26 13:21:19 +00:00
i-robot a0b7dcb353 !20793 add parallel op for gather
Merge pull request !20793 from yangzhenzhang/add-parallel-op-for-gatherd
2021-07-26 13:20:47 +00:00
Zhang Qinghua 8be269c1cc Fix GradOperation issues:
- Allow the J CNode used multiple as non-call input.
- Check recursive J FG including FV J CNode.
- Add grad functional api.
2021-07-26 20:47:49 +08:00
i-robot 022c1c4583 !20715 [ME][Auto-Monad]Add ref user to UpdateState to ensure the order
Merge pull request !20715 from Margaret_wangrui/auto_monad_ref_users_master
2021-07-26 11:43:43 +00:00
i-robot 23e30c4bcc !17854 Add ScatterSub op for gpu
Merge pull request !17854 from xcnick/op-scattersub-gpu
2021-07-26 10:08:02 +00:00
i-robot ba3aa00e92 !20719 test transformer
Merge pull request !20719 from huchunmei/test4
2021-07-26 08:58:30 +00:00
i-robot cdede9388d !18958 Add scatter_nd_add and scatter_nd_sub op for gpu
Merge pull request !18958 from xcnick/op-scatterndfunctor-gpu
2021-07-26 08:25:11 +00:00
i-robot fd7c0c1514 !20672 add dump ir for python and add dump more info when dynamic shape
Merge pull request !20672 from lianliguang/add_dump_func
2021-07-26 06:53:42 +00:00
lingyunli63 50a66ae476 isnan isfinite isinf squaresumall identity oneslik 2021-07-26 12:58:30 +08:00
yangzhenzhang 80e5cc0e52 add parallel op for gatherd 2021-07-26 11:14:25 +08:00
Margaret_wangrui f9a064e464 Add ref user to UpdateState to ensure the order 2021-07-26 10:31:05 +08:00
ZPaC dc068cb172 Add code for cross-silo with real data femnist and coco 2021-07-24 17:50:53 +08:00
xcnick 201f85f636 Add scattersub op for gpu 2021-07-24 09:21:25 +00:00
xcnick d8d906df3a add scatter_nd_add and scatter_nd_sub op for gpu 2021-07-24 09:14:24 +00:00
i-robot 25eef9c2bd !20786 Add test case for cross-silo lenet
Merge pull request !20786 from ZPaC/cross-silo
2021-07-24 08:10:17 +00:00
i-robot 9ec36f831a !19500 Enable bert st
Merge pull request !19500 from chenhaozhe/enable-bert-st
2021-07-24 07:19:58 +00:00
i-robot c80098b261 !20712 [Auto parallel] Enable All2All when inferring redistribution ops
Merge pull request !20712 from Xiaoda/76-change-alltoall-redistribution
2021-07-24 07:07:16 +00:00
i-robot 26bfbf9124 !18282 [assistant][ops]New operator implementation, include HSigmoid and HSigmoidGrad
Merge pull request !18282 from 张璇/hsigmoid_grad
2021-07-24 06:22:46 +00:00
ZPaC fc8a16a149 Add test case for cross-silo lenet 2021-07-24 13:52:03 +08:00
Xiaoda Zhang bb5d4212f7 enable All2All in infering redistribution ops 2021-07-24 09:09:01 +08:00
i-robot 21e090062e !18674 deserializer 1st part - vision operations
Merge pull request !18674 from zetongzhao/deserialize
2021-07-23 19:25:36 +00:00
i-robot 1e1d7d5739 !20443 Add numpy-native ut/st
Merge pull request !20443 from 杨林枫/add_numpy_ut
2021-07-23 11:24:39 +00:00
wanglixin 33e93e296c [fix][assistant][I3PYD0] fix bug in the Ascend operator HSigmoid and HSigmoidGrad 2021-07-23 16:33:16 +08:00
wild-fox b6c575689d [feat][assistant][I3PYD0] add new Ascend operator HSigmoid 2021-07-23 16:20:51 +08:00
wanglixin a377ade89f [feat][assistant][I3PYD3] add new Ascend operator HSigmoidGrad 2021-07-23 16:20:51 +08:00
i-robot 0f8a21693b !18266 [assistant][ops]New operator implementation, include SoftShrink and SoftShrinkGrad
Merge pull request !18266 from 张璇/softshrink
2021-07-23 06:40:47 +00:00
i-robot 69a7ef8632 !20707 [AutoParallel]AutoParallel support control flow
Merge pull request !20707 from lichen/auto_parallel_support_control_flow
2021-07-23 06:22:12 +00:00