Commit Graph

368 Commits

Author SHA1 Message Date
mindspore-ci-bot 95d887a35b !2226 add adam op for wide&deep model
Merge pull request !2226 from zyli2020/add_adam_op
2020-06-18 09:47:51 +08:00
mindspore-ci-bot c4863683ef !2235 add SigmoidCrossEntropyWithLogitsGrad operation
Merge pull request !2235 from zyli2020/add_sigmoid_cross_entropy_with_logits_grad
2020-06-18 09:47:15 +08:00
mindspore-ci-bot 116ed509bf !2234 add SigmoidCrossEntropyWithLogits op
Merge pull request !2234 from zyli2020/add_sigmoid_cross_entropy_with_logits
2020-06-18 09:46:28 +08:00
lizhenyu 636b8e2b88 add SigmoidCrossEntropyWithLogitsGrad op 2020-06-17 19:33:27 +08:00
mindspore-ci-bot 4642df207a !2210 gpu optimize the max device memory config
Merge pull request !2210 from limingqi107/max_device_memory_optimize
2020-06-17 19:20:27 +08:00
lizhenyu 694a8213b7 add adam optimizer 2020-06-17 17:07:41 +08:00
lizhenyu ac2217dbae add SigmoidCrossEntropyWithLogits op 2020-06-17 17:00:26 +08:00
lizhenyu c3360a84cd add ftrl optimizer 2020-06-17 16:58:00 +08:00
wilfChen 9201ea5ed2 replace tanh implement with cudnn 2020-06-17 16:35:27 +08:00
limingqi107 55b3557c0d gpu optimize the max device memory config 2020-06-17 16:29:05 +08:00
王东旭 4e09ae83eb fix FakeQuantPerLayer/FakeQuantPerLayerGrad symmetric bug 2020-06-17 14:46:58 +08:00
liuxiao df63a3195d fix input value check for SparseApplyFtrl and SparseApplyAdagrad 2020-06-17 13:05:09 +08:00
mindspore-ci-bot d4a7c87b22 !2093 GPU add argmaxwithvalue
Merge pull request !2093 from VectorSL/argmaxwithvalue
2020-06-15 14:18:37 +08:00
VectorSL 17377912ba gpu add argmaxwithvalue 2020-06-14 14:51:06 +08:00
buxue 66bbdb4a31 change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00
mindspore-ci-bot 87fa15de80 !2021 GPU add akg kernel greaterequal notequal
Merge pull request !2021 from VectorSL/gpu-add-akg-kernel
2020-06-12 15:14:47 +08:00
VectorSL cf2fc1cecf gpu add notequal greaterequal akg kernel 2020-06-12 14:20:41 +08:00
buxue 0cd57ddc5d check arg is tensor with vm backend 2020-06-11 12:19:43 +08:00
jiangjinsheng 51affc2f1b fixed validator for CumProd, ReduceProd, ApplyRMSProp 2020-06-08 16:49:14 +08:00
mindspore-ci-bot 9c33da391a !1513 refine data copy in multi-graph
Merge pull request !1513 from zyli2020/refine_data_copy_in_multi_graph
2020-05-28 10:21:52 +08:00
liuwenhao4 a7ad0d0a49 Fixing some tiny faults about Pylint in my code(ops) 2020-05-28 09:52:42 +08:00
lizhenyu a25b84055c refine data copy in multi-graph 2020-05-27 18:47:15 +08:00
liuwenhao4 f3f0cbaeee Fixing some tiny faults about Pylint in my code(ops) 2020-05-25 21:27:45 +08:00
cristoval f6c20178d2 fix pylint check issues 2020-05-25 15:34:01 +08:00
jinyaohui 5a914994ba clean pylint 2020-05-18 16:42:35 +08:00
jinyaohui bcfaff97f9 clean pylint 2020-05-18 10:31:46 +08:00
wilfChen 1991a89f40 LayerNormGrad fix & codex 2020-05-15 11:16:30 +08:00
wilfChen 59c4cf256c gpu support broadcast kernels 2020-05-12 20:59:56 +08:00
mindspore-ci-bot 680ce090a3 !1057 matmul support fp16
Merge pull request !1057 from chenweifeng/matmul
2020-05-11 19:46:45 +08:00
mindspore-ci-bot 0edc6d254a !370 Gpu Support UnsortedSegmentSum kernel
Merge pull request !370 from chenweifeng/unsorted_segment_sum
2020-05-11 18:48:06 +08:00
mindspore-ci-bot 907b609b05 !994 gpu broadcast kernel support different dims
Merge pull request !994 from chenweifeng/broadcast_unequal_dims
2020-05-11 18:43:14 +08:00
mindspore-ci-bot b5096e1f6c !1021 gpu support MinimumGrad & MaximumGrad kernel
Merge pull request !1021 from chenweifeng/broadcast_grad
2020-05-11 17:43:20 +08:00
mindspore-ci-bot da7054645a !948 gpu support LogSoftmax & LogSoftmaxGrad kernel
Merge pull request !948 from chenweifeng/logsoftmax
2020-05-11 17:15:39 +08:00
wilfChen b56572bb89 matmul support fp16 2020-05-11 16:09:32 +08:00
wilfChen 00e78bf6c4 gpu support MinimumGrad & MaximumGrad kernel 2020-05-09 10:38:38 +08:00
wilfChen 31f3611f9a gpu support UnsortedSegmentSum kernel 2020-05-09 09:35:15 +08:00
wilfChen 0a1195ddf5 broadcast kernel support unqual dims & half 2020-05-08 16:32:15 +08:00
ZPaC d3936b9f2a GPU kernels adapt with special dimensions. 2020-05-08 10:26:36 +08:00
wilfChen 1eb60df5d4 gpu support logsoftmax & logsoftmaxgrad kernel 2020-05-07 20:08:31 +08:00
mindspore-ci-bot f602970990 !323 Gpu Concat support 4 inputs
Merge pull request !323 from chenweifeng/concat
2020-05-07 19:02:46 +08:00
mindspore-ci-bot 4e25fec769 !324 Gpu Slice kernel performance improve
Merge pull request !324 from chenweifeng/slice
2020-05-07 19:01:50 +08:00
mindspore-ci-bot 378a7122a5 !372 Gpu support BatchMatMul kernel
Merge pull request !372 from chenweifeng/batchmatmul
2020-05-07 18:59:28 +08:00
mindspore-ci-bot 97d21ba014 !502 Gpu Support Gelu & GeluGrad
Merge pull request !502 from chenweifeng/gelu
2020-05-07 18:58:45 +08:00
mindspore-ci-bot a97f30ba7d !516 Gpu support Tanh & TanhGrad kernel
Merge pull request !516 from chenweifeng/tanh
2020-05-07 18:55:37 +08:00
mindspore-ci-bot 38c56fd1a5 !945 gpu queue support Sqrt & Rsqrt kernel
Merge pull request !945 from chenweifeng/unary
2020-05-07 18:51:04 +08:00
wilfChen a304304c30 gpu support Gelu & GeluGrad kernels 2020-05-07 15:39:27 +08:00
wilfChen 311bf41e6d gpu support tanh & tanhgrad kernel 2020-05-07 15:33:08 +08:00
wilfChen 67a0cc3bf1 gpu queue support unary 2020-05-07 15:25:42 +08:00
wilfChen 16f0688230 gpu support broadcast kernels 2020-05-06 19:43:37 +08:00
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
2020-04-30 14:27:36 +08:00
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 2020-04-30 12:00:56 +08:00
mindspore-ci-bot 8c035a5171 !756 Gpu support LayerNorm kernel
Merge pull request !756 from chenweifeng/layer_norm
2020-04-30 11:11:06 +08:00
dinghao f77de54aa4 fix tensor dirty 2020-04-28 18:22:37 +08:00
wilfChen 53b4529558 Gpu support LayerNorm kernel 2020-04-27 20:06:47 +08:00
VectorSL 4740c70fc3 gpu add testcases 2020-04-21 19:40:29 +08:00
mindspore-ci-bot 728801301c !313 GPU add akg kernel float_status
Merge pull request !313 from VectorSL/float_status
2020-04-21 12:27:29 +08:00
VectorSL c000fb2f34 gpu add float_status kernel 2020-04-20 19:44:40 +08:00
wilfChen 9a7702b807 gpu support batchmatmul kernel 2020-04-18 09:21:12 +08:00
mindspore-ci-bot 87be386581 !314 GPU add kernel assign
Merge pull request !314 from VectorSL/assign
2020-04-16 19:36:30 +08:00
wilfChen cc93646207 gpu concat kernel support 4 inputs 2020-04-15 09:46:36 +08:00
wilfChen 5b7790a2a7 Gpu Slice kernel performance improvement 2020-04-15 09:11:07 +08:00
VectorSL 9e372073e2 gpu add assigin 2020-04-14 20:11:44 +08:00
VectorSL d248b05a98 gpu add kernel select 2020-04-14 20:03:33 +08:00
mindspore-ci-bot 94589ce611 !226 expend conv stride and dilation to 2d
Merge pull request !226 from wangnan39/expend_conv_stride_to_2d
2020-04-14 14:58:22 +08:00
chenzomi 652ab6c386 add test case for aware quantizaiton 2020-04-14 14:00:35 +08:00
wangnan39@huawei.com 2604acedcb extend conv stride and dilation to 2d 2020-04-14 13:16:27 +08:00
VectorSL aea6b0c974 update tests/st/ops/gpu/test_tensoradd.py.
fix pytest.mark for testcase
2020-04-01 11:49:37 +08:00
zhunaipan 930a1fb0a8 initial version
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
2020-03-27 22:54:54 +08:00