mindspore-ci-bot
43161c45d2
!12319 fix_ubfusion_failed
From: @jjfeing
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
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
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
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
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
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
CaoJian
811de4f5d4
GPU AbsGrad calculat error while input is 0.0
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
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
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
jjfeing
bac7770584
fix mul compile failed
5 years ago
TFBunny
b45a9f56c8
add all types support to StridedSlice GPU
5 years ago
mindspore-ci-bot
9af166990c
!12074 gpu RangeOp precision fix
From: @peilin-wang
Reviewed-by:
Signed-off-by:
5 years ago
Peilin Wang
44bb9cb216
added validation
fix ci
fix ci
fixed test cases and ci
fixed test cases and ci
5 years ago
mindspore-ci-bot
c7494512eb
!12015 cpu support scalar tensor
From: @huaweib
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
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
mindspore-ci-bot
62d272f648
!12014 Fix GPU Print kernel
From: @TFbunny
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
15fbf37bb7
!12023 change EditDistance from cann to ms_kernels
From: @yanzhenxiang2020
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
5 years ago
baihuawei
a0b4175940
cpu support scalar tensor
5 years ago
jjfeing
bff8bf0253
remove no use log
5 years ago
yanzhenxiang2020
edc0817d84
change EditDistance from cann to ms_kernels
5 years ago
TFBunny
5a8c899789
Rework GPU print, supporting pynative mode and graph mode
5 years ago
mindspore-ci-bot
a24ff36d9c
!11777 stitch fusion
From: @r1chardf1d0
Reviewed-by:
Signed-off-by:
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
e0678ecf35
!11700 Add Asin, ACos, AsinGrad, ACosGrad for CPU
From: @wangrao124
Reviewed-by: @wuxuejian
Signed-off-by:
5 years ago
r1chardf1d0
9d6392c5c5
stitch info
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
9fa0499fa0
Change GatherV2 to Gather r1.1 to master
5 years ago
Corleone
82de371987
update matmul implementation for GPU
5 years ago