mindspore-ci-bot
a063d7633d
!12241 [auto-monad] Support side-effects by auto-monad
From: @hwhewei
Reviewed-by: @zhunaipan,@zh_qh
Signed-off-by: @zh_qh
5 years ago
He Wei
7d9a783993
[auto-monad] Support side-effects by auto-monad
The basic idea is: exploits data dependency to control the execution order
of side-effect operations, and keep the semantics of ANF unchanged.
The ControlDepend primitive is removed and there are two primitives added:
1. UpdateState:
```
a = Assign(para, value)
```
became:
```
a = Assign(para, value, u)
u = UpdateState(u, a)
```
2. Load:
```
x = Add(para, value)
```
became:
```
p = Load(para, u)
x = Add(p, value)
u = UpdateState(u, p)
```
5 years ago
liu_xiao_93
fabc25538e
Add BCEWithLogitsLoss
5 years ago
jinyaohui
30a27b2adb
modify Gelu、FastGelu to GeLU and FastGeLU
5 years ago
mindspore-ci-bot
aebe263dce
!11895 unify mindir for different backend: the output num of optimizer ops, the backward of concat
From: @wangnan39
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
74652eb942
!12044 modify pack to stack
From: @jinyaohui
Reviewed-by:
Signed-off-by:
5 years ago
jinyaohui
8022f9a6ed
modify pack to stack
5 years ago
wangnan39@huawei.com
cd9173fdfd
unify the output num of optimizer ops
5 years ago
l00591931
b9b9bd5654
Add bprop for TensorAdd and GatherV2
5 years ago
mindspore-ci-bot
c2d120e714
!11978 Add grad impl for op MatrixInverse
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
mindspore-ci-bot
24ef3efcb8
!11545 unify SpaceToBatchND's attr
From: @yuchaojie
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
b189f177bb
Change tuple_getitem to TupleGetItem and some other ops, merge from r1.1 to master
5 years ago
zhouyuanshen
a078e11f66
add grad impl for op MatrixInverse
5 years ago
yuchaojie
7a7f8b5e13
unify SpaceToBatchND's attr
5 years ago
mindspore-ci-bot
e897eb4c41
!11915 Change TensorAdd to Add, merge from r1.1 to master
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
5 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
5 years ago
mindspore-ci-bot
066ebe516e
!11794 remove useless code of dot
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
5 years ago
zhouyuanshen
d1e6878011
remove dot
5 years ago
mindspore-ci-bot
ce89cc5e8b
!11761 Change GatherV2 to Gather (merge from r1.1 to master)
From: @liangzhibo
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
d2e7f1f26c
!11783 unify SliceGrad's mindir
From: @yuchaojie
Reviewed-by: @kingxian,@zhoufeng54
Signed-off-by: @kingxian
5 years ago
mindspore-ci-bot
9fa0499fa0
Change GatherV2 to Gather r1.1 to master
5 years ago
mindspore-ci-bot
76e9cc46fe
!11688 Add GPU ReciprocalGrad Kernel
From: @TFbunny
Reviewed-by: @tom__chen,@tom__chen,@robingrosman
Signed-off-by: @robingrosman
5 years ago
yuchaojie
a7b49bbca2
unify SliceGrad's mindir
5 years ago
TFBunny
88b5458f78
add new GPU kernel ReciprocalGrad
5 years ago
jiangzhenguang
de8c2c95d1
add isfinite grad
5 years ago
mindspore-ci-bot
8170669909
!11174 add_mish_mulnonan_selu_operations
From: @jiangzg001
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
5 years ago
jiangzhenguang
991fb122f3
add_mish_mulnonan_selu_operations
5 years ago
yuchaojie
611a9a3654
unify Conv's attr pad_list
5 years ago
yuchaojie
b51b3a6764
update Pool's attr kernel_size, pad_mode
5 years ago
mindspore-ci-bot
59551879a0
!11021 Add new nn layer InstanceNorm2d
From: @yuan_shen_zhou
Reviewed-by:
Signed-off-by:
5 years ago
zhouyuanshen
26f6daa850
add new op instancenorm2d
5 years ago
mindspore-ci-bot
b3e6eb63a4
!10873 fix reorder
From: @lianliguang
Reviewed-by: @zh_qh,@zh_qh,@chujinjin
Signed-off-by: @zh_qh,@zh_qh
5 years ago
LianLiguang
d2fe2aa7cc
add reorder of node after opt
5 years ago
liuxiao93
aacad990c3
Add grad of sort.
5 years ago
mindspore-ci-bot
274e0aa750
!10885 add nll_loss operation
From: @jiangzg001
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
mindspore-ci-bot
5a70853392
!10332 add grad definitions for the following operations: ReluGrad, SqrtGrad, AtanGrad, TanhGrad, AsinhGrad, AcoshGrad.
From: @david-he91
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
5 years ago
yangzhenzhang
9da3f9bec9
mini step grad accumulation
5 years ago
jiangzhenguang
d3f42e7d6b
add nll_loss operation.
5 years ago
hedongdong
b783070467
add grad definitions for the following operations: ReluGrad, SqrtGrad, AtanGrad, TanhGrad, AsinhGrad, AcoshGrad.
A minor change in sigmoidGradGrad operation (non-functional change).
5 years ago
yanghaoran
b1ee7d9926
Synchronize latest Ascend software suite 29 Dec 2020
5 years ago
mindspore-ci-bot
b07dd76246
!10743 enable gradients mean in opt shard
From: @gong_zi_yan
Reviewed-by: @stsuteng,@yao_yf,@kisnwang
Signed-off-by: @stsuteng
5 years ago
mindspore-ci-bot
b381d4f7a0
!10603 add grad definition for AsinGrad and ACosGrad.
From: @wangshuide2020
Reviewed-by: @liangchenghui,@linqingke
Signed-off-by: @liangchenghui
5 years ago
Ziyan
98566ddc07
enable gradients mean in opt shard
5 years ago
mindspore-ci-bot
b67aaf6773
!9832 expose_allgather_fusion_to_users
From: @gong_zi_yan
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
42156a4904
!10467 [ParallelSplit]Fix executeorder of send/recv
From: @lichen666
Reviewed-by: @stsuteng
Signed-off-by: @stsuteng
5 years ago
Ziyan
bbf8ec82b9
expose allgather fusion interface to users
5 years ago
lvliang
7da4f49c41
fix-bug-of-gather-drop-negatives-without-default-parameter
5 years ago
lichenever
9595502278
optimizer_pipline_split
5 years ago
wangshuide2020
677127ef5e
add grad definition for AsinGrad and ACosGrad
5 years ago
mindspore-ci-bot
f7eda1118c
!10420 [ME]SparseGatherV2 throw exception when grad with 1D tensor input
From: @chenfei52
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
5 years ago