mindspore-ci-bot
048eba4460
!12359 add float64 support to assign GPU
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
Peilin Wang
5f7fc5a0b1
initial commit
...
fix ci
4 years ago
Peilin Wang
1655a88b64
initial commit
4 years ago
Peilin Wang
2252e440a5
initial commit
...
fix ci
4 years ago
Peilin Wang
073fc6fa93
initial commit
...
fix ci
4 years ago
TFBunny
4c18e0894e
add float64 support to matmul ops
4 years ago
Peilin Wang
ce26d2e987
intitial commit
...
fix ci
fix ci
4 years ago
TFBunny
e1ed3b9c15
add float64 support to assign GPU
4 years ago
TFBunny
c6baca71e5
add float64 support to ReduceMax and ReduceSum
4 years ago
mindspore-ci-bot
8d936a6589
!12352 Add float64 support to Gather GPU
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
0ee8ef736d
!12351 Add float64 support to GatherNd GPU
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
8fabb26412
!12350 add float64 support to concat GPU
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
TFBunny
6f9cfb809e
add float64 support to GatherNd
4 years ago
TFBunny
6fad165e43
add float64 support to gather gpu
4 years ago
TFBunny
ebb7f2e771
add float64 support to concat GPU
4 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
4 years ago
mindspore-ci-bot
ed5f9cb1f2
!11802 Optimize GPU kernels for fasterrcnn
...
From: @robingrosman
Reviewed-by:
Signed-off-by:
4 years ago
TFBunny
799e51cff0
Add float64 support to slice ops
4 years ago
hedongdong
0660140708
add new inner operator centralizaiton
4 years ago
RobinGrosman
5d5225f2ee
optimize fasterrcnn on gpu. fix randomchoicewithmask, topk kernels
4 years ago
mindspore-ci-bot
adf934c567
!12152 Rewrite sequence_mask as a composite op
...
From: @TFbunny
Reviewed-by: @robingrosman
Signed-off-by:
4 years ago
mindspore-ci-bot
96cea98864
!11731 Add dynamic shape support to ReLU6 GPU
...
From: @TFbunny
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
6ed6d57076
!11560 Add dynamic shape support and testcases to GPU Dropout
...
From: @TFbunny
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
506ab6f477
!12166 [cpu] Add reduceall and reduceany to cpu
...
From: @yanglf1121
Reviewed-by:
Signed-off-by:
4 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)
```
4 years ago
gongxiaoqing
7f538b51e7
回退 'Pull Request !11074 : replace tdt with acltdt interface'
4 years ago
mindspore-ci-bot
c2582dcab9
!11074 replace tdt with acltdt interface
...
From: @ms_yan
Reviewed-by: @lilongfei15
Signed-off-by:
4 years ago
mindspore-ci-bot
500bbf5da7
!12164 update graphengine
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
jjfeing
502be04491
upgrade 0204
4 years ago
mindspore-ci-bot
4d9551e129
!12046 modify Gelu、FastGelu to GeLU and FastGeLU
...
From: @jinyaohui
Reviewed-by:
Signed-off-by:
4 years ago
TFBunny
ad3d737d29
Rewrite sequence_mask as a composite op
4 years ago
mindspore-ci-bot
5a2f472790
!12153 Add type support to StridedSlice GPU
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
jinyaohui
30a27b2adb
modify Gelu、FastGelu to GeLU and FastGeLU
4 years ago
yanglf1121
01bfacddd6
add reduceany and reduceall to cpu
4 years ago
TFBunny
b45a9f56c8
add all types support to StridedSlice GPU
4 years ago
mindspore-ci-bot
9af166990c
!12074 gpu RangeOp precision fix
...
From: @peilin-wang
Reviewed-by:
Signed-off-by:
4 years ago
Peilin Wang
44bb9cb216
added validation
...
fix ci
fix ci
fixed test cases and ci
fixed test cases and ci
4 years ago
mindspore-ci-bot
74652eb942
!12044 modify pack to stack
...
From: @jinyaohui
Reviewed-by:
Signed-off-by:
4 years ago
jinyaohui
8022f9a6ed
modify pack to stack
4 years ago
mindspore-ci-bot
62d272f648
!12014 Fix GPU Print kernel
...
From: @TFbunny
Reviewed-by:
Signed-off-by:
4 years ago
ms_yan
293f81128d
init add acltdt handle create and destory
...
add hostpush part modify
optimize previous code
provide aclhandle access method
modify CMakeList format
add device_id parameter into TransferNode
4 years ago
TFBunny
5a8c899789
Rework GPU print, supporting pynative mode and graph mode
4 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
4 years ago
mindspore-ci-bot
df265b6d6b
!11912 update submoudle akg, close graph kernel ascend ci testcases
...
From: @looop5
Reviewed-by:
Signed-off-by:
4 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
4 years ago
looop5
0161209e40
update submoudle akg, close graph kernel ascend ci testcases
4 years ago
mindspore-ci-bot
e0678ecf35
!11700 Add Asin, ACos, AsinGrad, ACosGrad for CPU
...
From: @wangrao124
Reviewed-by: @wuxuejian
Signed-off-by:
4 years ago
mindspore-ci-bot
ce89cc5e8b
!11761 Change GatherV2 to Gather (merge from r1.1 to master)
...
From: @liangzhibo
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9fa0499fa0
Change GatherV2 to Gather r1.1 to master
4 years ago
Corleone
82de371987
update matmul implementation for GPU
4 years ago
wangrao
f726faee4f
Add Asin, ACos, AsinGrad, ACosGrad for CPU
4 years ago
mindspore-ci-bot
96f007ebb4
!11785 gpu RangeOp better error handling in kernel
...
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @tom__chen
4 years ago
mindspore-ci-bot
76e9cc46fe
!11688 Add GPU ReciprocalGrad Kernel
...
From: @TFbunny
Reviewed-by: @tom__chen,@tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
Peilin Wang
3bef4e9b75
range better error initial commit
4 years ago
wilfChen
2e7d7b1c5e
gpu testcase fix
4 years ago
mindspore-ci-bot
e3796b3639
!11636 add bce cpu ops
...
From: @zhangzhewei01
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
7af2d44cd2
!11615 Add EluGrad for CPU
...
From: @he-botao
Reviewed-by:
Signed-off-by:
4 years ago
TFBunny
88b5458f78
add new GPU kernel ReciprocalGrad
4 years ago
TFBunny
2fc5ebd077
add dynamic shape support and testcases to GPU Dropout
4 years ago
TFBunny
0e05e3e8ec
add dynamic shape support and testcases to ReLU6
4 years ago
TFBunny
6cd7dc42e9
add testcases and dynamic shape to reduce ops
4 years ago
zhangzhewei
22ca18fe1d
add bce cpu ops
4 years ago
mindspore-ci-bot
682cbb7671
!11494 Mod CPU conv2D pooling and Add CTCloss
...
From: @wanyiming
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
5a4a23cbb0
!11627 fix argmaxwithvalue Precision failure
...
From: @jonwe
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @tom__chen
4 years ago
hebotao
d86a8ea367
Add EluGrad for CPU.
...
增加测试用例
修改测试用例
修改测试用例
修改算子实现,alpha 写死为 1.0
修改算子实现,alpha 写死为 1
修改算子注册
修改算子实现,dy 和 y 搞反了
修改测试代码
修改算子实现
修改算子实现,float16 单独走一个分支
修改算子实现,前端的 float 转换为double
修改算子实现,改回来了
修改算子实现,float16 转换为 Eigen 库中的 half
修改算子实现,float16 转换为 Eigen 库中的 half
修改算子实现,float16 转换为 Eigen 库中的 half
修改算子实现 在单独的文件中实现 EluGrad
修改算子实现 在单独的文件中实现 EluGrad
修改算子实现 在单独的文件中实现 EluGrad
修改算子实现 在单独的文件中实现 EluGrad
格式化代码
修改 pylint 错误
更新注释信息
删除未使用的私有变量
删除未使用的私有变量
4 years ago
wanyiming
727c7a4668
mod_conv2d_pool_add_ctcloss
4 years ago
mindspore-ci-bot
c37aa71009
!11409 [cpu] Add LogicalNot, LogicalAnd, LogicalOr op
...
From: @yanglf1121
Reviewed-by: @wuxuejian,@kisnwang
Signed-off-by: @wuxuejian
4 years ago
Jonathan Yan
18f67c61c2
return minimal index for argmaxwithvalue
4 years ago
mindspore-ci-bot
6d2ed6cafc
!11401 Add Elu For CPU
...
From: @xukailun_1
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
4 years ago
tom__chen
f34934a317
fix conv2d NHWC filter shape and cyclomatics errors
4 years ago
mindspore-ci-bot
f07bb3bd04
!11089 General reduction with hybrid mode
...
From: @jonwe
Reviewed-by: @robingrosman,@tom__chen,@robingrosman,@tom__chen
Signed-off-by: @tom__chen
4 years ago
mindspore-ci-bot
abc380fba7
!11256 add hsigmoid hswish cpu op
...
From: @wuxuejian
Reviewed-by: @kisnwang,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
ddf84551ab
!11328 OneHot int64 input support
...
From: @peilin-wang
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
868f0e9361
!11247 Add dynamic shape support to GPU BiasAdd
...
From: @TFbunny
Reviewed-by: @tom__chen
Signed-off-by:
4 years ago
TFBunny
6a58479e42
add dynamic shape and testcases to GPU biasadd
4 years ago
Jonathan Yan
6c8f275bdd
redcution v1
4 years ago
mindspore-ci-bot
50ae1f6855
!11357 add Dropout3d ops for aicpu
...
From: @yanzhenxiang2020
Reviewed-by:
Signed-off-by:
4 years ago
x00540480
5f43f08a5d
add elu for cpu
4 years ago
mindspore-ci-bot
60feffad20
!11332 update Pooling's attr kernel_size, pad_mode
...
From: @yuchaojie
Reviewed-by:
Signed-off-by:
4 years ago
yanzhenxiang2020
f8147aa57d
add Dropout3d ops for aicpu
4 years ago
yanglf1121
9c21f78f16
Add cpu op LogicalAnd, LogicalOr, LogicalNot
4 years ago
mindspore-ci-bot
45e03742d2
!11392 TileOp gpu int64 input support
...
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @tom__chen
4 years ago
mindspore-ci-bot
6d0c0157aa
!11213 Add dynamic shape support to GPU ReduceMean
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
Peilin Wang
945ef9ff89
initial commit
...
forgot some test cases
4 years ago
mindspore-ci-bot
3e662805f8
!11180 Add CPU Gelu and LayerNorm
...
From: @zhao_ting_v
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
Peilin Wang
386b219ffc
initial commit
...
ci fix
fix ci
4 years ago
yuchaojie
b51b3a6764
update Pool's attr kernel_size, pad_mode
4 years ago
mindspore-ci-bot
8008843562
!11327 Dynamic shape support for Conv2d Op
...
From: @tom__chen
Reviewed-by:
Signed-off-by:
4 years ago
tom__chen
2ff5f9f1bc
dynamic shape support for conv2d op
4 years ago
mindspore-ci-bot
be14046b0e
!11290 Add dynamic shape support & testcases to MatMul, BatchMatMul gpu
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
zhaoting
3a6d63ab02
add some CPU operators
4 years ago
TFBunny
c994eab732
add dynamic shape and testcases to MatMul & BatchMatMul
4 years ago
TFBunny
07de432deb
add dynamic shape testcase to tensoradd
4 years ago
mindspore-ci-bot
a1cb402763
!11120 [cpu] add P.FloorDiv to cpu
...
From: @yanglf1121
Reviewed-by: @kisnwang
Signed-off-by:
4 years ago
mindspore-ci-bot
59551879a0
!11021 Add new nn layer InstanceNorm2d
...
From: @yuan_shen_zhou
Reviewed-by:
Signed-off-by:
4 years ago
zhouyuanshen
26f6daa850
add new op instancenorm2d
4 years ago
wuxuejian
77900cf938
add hsigmoid hswis cpu op
4 years ago
mindspore-ci-bot
e5afc028f6
!11168 Add a testcase for P.mul dynamic shape
...
From: @TFbunny
Reviewed-by:
Signed-off-by:
4 years ago
yanglf1121
4a0fe13430
add floordiv kernel to cpu
4 years ago
TFbunny
d0b2f17445
add dynamic shape to GPU ReduceMean with testcases
4 years ago
TFbunny
503c38ca1a
add testcase for dynamic shape GPU P.Mul
4 years ago
linqingke
b9467e5340
fix matrix inverse ops st.
4 years ago
mindspore-ci-bot
256a1ef5c8
!11095 Modify dot opt to support pynative mode
...
From: @xutianming1985
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
8c54a87bca
!11070 fix bug of LessEqual kernel info on CPU
...
From: @shibeiji
Reviewed-by: @liangchenghui,@liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui,@liangchenghui
4 years ago
xutianming
1e7f18a097
Modify dot opt to support pynative mode
4 years ago
shibeiji
984f31e901
fix bug of supported data type for LessEqual on CPU
4 years ago
mindspore-ci-bot
6d6ed86a9d
!10427 RangeOp new gpu kernel
...
From: @peilin-wang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
25d5d43dea
!10746 [cpu] Add type support for concat, reshape, transpose, tile, squeeze, expandims cpu op
...
From: @yanglf1121
Reviewed-by: @wuxuejian
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
cdeacdf5c7
!9809 Add int8 uint8 type support to GPU ScatterAdd
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
Peilin Wang
507cc4ab15
range past segfault addressed comments
...
changed default max_output_length to 1000000
change docstring
fix ci
change max_output_length to maxlen
4 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
4 years ago
yanglf1121
75aa938ee6
add type support for concat, reshape, transpose, tile, squeeze, expandims cpu op
4 years ago
mindspore-ci-bot
abb86381ac
!10985 Refactor cpu ops Concat to support morn than 4D inputs
...
From: @yuanwei66
Reviewed-by: @c_34,@wuxuejian
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
9f44599abd
!9806 equal op gpu kernel support int64/uint8
...
From: @jonwe
Reviewed-by: @robingrosman,@tom__chen,@robingrosman,@tom__chen
Signed-off-by: @tom__chen
4 years ago
yuanwei66
cc6a2df435
cpu op concat refactor to support more than 4D inputs
4 years ago
mindspore-ci-bot
666ab8f105
!10850 Conversion weights type when compute weights loss
...
From: @xuguoyang5566
Reviewed-by: @wuxuejian
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
4ceb9e633c
!10829 Modify Split Kernel for CPU
...
From: @shaoxiangdong
Reviewed-by:
Signed-off-by:
4 years ago
xuguoyang
7dcc3d89c3
Conversion weights type when compute weights loss
4 years ago
mindspore-ci-bot
efd22c96ad
!10895 add timedistributed pynative mode
...
From: @dinglongwei
Reviewed-by: @wuxuejian,@c_34
Signed-off-by: @wuxuejian,@c_34
4 years ago
dinglongwei
23707e9be4
add pynative and Tensor
4 years ago
shaoxiangdong
7ef1f4c52f
Modify split Kernel for CPU
4 years ago
xutianming
37f185b12b
add dot opt into composite.__init__.py
4 years ago
mindspore-ci-bot
9e27ca929a
!10354 Add batch dot op
...
From: @anrui-wang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
1bb9342aa0
!8100 New add matrix inverse ops.
...
From: @linqingke
Reviewed-by:
Signed-off-by:
4 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).
4 years ago
mindspore-ci-bot
cb49f2e6f1
!10769 add cpu operators: LessEqual/Reciprocal/MinimumGrad/GatherD/GatherDGrad
...
From: @shibeiji
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
f80b28313f
!10619 add timedistributed
...
From: @d00562747
Reviewed-by:
Signed-off-by:
4 years ago
shibeiji
0fd3f6ad55
add cpu operators: Reciprocal/LessEqual/MinimumGrad/GatherD/GatherDGrad
4 years ago
TFbunny
83e06bbba0
add return to sparseapplyftrl gpu
4 years ago
caojian05
06fb28c703
add CPU ops: Greater/GreaterEqual/Range/GatherNd for center net
4 years ago
dinglongwei
5a6caa7b0a
add timedistributed and bugfix cpu ops assign and maximum
4 years ago
w00535372
7a78203217
Add batch dot op
4 years ago
mindspore-ci-bot
ee07285420
!10580 Add new GPU operators: Asinh, AsinhGrad, Acosh, AcoshGrad, Atan and AtanGrad
...
From: @david-he91
Reviewed-by: @linqingke,@liangchenghui,@liangchenghui
Signed-off-by: @liangchenghui,@liangchenghui
4 years ago
linqingke
96183f8b12
new add matrix inverse.
4 years ago
mindspore-ci-bot
998a8e0d53
!10712 add CPU TopK
...
From: @zhao_ting_v
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
b381d4f7a0
!10603 add grad definition for AsinGrad and ACosGrad.
...
From: @wangshuide2020
Reviewed-by: @liangchenghui,@linqingke
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
2dc275be06
!9842 Add SquaredDifference kernel for GPU
...
From: @he-botao
Reviewed-by: @c_34
Signed-off-by:
4 years ago
mindspore-ci-bot
ba1ba10049
!10638 Add SquaredDifference operation for cpu
...
From: @dangjiaqi1
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
5d97132f9e
!10132 Add C.dot opt
...
From: @xutianming1985
Reviewed-by:
Signed-off-by:
4 years ago
zhaoting
ace4f2fb71
add CPU TopK
4 years ago
hebotao
f4ae9cdbc4
Add SquareDifference kernel for GPU
...
添加测试用例
添加测试用例
添加测试用例
添加测试用例
清除告警
添加测试用例
添加测试用例
清除告警
4 years ago
“dangjiaqi1”
d86509c1c8
add SquaredDifference operation for cpu
4 years ago
mindspore-ci-bot
0105b2166e
!10370 Add BatchMatMul for CPU
...
From: @xukailun_1
Reviewed-by:
Signed-off-by:
4 years ago
xutianming
d9830ddf63
add c.dot opt
4 years ago
mindspore-ci-bot
9bb4785777
!10428 unpack of cpu
...
From: @lishixing3
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
79893d6fef
!10336 Add Pack op for CPU Kernel
...
From: @zyx5256
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
4257288bb7
!10066 Add CumSum Kerner for CPU
...
From: @shaoxiangdong
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9366200dba
!9646 Add Expm1 Operator for CPU
...
From: @xukailun_1
Reviewed-by:
Signed-off-by:
4 years ago
x00540480
69f882c083
batchmatmul
4 years ago
mindspore-ci-bot
aecd96cdb2
!10424 Compute weighted loss
...
From: @xuguoyang5566
Reviewed-by: @wuxuejian
Signed-off-by:
4 years ago