Commit Graph

736 Commits

Author SHA1 Message Date
ling 2128f94f38 TensorScatterDiv 2022-04-21 15:51:41 +08:00
i-robot 17b6837e9d
!33161 The DynamicAttrIntValue suit for new Interface
Merge pull request !33161 from hanhuifeng/depend_sample
2022-04-21 02:03:13 +00:00
i-robot f4f8a31ece
!33156 Support DenseToCSR GPU Kernel
Merge pull request !33156 from 杨林枫/dense_to_csr
2022-04-21 01:43:32 +00:00
yanglf1121 946f60e60e add dense_to_csr_matrix 2022-04-20 17:30:31 +08:00
hanhuifeng2020 dc7af49d84 The DynamicAttrIntValue suit for new interface 2022-04-20 16:44:14 +08:00
i-robot 76948bf439
!33281 Add a gpu kernel, Invert.
Merge pull request !33281 from liqiliang/invert-gpu
2022-04-20 01:21:21 +00:00
zhujingxuan 0b4907082a Add ScatterNdMin GPU kernel 2022-04-19 16:49:46 +08:00
liqiliang 1a33cd84b3 Add a gpu kernel, Invert. 2022-04-19 15:16:09 +08:00
hezhenhao1 cae3b8e5ca Fix cuda implementation of IndexFill operator. 2022-04-18 20:10:44 +08:00
i-robot 88b9151867
!33084 Add GPU implementation of ScatterNdMax operator.
Merge pull request !33084 from hezhenhao1/add_scatter_max
2022-04-16 07:26:55 +00:00
hezhenhao1 09e5b2a2a4 Add GPU implementation of ScatterNdMax operator. 2022-04-16 11:44:23 +08:00
liqiliang b75a0a2021 Add a gpu kernel, InvGrad. 2022-04-16 10:37:07 +08:00
i-robot db3001e9fb
!33054 Add a gpu kernel, Inv.
Merge pull request !33054 from liqiliang/inv-gpu
2022-04-15 06:42:24 +00:00
i-robot c52ef8ed33
!32970 Add GPU implementation of ScatterNdMul operator.
Merge pull request !32970 from hezhenhao1/add_scatter_mul
2022-04-15 03:45:45 +00:00
liqiliang 9a91f38f93 Add a gpu kernel, Inv. 2022-04-14 21:22:23 +08:00
hezhenhao1 6c453ba65f Add GPU implementation of ScatterNdMul operator. 2022-04-14 10:36:08 +08:00
i-robot 2b1d714550
!32932 Add GPU implementation of IndexFill operator.
Merge pull request !32932 from hezhenhao1/add_index_fill
2022-04-13 12:25:13 +00:00
hezhenhao1 7ca2564730 Add GPU implementation of IndexFill operator. 2022-04-13 16:51:14 +08:00
zhujingxuan f56410af46 Add Cosh GPU Kernel 2022-04-13 10:34:08 +08:00
i-robot 9a8d775dd3
!32610 add tensor_scatter_arithmetic_binary_op st
Merge pull request !32610 from zhuzhongrui/pub_master2
2022-04-08 06:07:44 +00:00
z00512249 fa226a8003 add tensor_scatter_arithmetic_binary_op st 2022-04-07 09:58:04 +08:00
zhujingxuan 5303f20e89 Refactor testcases for scatter_nd. 2022-04-07 09:16:58 +08:00
hanhuifeng2020 790118a4e8 [Dynamic][Gpu]fix some dynamic operators and add test cases 2022-03-29 15:31:57 +08:00
hanhuifeng2020 2de960a637 [DynamicShape]fix some problems of InferShapeForNopNode 2022-03-15 19:47:58 +08:00
lianliguang 55e7f2d761 modify DynamicShape to TensorShape 2022-03-07 14:19:12 +08:00
jiangzhenguang 64da650786 add half pixel center to resize bilinear 2022-03-05 15:43:20 +08:00
hanhuifeng2020 b571e67795 [DynamicShape][GPU]add dynamic shape support some ops for new network 2022-02-28 22:09:20 +08:00
zong-shuai 5547c8620c debug 2022-02-25 17:41:25 +08:00
hanhuifeng2020 662c51c019 [DynamicShape][GPU]add dynamic shape support of Concat and its backward for DCN 2022-02-23 19:18:21 +08:00
zhaoting b2b74d8ab2 add MaxPoolGradGrad on GPU 2022-02-22 09:49:37 +08:00
VectorSL 8b45b00f7c update tensorarry stack for static usage 2022-02-14 09:14:35 +08:00
zong-shuai 7e0cc63eb1 einsum operator 2022-01-17 16:55:58 +08:00
王南 eab11f8677 functional select support x or y is a scalar 2022-01-05 10:12:44 +08:00
VectorSL c84ef13e89 del dynamic reshape test file 2021-12-24 15:45:40 +08:00
i-robot 7d274f1702 !27276 GPU add dynamic kernels
Merge pull request !27276 from VectorSL/gpu-dynmic-kernel-for-merge
2021-12-23 01:00:41 +00:00
i-robot deea2c9b6b !26942 unify GRU and LSTM operaters and change LSTMCell to right version
Merge pull request !26942 from 吕昱峰(Nate.River)/rnn_op
2021-12-14 16:12:06 +00:00
i-robot a4cf337666 !27331 Add unify ClipGradNorm op on GPU
Merge pull request !27331 from JoyLvliang/add_unify_clip_grad_norm_op_on_gpu
2021-12-14 03:32:17 +00:00
VectorSL 91766dbcd8 add bool for tesorarray 2021-12-13 15:07:51 +08:00
7347157+joylvliang@user.noreply.gitee.com 7a9fd2d7df add_unify_clip_grad_norm_op_on_gpu 2021-12-13 11:40:57 +08:00
VectorSL b17d0a08c9 add dynamic kernels 2021-12-09 19:42:29 +08:00
lvyufeng 7de53ec3fe unify GRU and LSTM operaters and change LSTMCell to right version 2021-12-08 16:51:51 +08:00
z00512249 a1b8c2f065 while inplace op for cpu backend 2021-12-06 17:41:40 +08:00
i-robot 9cb5120594 !26936 move testcases to scipy_st
Merge pull request !26936 from zhujingxuan/move_tesecases
2021-12-01 01:23:57 +00:00
huangbingjian 66309632c1 fix the negative axis problem of reduce_eliminate 2021-11-30 13:11:01 +08:00
zhujingxuan a18b9e703e move testcases 2021-11-30 10:52:02 +08:00
VectorSL 710289a72d add tensor array 2021-11-24 16:12:04 +08:00
i-robot 30d182ac18 !26626 fix reduce ops axis multiple bug in GPU
Merge pull request !26626 from zhangbuxue/fix_reduce_ops_axis_multiple_bug_in_GPU
2021-11-24 06:15:10 +00:00
buxue 89a688f3be fix reduce ops axis multiple bug in GPU 2021-11-23 16:39:41 +08:00
hezhenhao1 accc6368aa Add support float64 as input type for ReduceProd GPU op. 2021-11-23 11:44:40 +08:00
wenbean 13409f519f Unify GPU/CPU ops input/output(col/rolmajor), modify related testcases, add linalg function and testcases 2021-11-19 14:40:27 +08:00