peixu_ren
a47f5493d5
added strided slice and its grad as internal interface
5 years ago
jin-xiulang
8dff818a18
Add Laplace random operator.
5 years ago
peixu_ren
c5f72582dc
Added 5 random ops
5 years ago
yujianfeng
91306cbd34
Add ut for cpu kernel of sparse optimizer
5 years ago
mindspore-ci-bot
4c6bff75af
!1393 Gpu Support AdamWeightDecay optimizer fusion
...
Merge pull request !1393 from chenweifeng/adam_weight_decay
5 years ago
mindspore-ci-bot
a4fbdc3f69
!2245 Decouple ir::Tensor from python.
...
Merge pull request !2245 from hewei/decouple_tensor
5 years ago
mindspore-ci-bot
0a368494db
!2499 HostAllGather and HostReduceScatter change to internal interface
...
Merge pull request !2499 from yihuaijie/master
5 years ago
He Wei
43e0967024
Decouple ir::Tensor class from python
5 years ago
mindspore-ci-bot
69c15470a5
!2492 Add an output to apply_proximal_adagrad op register
...
Merge pull request !2492 from YuJianfeng/master
5 years ago
yanghaoran
21c381b366
sync from mindspore to incubator
5 years ago
wilfChen
034d2ea2aa
Gpu Adam Fusion
5 years ago
mindspore-ci-bot
8870956954
!2441 add fake quant test case for gpu
...
Merge pull request !2441 from chenzhongming/master
5 years ago
Yi Huaijie
2eb739de6e
change HostAllGather and HostReduceScatter to internal interface
5 years ago
chenzomi
8873f9dc7e
add fake quant test case for gpu
5 years ago
mindspore-ci-bot
a2cd05339f
!2180 Gpu Gelu kernel support fp16
...
Merge pull request !2180 from chenweifeng/gelu-fp16
5 years ago
yujianfeng
304427cd93
Add an output to apply_proximal_adagrad op register
5 years ago
mindspore-ci-bot
d463c3f388
!236 add aicpu embeddinglookup
...
Merge pull request !236 from wuxuejian/incu_embedding
5 years ago
wuxuejian
92880788f3
add aicpu embeddinglookup
...
move embeddinglookup to the internal
5 years ago
mindspore-ci-bot
0327d7e79b
!2424 Add aicpu op: CTCLoss, ReverseSequence and CropAndResize
...
Merge pull request !2424 from xutianchun/ctcloss
5 years ago
mindspore-ci-bot
c9b8a8da0a
!2369 add cpu reduce op and cpu softmax_cross_entropy_with_logits op
...
Merge pull request !2369 from baihuawei/reduce
5 years ago
xutianchun
2bfc86f5b7
Add aicpu op: ReverseSequence, CropAndResize, CTCLoss
5 years ago
gong chen
a6dfa281ea
Init GraphKernel.
...
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
5 years ago
mindspore-ci-bot
d57decc8a3
!2338 Gpu Minimum & Maximum kernels support int32
...
Merge pull request !2338 from chenweifeng/nezha
5 years ago
mindspore-ci-bot
88a3c0fa53
!2379 remove ftrl operator st on pynative mode
...
Merge pull request !2379 from zyli2020/change_ftrl_op_st
5 years ago
lizhenyu
eb68c9953d
change ftrl operator st
5 years ago
pkuliuliu
acf46bafbb
add Normal op
5 years ago
baihuawei
862522376f
add reduce and softmax_cross_entropy_with_logits
5 years ago
wilfChen
480bf4151b
Gpu Minimum & Maximum kernels support int32
5 years ago
yanzhenxiang2020
8621c032d9
add pack op for aicpu
5 years ago
yanzhenxiang2020
7eb3749f26
add cast op for aicpu
5 years ago
mindspore-ci-bot
a9d06edae9
!2282 remove _quant_op.py from __init__.py
...
Merge pull request !2282 from chenzhongming/master
5 years ago
mindspore-ci-bot
fce37a5fbe
!2281 add Sigmoid and SigmoidGrad operation of GPU
...
Merge pull request !2281 from zyli2020/add_sigmoid
5 years ago
wilfChen
8f4cd76582
gpu Gelu kernel support fp16
5 years ago
chenzomi
bbce6faff9
remove _quant_ops.py from __init__.py
5 years ago
mindspore-ci-bot
2e002ab64c
!2292 gpu fix all nop node graph execute
...
Merge pull request !2292 from limingqi107/master
5 years ago
limingqi107
0f4397cece
fix all nop node graph execute
5 years ago
lizhenyu
ea0cd5ccdd
add Sigmoid and SigmoidGrad operation of GPU
5 years ago
mindspore-ci-bot
74c3e15675
!2194 fix FakeQuantPerLayer/FakeQuantPerLayerGrad symmetric=True calculation error bug
...
Merge pull request !2194 from 王东旭/master
5 years ago
mindspore-ci-bot
1e12b07afd
!2251 Add implementation of SparseApplyProximalAdagrad cpu kernel
...
Merge pull request !2251 from YuJianfeng/proximal
5 years ago
mindspore-ci-bot
19e66f06e2
!2150 Gpu Tanh kernel support fp16
...
Merge pull request !2150 from chenweifeng/tanh-fp16
5 years ago
yujianfeng
c3871d98cc
Add implementation of SparseApplyProximalAdagrad cpu kernel
5 years ago
mindspore-ci-bot
fe797aaf10
!2229 add ftrl optimizer
...
Merge pull request !2229 from zyli2020/add_ftrl_op
5 years ago
mindspore-ci-bot
95d887a35b
!2226 add adam op for wide&deep model
...
Merge pull request !2226 from zyli2020/add_adam_op
5 years ago
mindspore-ci-bot
c4863683ef
!2235 add SigmoidCrossEntropyWithLogitsGrad operation
...
Merge pull request !2235 from zyli2020/add_sigmoid_cross_entropy_with_logits_grad
5 years ago
mindspore-ci-bot
116ed509bf
!2234 add SigmoidCrossEntropyWithLogits op
...
Merge pull request !2234 from zyli2020/add_sigmoid_cross_entropy_with_logits
5 years ago
lizhenyu
636b8e2b88
add SigmoidCrossEntropyWithLogitsGrad op
5 years ago
mindspore-ci-bot
4642df207a
!2210 gpu optimize the max device memory config
...
Merge pull request !2210 from limingqi107/max_device_memory_optimize
5 years ago
lizhenyu
694a8213b7
add adam optimizer
5 years ago
lizhenyu
ac2217dbae
add SigmoidCrossEntropyWithLogits op
5 years ago
lizhenyu
c3360a84cd
add ftrl optimizer
5 years ago
wilfChen
9201ea5ed2
replace tanh implement with cudnn
5 years ago
limingqi107
55b3557c0d
gpu optimize the max device memory config
5 years ago
王东旭
4e09ae83eb
fix FakeQuantPerLayer/FakeQuantPerLayerGrad symmetric bug
5 years ago
liuxiao
df63a3195d
fix input value check for SparseApplyFtrl and SparseApplyAdagrad
5 years ago
mindspore-ci-bot
8593c4d841
!2051 support host mpi
...
Merge pull request !2051 from chenjianping/host_reduce
5 years ago
chenjianping
6034f9c1e2
support host reduce scatter and mpi config
5 years ago
mindspore-ci-bot
d4a7c87b22
!2093 GPU add argmaxwithvalue
...
Merge pull request !2093 from VectorSL/argmaxwithvalue
5 years ago
VectorSL
17377912ba
gpu add argmaxwithvalue
5 years ago
buxue
66bbdb4a31
change tensor dtype and shape from function to attr
5 years ago
mindspore-ci-bot
87fa15de80
!2021 GPU add akg kernel greaterequal notequal
...
Merge pull request !2021 from VectorSL/gpu-add-akg-kernel
5 years ago
VectorSL
cf2fc1cecf
gpu add notequal greaterequal akg kernel
5 years ago
buxue
0cd57ddc5d
check arg is tensor with vm backend
5 years ago
mindspore-ci-bot
d6cc7089fc
!1888 Add cpu kernel implement of sparse adam
...
Merge pull request !1888 from YuJianfeng/adam
5 years ago
yujianfeng
c956dfff51
Add SparseAdam and SparseLazyAdam cpu kernel
5 years ago
mindspore-ci-bot
c4b3534913
!1905 update cpu lstm
...
Merge pull request !1905 from baihuawei/cpulstm
5 years ago
baihuawei
9c74e39b12
update cpu lstm
5 years ago
yanzhenxiang2020
89302a60cf
add pack op for aicpu
5 years ago
jiangjinsheng
51affc2f1b
fixed validator for CumProd, ReduceProd, ApplyRMSProp
5 years ago
yujianfeng
5d4b75838f
Add SparseApplyFtrl cpu kernel
5 years ago
mindspore-ci-bot
063ad7c7f0
!1810 optimize slice/slicegrad performance
...
Merge pull request !1810 from sunsuodong/optimize_performance
5 years ago
chenjianping
af8108c9e1
support host reduce scatter and allgather
5 years ago
sunsuodong
78787931e1
optimize performance
5 years ago
mindspore-ci-bot
ddfa1edefe
!1618 fix lstm
...
Merge pull request !1618 from baihuawei/cpulstm
5 years ago
baihuawei
ea78e16e74
fix lstm
5 years ago
sunsuodong
63d9e47291
fix cpu StridedSliceGrad
5 years ago
jonyguo
228061818c
Merge branch 'incubator-master' into sync_05177ff9_6b1715a7
5 years ago
mindspore-ci-bot
6b1715a76b
!150 add RNNTLoss and RandomCategorical ops for aicpu
...
Merge pull request !150 from yanzhenxiang2020/add_rnnt_and_categorical
5 years ago
yanzhenxiang2020
e3d1e2f55b
add RNNTLoss and RandomCategorical op for aicpu
5 years ago
liuwenhao4
7b911886ec
Fixing some tiny faults about Pylint in my code(ops)
5 years ago
jinyaohui
86d197dfeb
clean pylint
5 years ago
liuwenhao4
f87c70a9ab
Fixing some tiny faults about Pylint in my code(ops)
5 years ago
mindspore-ci-bot
bb72c0020b
!1612 add cpu stridedslice
...
Merge pull request !1612 from kisnwang/add-cpu-stridedslice
5 years ago
kswang
f93e6beb52
add cpu strided slice
5 years ago
mindspore-ci-bot
19ce0c372a
!1257 Implicit type conversion
...
Merge pull request !1257 from candanzg/implicit_type_conversion2
5 years ago
mindspore-ci-bot
14f9a6e31c
!1310 add cpu lstm
...
Merge pull request !1310 from baihuawei/cpu-lstm
5 years ago
mindspore-ci-bot
1bfa0dc5d5
!1265 add cpu transpose
...
Merge pull request !1265 from baihuawei/transpose
5 years ago
mindspore-ci-bot
9c33da391a
!1513 refine data copy in multi-graph
...
Merge pull request !1513 from zyli2020/refine_data_copy_in_multi_graph
5 years ago
liuwenhao4
a7ad0d0a49
Fixing some tiny faults about Pylint in my code(ops)
5 years ago
mindspore-ci-bot
a5161a969f
!1531 cpu kernel support multiple inputs
...
Merge pull request !1531 from sunsuodong/multi_input
5 years ago
baihuawei
9bcdf4cbdc
add lstm
5 years ago
sunsuodong
5cf29f2478
multi_input
5 years ago
baihuawei
eb0f897d31
add cpu transpose
5 years ago
candanzg
2429da19fb
implicit type conversion
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
lizhenyu
a25b84055c
refine data copy in multi-graph
5 years ago
mindspore-ci-bot
5b9c145ff8
!1383 keep different attributes for cnode evaluation
...
Merge pull request !1383 from amongo/KeepPrimAttrInCNode
5 years ago
sunsuodong
ade90be427
addn
5 years ago
huangdongrun
1159f2b11e
add prim infer attr cache
...
modify infer to get abstract value and attr value map together
support get attr in specialize
clone primitive when specialize if attribute is not the same with
infered attribute
5 years ago
liuwenhao4
f3f0cbaeee
Fixing some tiny faults about Pylint in my code(ops)
5 years ago
cristoval
f6c20178d2
fix pylint check issues
5 years ago
ms_yan
d5e896b51c
delete storageDataset Op API and its test case
5 years ago
mindspore-ci-bot
368007240c
!1320 add applyrmsprop cumprod and reduceprod for vm
...
Merge pull request !1320 from JichenZhao/applyrms_squaresumall_cumprod_reduceprod
5 years ago
jinyaohui
fbdba6e4da
clean pylint
5 years ago
zhaojichen
a42ec8f69f
add applyrmsprop op for vm
5 years ago
gongchen
36edbe411e
test(custom_op): Delete conv2d custom op.
5 years ago
mindspore-ci-bot
aa1cee113d
!1279 test(custom_op): clean up custom op test case.
...
Merge pull request !1279 from gongchen/fix_custom_op_case
5 years ago
gongchen
44458865b6
test(custom_op): Clean up custom op test case.
5 years ago
mindspore-ci-bot
6ffb3c97cd
!1058 add host cpu kernel: GatherV2/Concat/Slice/SliceGrad
...
Merge pull request !1058 from sunsuodong/lstm_ops
5 years ago
gongchen
366364ba38
Add custom op testcases.
5 years ago
jinyaohui
5a914994ba
clean pylint
5 years ago
sunsuodong
28241d0293
lstm ops
5 years ago
jinyaohui
bcfaff97f9
clean pylint
5 years ago
wilfChen
1991a89f40
LayerNormGrad fix & codex
5 years ago
mindspore-ci-bot
049d3796a6
!1091 gpu support Cast/RealDiv/Mul/Sub/Softmax kernels enforcement
...
Merge pull request !1091 from chenweifeng/cast
5 years ago
jinyaohui
391a060f21
remove two context param
5 years ago
wilfChen
59c4cf256c
gpu support broadcast kernels
5 years ago
jinyaohui
d40e89b1bc
clean pylint warning in st/ops/ascend
5 years ago
mindspore-ci-bot
680ce090a3
!1057 matmul support fp16
...
Merge pull request !1057 from chenweifeng/matmul
5 years ago
mindspore-ci-bot
0edc6d254a
!370 Gpu Support UnsortedSegmentSum kernel
...
Merge pull request !370 from chenweifeng/unsorted_segment_sum
5 years ago
mindspore-ci-bot
907b609b05
!994 gpu broadcast kernel support different dims
...
Merge pull request !994 from chenweifeng/broadcast_unequal_dims
5 years ago
mindspore-ci-bot
b5096e1f6c
!1021 gpu support MinimumGrad & MaximumGrad kernel
...
Merge pull request !1021 from chenweifeng/broadcast_grad
5 years ago
mindspore-ci-bot
da7054645a
!948 gpu support LogSoftmax & LogSoftmaxGrad kernel
...
Merge pull request !948 from chenweifeng/logsoftmax
5 years ago
wilfChen
b56572bb89
matmul support fp16
5 years ago
wilfChen
00e78bf6c4
gpu support MinimumGrad & MaximumGrad kernel
5 years ago
wilfChen
31f3611f9a
gpu support UnsortedSegmentSum kernel
5 years ago
wilfChen
0a1195ddf5
broadcast kernel support unqual dims & half
5 years ago
ZPaC
d3936b9f2a
GPU kernels adapt with special dimensions.
5 years ago
wilfChen
1eb60df5d4
gpu support logsoftmax & logsoftmaxgrad kernel
5 years ago
mindspore-ci-bot
bda4ebd591
!322 Gpu Support RMSProp kernel
...
Merge pull request !322 from chenweifeng/rmsprop
5 years ago
mindspore-ci-bot
f602970990
!323 Gpu Concat support 4 inputs
...
Merge pull request !323 from chenweifeng/concat
5 years ago
mindspore-ci-bot
4e25fec769
!324 Gpu Slice kernel performance improve
...
Merge pull request !324 from chenweifeng/slice
5 years ago
mindspore-ci-bot
378a7122a5
!372 Gpu support BatchMatMul kernel
...
Merge pull request !372 from chenweifeng/batchmatmul
5 years ago
mindspore-ci-bot
97d21ba014
!502 Gpu Support Gelu & GeluGrad
...
Merge pull request !502 from chenweifeng/gelu
5 years ago
mindspore-ci-bot
a97f30ba7d
!516 Gpu support Tanh & TanhGrad kernel
...
Merge pull request !516 from chenweifeng/tanh
5 years ago
mindspore-ci-bot
38c56fd1a5
!945 gpu queue support Sqrt & Rsqrt kernel
...
Merge pull request !945 from chenweifeng/unary
5 years ago
wilfChen
a304304c30
gpu support Gelu & GeluGrad kernels
5 years ago
wilfChen
311bf41e6d
gpu support tanh & tanhgrad kernel
5 years ago
wilfChen
67a0cc3bf1
gpu queue support unary
5 years ago
wilfChen
16f0688230
gpu support broadcast kernels
5 years ago
changzherui
b323199dc1
syn code 430
5 years ago
mindspore-ci-bot
0611c1a579
!849 [CT][MS] Wrong format of broadcast output, when multi-output
...
Merge pull request !849 from vlne-v1/I1FQ76-wrong-format-of-boardcast-output-when-multi-output
5 years ago
Wei Luning
157710ca0f
bugfix* fix bug in output tuple of tuple.* check kRWWrite input no-variable* input x of ScatterNdUpdate should be a parameter node
5 years ago
mindspore-ci-bot
8c035a5171
!756 Gpu support LayerNorm kernel
...
Merge pull request !756 from chenweifeng/layer_norm
5 years ago
dinghao
f77de54aa4
fix tensor dirty
5 years ago
wilfChen
53b4529558
Gpu support LayerNorm kernel
5 years ago
yanzhenxiang2020
691337a6e1
add aicpu ops of Reshape/Flatten/Squeeze/ExpandDims/IsFinite
5 years ago
liuxiao
5e877a7715
modify api and add example
5 years ago
mindspore-ci-bot
c0825e18a7
!588 Add ReluV2/ReluGradV2/ConfusionMulGrad ops for VM
...
Merge pull request !588 from liuxiao/add-reluv2
5 years ago
liuxiao
b6e77e5178
Add ReluV2/ReluGradV2/ConfusionMulGrad for VM
5 years ago
leonwanghui
b78b18e669
Rename davinci to ascend in ops st test module
5 years ago
VectorSL
4740c70fc3
gpu add testcases
5 years ago
mindspore-ci-bot
728801301c
!313 GPU add akg kernel float_status
...
Merge pull request !313 from VectorSL/float_status
5 years ago
VectorSL
c000fb2f34
gpu add float_status kernel
5 years ago
mindspore-ci-bot
15c8ef66ba
!401 Add ops Abs\AbsGrad\Sign\SmoothL1Loss\SmoothL1LossGrad\TopK for VM.
...
Merge pull request !401 from liuxiao/openresource
5 years ago
liuxiao
5c9791a802
Add Abs\AbsGrad\Sign\SmoothL1Loss\SmoothL1LossGrad and modify TopKV2->TopK for VM
5 years ago
kswang
6775190e48
add cpu one hot
5 years ago
wilfChen
5432fcb43f
gpu support RMSProp kernel
5 years ago
wilfChen
9a7702b807
gpu support batchmatmul kernel
5 years ago
mindspore-ci-bot
87be386581
!314 GPU add kernel assign
...
Merge pull request !314 from VectorSL/assign
5 years ago
wilfChen
cc93646207
gpu concat kernel support 4 inputs
5 years ago
wilfChen
5b7790a2a7
Gpu Slice kernel performance improvement
5 years ago
mindspore-ci-bot
7d7c9c4fee
!311 GPU add akg kernel select
...
Merge pull request !311 from VectorSL/select
5 years ago
dengwentao
48f90eb7bc
add custom op st to ci
5 years ago
VectorSL
9e372073e2
gpu add assigin
5 years ago
VectorSL
d248b05a98
gpu add kernel select
5 years ago
mindspore-ci-bot
94589ce611
!226 expend conv stride and dilation to 2d
...
Merge pull request !226 from wangnan39/expend_conv_stride_to_2d
5 years ago
chenzomi
652ab6c386
add test case for aware quantizaiton
5 years ago
wangnan39@huawei.com
2604acedcb
extend conv stride and dilation to 2d
5 years ago
zjun
f5ee197b6c
Modify custom op register
5 years ago
buxue
7541d3b067
Develop op MaxPoolWithArgMax
5 years ago
zhaozhenlong
f9d180d413
add api image gradients
5 years ago
xiefangqi
bc4602b58e
fix and remove useless import of example, st, ut
5 years ago
VectorSL
aea6b0c974
update tests/st/ops/gpu/test_tensoradd.py.
...
fix pytest.mark for testcase
5 years ago
zhunaipan
930a1fb0a8
initial version
...
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
5 years ago