mindspore-ci-bot
43161c45d2
!12319 fix_ubfusion_failed
From: @jjfeing
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
5 years ago
mindspore-ci-bot
d13c2afc36
!12205 fix bug of reformat in pynative
From: @lianliguang
Reviewed-by: @kisnwang,@zhoufeng54,@chujinjin
Signed-off-by: @chujinjin
5 years ago
mindspore-ci-bot
048eba4460
!12359 add float64 support to assign GPU
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
5 years ago
Peilin Wang
ce26d2e987
intitial commit
fix ci
fix ci
5 years ago
TFBunny
e1ed3b9c15
add float64 support to assign GPU
5 years ago
mindspore-ci-bot
8d936a6589
!12352 Add float64 support to Gather GPU
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
5 years ago
mindspore-ci-bot
0ee8ef736d
!12351 Add float64 support to GatherNd GPU
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
5 years ago
mindspore-ci-bot
8fabb26412
!12350 add float64 support to concat GPU
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
5 years ago
TFBunny
6f9cfb809e
add float64 support to GatherNd
5 years ago
TFBunny
6fad165e43
add float64 support to gather gpu
5 years ago
TFBunny
ebb7f2e771
add float64 support to concat GPU
5 years ago
mindspore-ci-bot
d249ededf6
!12347 add float64 support to slice ops in GPU
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @tom__chen
5 years ago
mindspore-ci-bot
ed5f9cb1f2
!11802 Optimize GPU kernels for fasterrcnn
From: @robingrosman
Reviewed-by:
Signed-off-by:
5 years ago
TFBunny
799e51cff0
Add float64 support to slice ops
5 years ago
mindspore-ci-bot
30005c9c64
!12301 [GraphKernel] Eliminate redundant split nodes.
From: @tronzhang
Reviewed-by: @gaoxiong1,@anyrenwei
Signed-off-by: @anyrenwei
5 years ago
mindspore-ci-bot
5394ff8ac3
!12316 [GraphKernel] Exclude special node in expander and basic fusion.
From: @tronzhang
Reviewed-by: @gaoxiong1,@anyrenwei
Signed-off-by: @anyrenwei
5 years ago
jjfeing
3c90c027a6
fix ubfusion
5 years ago
RobinGrosman
5d5225f2ee
optimize fasterrcnn on gpu. fix randomchoicewithmask, topk kernels
5 years ago
mindspore-ci-bot
adf934c567
!12152 Rewrite sequence_mask as a composite op
From: @TFbunny
Reviewed-by: @robingrosman
Signed-off-by:
5 years ago
mindspore-ci-bot
1239a4a848
!12314 [auto-monad] Change backend execution order sorting policy
From: @hwhewei
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
5 years ago
He Wei
141c39b71c
[auto-monad] Change backend execution order sorting policy
Change backend execution order sorting policy from DFS to BFS
in KernelGraph::SetExecOrderByDefault().
5 years ago
tronzhang
be2b9978be
exclude special node when expand or basic fusion
5 years ago
yuchaojie
ad93497838
fix SliceGradUnifyMindIR
5 years ago
tronzhang
e953705521
eliminate redundant split ops
5 years ago
LianLiguang
c2cd96ebad
fix bug of reformat in pynative parameter has addr && remove an useless hard code
5 years ago
mindspore-ci-bot
6ed6d57076
!11560 Add dynamic shape support and testcases to GPU Dropout
From: @TFbunny
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
506ab6f477
!12166 [cpu] Add reduceall and reduceany to cpu
From: @yanglf1121
Reviewed-by:
Signed-off-by:
5 years ago
luopengting
b4d56f6358
add functions to check for directory and filename
1. add validation for directory and filename
2. refactor the file operations about path
3. add in CMakeLists
4. add logger in nn_ops
5 years ago
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
mindspore-ci-bot
b83478201f
!12221 GPU AbsGrad calculat error while input is 0.0
From: @caojian05
Reviewed-by: @kisnwang,@wuxuejian
Signed-off-by: @wuxuejian
5 years ago
mindspore-ci-bot
61ab50915f
!11959 Add BCEWithLogitsLoss op for Ascend.
From: @liu_xiao_93
Reviewed-by:
Signed-off-by:
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
mindspore-ci-bot
228a64de0f
!11390 convert part of prim attr from str to int
From: @wangnan39
Reviewed-by: @kingxian
Signed-off-by:
5 years ago
mindspore-ci-bot
7f1a9508f8
!12045 [MS][RDR] change saving filename in RDR module
From: @louie5
Reviewed-by:
Signed-off-by:
5 years ago
wangnan39@huawei.com
2f79905f60
convert attr from str to enum
5 years ago
CaoJian
811de4f5d4
GPU AbsGrad calculat error while input is 0.0
5 years ago
louei5
72e567d06b
change saving filename in RDR module
5 years ago
dayschan
e0e6c39eae
Refactor GraphKernelExpander (1st submission)
Decoupled from the front-end interfaces.
1. Removed the call to "Renormalize".
Completed the infer-format in model_builder.
Only used the device shape and device format to
infer an abstract shape without considering padding.
2. Removed the call to python's Primitive interfaces.
The "Renormalize" relies on the PrimitivePy, so they can be
removed together. After that, the functions "ConstAttrToInput",
"DeleteAttrInInput" and related can be removed.
3. Reuse the AkgKernelJsonGenerator in GraphKernelExpander.
1) set the attribute "extract_opinfo_from_anf" to true, so that
the generator can handle the basic operator with anf info.
2) added a function "extract_expand_info" in expander.py
to convert the json into a more friendly format. The attrs
was converted to a dict instead of a list.
4. Scalars only support DefaultFormat.
Removed the argument "format" from graph_builder.value
5. Moved the expander op list from graph_kernel_helper.cc to graph_kernel_expander.cc
5 years ago
mindspore-ci-bot
5bbf009829
!12108 [GraphKernel] Set attribute to node safely.
From: @tronzhang
Reviewed-by: @ckey_dou
Signed-off-by:
5 years ago
liu_xiao_93
fabc25538e
Add BCEWithLogitsLoss
5 years ago
mindspore-ci-bot
4d9551e129
!12046 modify Gelu、FastGelu to GeLU and FastGeLU
From: @jinyaohui
Reviewed-by:
Signed-off-by:
5 years ago
TFBunny
ad3d737d29
Rewrite sequence_mask as a composite op
5 years ago
mindspore-ci-bot
5a2f472790
!12153 Add type support to StridedSlice GPU
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
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
yanglf1121
01bfacddd6
add reduceany and reduceall to cpu
5 years ago
mindspore-ci-bot
07c01cecee
!12147 dynamic op add to cache
From: @jjfeing
Reviewed-by: @chujinjin,@zhoufeng54
Signed-off-by: @zhoufeng54
5 years ago
mindspore-ci-bot
c9aaa70b39
!12092 Change L2Norm, merge from r1.1 to master
From: @liangzhibo
Reviewed-by: @ginfung
Signed-off-by:
5 years ago
jjfeing
bac7770584
fix mul compile failed
5 years ago
mindspore-ci-bot
ad5b033cc5
Change L2Norm, r1.1 to master
5 years ago