Commit Graph

930 Commits

Author SHA1 Message Date
liangzhibo 7fa0a77e08 Add round functional, tensor interface and vmap 2022-05-12 09:22:38 +08:00
zhangxuetong e727deddce add ceil kernel 2022-05-11 16:15:28 +08:00
hanhuifeng2020 0659d49d56 fix the bug of StridedSlice op and DynamicStitch op 2022-05-10 20:54:00 +08:00
i-robot 309d022ff1
!33850 Add IndexFill primitive and adapt GPU implementation to new interface.
Merge pull request !33850 from hezhenhao1/add_index_fill
2022-05-10 09:26:26 +00:00
i-robot ca4c85f2d2
!33924 [GPU][OP] add hard shrink gpu kernel and hard shrink grad gpu kernel
Merge pull request !33924 from yangruoqi713/hshrink
2022-05-10 03:14:14 +00:00
i-robot 0ad97e624a
!34016 [kernel]add celu
Merge pull request !34016 from 张学同/celu
2022-05-10 01:17:16 +00:00
hezhenhao1 15eb164049 Add IndexFill primitive and adapt GPU implementation to new interface. 2022-05-10 09:09:08 +08:00
yangruoqi713 7905a4ab92 [GPU][OP] add hard shrink gpu kernel and hard shrink grad gpu kernel 2022-05-09 15:01:48 +08:00
zhangxuetong 16dfb85f86 add celu kernel 2022-05-07 16:57:49 +08:00
hezhenhao1 35a70030cd Add GPU implementation of NonZero operator. 2022-05-07 15:45:59 +08:00
i-robot b8d85a03eb
!33830 ScatterMax support dynamic shape
Merge pull request !33830 from polyhedral/max
2022-05-06 02:46:41 +00:00
i-robot 497fb1d575
!33683 Add half registration for Cosh
Merge pull request !33683 from zhujingxuan/master
2022-05-05 08:09:02 +00:00
polyhedral b177a68bfb ScatterMax support dynamic shape 2022-05-05 15:24:28 +08:00
hujiahui8 9cc94628fa scatter_min: add c++ implementation to adapt to dynamic shape 2022-04-29 10:33:16 +08:00
zhujingxuan 9037c5496b Add half registration 2022-04-28 14:57:44 +08:00
i-robot 3e80716b0c
!33437 SactterMin operator supports GPU, and add function interface
Merge pull request !33437 from hujiahui8/scatter_min
2022-04-28 02:39:44 +00:00
i-robot b85647eead
!33626 index_add_gpu_kernel use new interface
Merge pull request !33626 from looop5/index_add_gpu
2022-04-28 02:26:24 +00:00
i-robot a312a1684b
!33602 add selu kernel for gpu backend.
Merge pull request !33602 from zhuzhongrui/pub_master
2022-04-27 18:08:57 +00:00
z00512249 228f63d5e2 fix matrix_determinant kernel for gpu backend st. 2022-04-27 17:55:56 +08:00
hujiahui8 b8ec35c3b7 SactterMin operator supports GPU, and add function interface 2022-04-27 16:42:21 +08:00
z00512249 65d0166abd add selu kernel for gpu backend. 2022-04-27 12:52:40 +08:00
looop5 7dc011e772 index_add_gpu_kernel use new interface
fix compiling

fix dst_out

fix undefined symbol
2022-04-27 11:45:28 +08:00
z00512249 653efcadf6 fix log_matrix_determinant accuracy for gpu backend. 2022-04-27 10:27:43 +08:00
i-robot 69d5bd0320
!33563 add log matrix_determinant and matrix_determinant kernel for gpu backend.
Merge pull request !33563 from zhuzhongrui/pub_master
2022-04-26 08:17:02 +00:00
i-robot c1707043f9
!33534 add dropout2d kernel for gpu backend.
Merge pull request !33534 from zhuzhongrui/pub_master3
2022-04-26 06:21:01 +00:00
z00512249 17e20ffde2 add log matrix_determinant and matrix_determinant kernel for gpu backend. 2022-04-26 11:51:18 +08:00
yanghaoran 73ecbea67b
回退 'Pull Request !33484 : add matrix_determinant kernel for gpu backend.' 2022-04-26 02:46:50 +00:00
i-robot 9812c1072e
!33457 SactterMax operator supports GPU, and add function interface
Merge pull request !33457 from polyhedral/max
2022-04-26 02:10:46 +00:00
i-robot 5cfdef1447
!33484 add matrix_determinant kernel for gpu backend.
Merge pull request !33484 from zhuzhongrui/pub_master2
2022-04-26 01:33:17 +00:00
z00512249 b7d31ad7c4 add dropout2d kernel for gpu backend. 2022-04-25 21:46:00 +08:00
polyhedral d4c415deae ScatterMax support GPU and add function interface 2022-04-25 18:46:59 +08:00
i-robot 329018a490
!33332 add MaskedFill for GPU
Merge pull request !33332 from 范吉斌/masked_gpu
2022-04-25 08:00:21 +00:00
z00512249 1883dbf573 add matrix_determinant kernel for gpu backend. 2022-04-25 14:40:01 +08:00
hezhenhao1 9f7db2afab Add CPU/GPU implementation of Cummax operator. 2022-04-25 12:32:29 +08:00
hezhenhao1 a5ae70d5fb Add GPU implementation of Cummin operator. 2022-04-24 21:50:50 +08:00
i-robot 662abf0f05
!33345 support AvgPool3DGrad for gpu
Merge pull request !33345 from 范吉斌/avg3dgrad
2022-04-24 09:03:19 +00:00
i-robot 0bd136473e
!33369 [MS][ops] add GPU operator FastGeLU FastGeLUGrad
Merge pull request !33369 from KXiong/master
2022-04-24 08:07:08 +00:00
fan-jibin 8040c330db add masked fill 2022-04-24 14:35:58 +08:00
fan-jibin 5c1768d246 add avgpool3dgrad for gpu 2022-04-23 18:37:43 +08:00
i-robot 19afa6fc9a
!33356 Add a st for the MishGrad kernel on cpu and gpu respectively.
Merge pull request !33356 from liqiliang/mishgrad-cpu
2022-04-22 09:18:24 +00:00
i-robot ae565ae5c9
!33325 add lpNorm gpu implement
Merge pull request !33325 from zhuzhongrui/pub_master4
2022-04-22 08:01:38 +00:00
xiongkun b15f56697b [MS][ops] add GPU operator FastGeLU GastGeLUGrad
[MS][ops] add GPU operator FastGeLU GastGeLUGrad

[MS][ops] add GPU operator FastGeLU GastGeLUGrad

[MS][ops] add GPU operator FastGeLU GastGeLUGrad

[MS][ops] add GPU operator FastGeLU GastGeLUGrad

[MS][ops] add GPU operator FastGeLU GastGeLUGrad

[MS][ops] add GPU operator FastGeLU GastGeLUGrad

[MS][ops] add GPU operator FastGeLU GastGeLUGrad
2022-04-22 11:30:33 +08:00
z00512249 8b3935ca63 add lpNorm gpu implement 2022-04-22 10:23:00 +08:00
ling 2128f94f38 TensorScatterDiv 2022-04-21 15:51:41 +08:00
liqiliang 78238f0165 Add a st for the MishGrad kernel on cpu and gpu respectively. 2022-04-21 15:07:58 +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
wenbean 9b305b231d Add GPU eigenvalues/eigenvector for symmetric mtrix(real and complex)
add cuda ops real to complex(imag is 0j)
cpu/gpu eigh ops alreas returns complex eigenvalues for complex input
retuns real eigenvalues for real input
2021-11-18 11:23:36 +08:00
i-robot dc5278516c !26130 add cholesky, cho_factor primitive and backend gpu implements
Merge pull request !26130 from zhuzhongrui/gmres
2021-11-16 02:37:32 +00:00
z00512249 36032e7ee2 add cholesky, cho_factor primitive and backend gpu implements 2021-11-15 21:19:56 +08:00
zuochuanyong 1f289803e9 fix LessEqual bug 2021-11-14 14:07:15 +08:00
hezhenhao1 cb13783059 Add fp64 as input type fot GPU op of ReduceMin and ReduceMean. 2021-11-08 17:15:32 +08:00
i-robot b6833ec3f2 !25872 add solve_triangular
Merge pull request !25872 from zhujingxuan/solve_triangular
2021-11-05 06:15:35 +00:00
zhujingxuan ec809b6134 add solve_triangular 2021-11-05 09:19:55 +08:00
hezhenhao1 d61b089f6b Support int32 as input type for Abs of GPU op, float64 as input type for IsFinite GPU op. 2021-11-04 11:40:58 +08:00
i-robot f0b38f53e8 !25660 update dynamic stitch
Merge pull request !25660 from VectorSL/dynamic_stitch-2
2021-10-30 10:04:22 +00:00
zhujingxuan fb1805de30 add GPU trsm 2d matrix support 2021-10-30 14:11:52 +08:00
VectorSL 6d2704b227 change test level 2021-10-30 10:19:18 +08:00
i-robot 5f9ae3ec34 !25356 Add gpu kernel dynamicstitch
Merge pull request !25356 from VectorSL/dynmic_stitch
2021-10-29 09:38:12 +00:00
VectorSL 2d87da9a08 add dynamic stitch gpu kernel 2021-10-29 10:26:43 +08:00
i-robot ba0e1a810e !25457 add broadcast GPU float64 registration
Merge pull request !25457 from zhujingxuan/master
2021-10-28 07:54:39 +00:00
zhujingxuan 7441353d9e add unit_diagonal option for solve triangular 2021-10-27 17:23:50 +08:00
zhujingxuan 8f45ddf39d add float64 registration 2021-10-27 11:23:57 +08:00
zhujingxuan 28987d787d add trsm 2021-10-25 14:52:21 +08:00
z00512249 a125654fbc add cholesky && lu factorization for gpu backend 2021-10-20 23:00:39 +08:00
i-robot bbdacd41f4 !20585 add security isolate for save_graphs
Merge pull request !20585 from huanghui/add-security-isolate-for-DumpIR
2021-09-15 01:25:46 +00:00
i-robot db19a40280 !23365 add print op security
Merge pull request !23365 from fangzehua/print_sec
2021-09-14 09:01:31 +00:00
huanghui ba66c0d491 add security isolate for save_graphs 2021-09-14 10:24:12 +08:00
dinglinhe 9a8c1b3c73 array_ops error recti and others 2021-09-14 09:12:02 +08:00
fangzehua 4ccc635a07 add print security 2021-09-13 17:45:36 +08:00
Bingya Weng d2846c0025 modify test example of probability 2021-09-08 10:51:02 +08:00
i-robot fa12d62d4d !21776 set device_id master 0813
Merge pull request !21776 from mindspore_ding/set_device_id_master_0813
2021-09-06 03:02:58 +00:00
i-robot f536d88570 !22821 modify resizebilineargrad input type
Merge pull request !22821 from Simson/opinfer
2021-09-03 10:34:11 +00:00
simson f00e22342b modify resizebilineargrad input type 2021-09-03 11:23:00 +08:00
i-robot 5e6287bec1 !22585 Add grad implementation of AdaptiveAvgPool2D
Merge pull request !22585 from zuochuanyong/adaptive_avgpool2d_grad
2021-09-03 01:30:27 +00:00
wmzheng2020 6d14254cc7 change testcase level0 to level1 2021-09-02 20:56:30 +08:00
dingpeifei b4bc6000dc set device id master 0813 2021-09-02 20:51:50 +08:00
zuochuanyong 068191f222 add AdaptiveAvgPool2DGrad op 2021-09-02 10:54:33 +08:00
simson 7a2fbdda85 modify resizebilinear infer type 2021-09-01 09:03:55 +08:00
zong_shuai ccdc9f0164 st 2021-08-30 15:37:07 +08:00
zong_shuai 63faa9c004 add st 2021-08-30 15:37:07 +08:00
zong_shuai 033e56ac48 add_st 2021-08-30 15:37:07 +08:00
yanghaoran 50c5a61235 prune less effective GPU testcases to level1 2021-08-27 16:11:58 +08:00
ms_yan 36a8886ca2 Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
This reverts commit b077aa1cab.

Revert "[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset"

This reverts commit 4e6f7dc97d.

delete pass_registry_test.cc

comment  hiai_nlu_model_multi.pb related  line
2021-08-23 01:46:38 +08:00
djc 4e6f7dc97d [feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset 2021-08-22 13:39:37 +08:00
VectorSL 680d319290 update buffer sample gpu 2021-08-16 14:05:51 +08:00
i-robot d8d7e261f6 !21683 move useless testcases from level0 to level1
Merge pull request !21683 from yanghaoran/master
2021-08-12 13:02:03 +00:00
i-robot 8c2b6d0e17 !21675 RL add buffer gpu kernel
Merge pull request !21675 from VectorSL/push-buffer-op-gpu
2021-08-12 11:31:30 +00:00
yanghaoran 64d34104e5 move useless testcases from level0 to level1 2021-08-11 23:11:34 +08:00
VectorSL 6b4f02af58 add gpu buffer kernel 2021-08-11 22:00:05 +08:00
wilfChen 95ab172c56 pyfunc primitive register 2021-08-10 15:47:07 +08:00
i-robot 23e30c4bcc !17854 Add ScatterSub op for gpu
Merge pull request !17854 from xcnick/op-scattersub-gpu
2021-07-26 10:08:02 +00:00
xcnick 201f85f636 Add scattersub op for gpu 2021-07-24 09:21:25 +00:00
xcnick d8d906df3a add scatter_nd_add and scatter_nd_sub op for gpu 2021-07-24 09:14:24 +00:00
wsq3 5a268a5345 add argminwithvalue oparetor arithmetric 2021-07-20 20:01:18 +08:00
Peilin Wang 0824f13ea6 initial commit: change of requirements, no more div/mul, need sub 2021-07-16 20:04:00 -04:00
Peilin Wang b0c8734064 initial commit: fix topk index
k <= 0 is now valid behavior, k > input size is optimized

fix ci
2021-07-13 15:19:26 -04:00
i-robot 6dd5965e17 !19892 topk and intopk float16 bug workaround
Merge pull request !19892 from Peilin/topk-float16-cast
2021-07-10 07:04:55 +00:00
Peilin Wang b55a930215 intial commit: cast to float32
add casting to float32 for intopk

fix ci

fix ci

fixed intopk
2021-07-09 20:17:35 -04:00
buxue 2b2efb0a75 fix prelu weight grad accuracy error fp16 on GPU 2021-07-09 18:15:05 +08:00
buxue 5bf41bfbd2 improve PReLU forward and implement backward on GPU 2021-07-07 13:15:33 +08:00
chenhaozhe 086a871975 Change Loss to LossBase 2021-07-02 16:41:02 +08:00
i-robot 8e043090be !18472 Implement UNet3d on GPU
Merge pull request !18472 from likesen/master
2021-06-25 09:51:46 +00:00
likesen 99a995b432 Implement UNet3d on GPU 2021-06-23 16:22:03 +08:00
tom__chen 799cb79873 remove synchronous error check 2021-06-22 15:10:41 -04:00
i-robot 6137a449ed !18462 [MS][GPU] CropAndResize- New GPU Op
Merge pull request !18462 from danishfarid/cropAndResizeGPU
2021-06-21 15:22:05 +00:00
Peilin Wang ade26aa59f ReduceProd gpu kernel initial commit
update testcase

fix ci

fix ci
2021-06-18 17:01:32 -04:00
danishfarid cf2590c0eb firstCommit gpu CropAndResizeSupport 2021-06-18 11:51:14 -04:00
i-robot 9085be08b9 !18163 Support ConvTranspose3D on GPU
Merge pull request !18163 from likesen/master
2021-06-17 10:44:58 +08:00
Li Kesen 7d94095730 Support Conv3dTranspose for GPU 2021-06-16 22:32:56 +08:00
markuskunej 2fece8a7c2 added nll_loss_grad for gpu 2021-06-11 15:12:43 -04:00
i-robot 21513404c4 !17082 set default context mode to GRAPH_MODE
Merge pull request !17082 from huangbingjian/change_context_mode
2021-06-10 21:21:46 +08:00
markuskunej b2b9dfd24a changed nll_loss total_weight output to be sum of the target weights instead of sum of weights 2021-06-09 13:13:41 -04:00
huangbingjian ad8f73f32b set default context mode to GRAPH_MODE 2021-06-09 14:40:49 +08:00
tom__chen 4ba9ebf9c4 add resize bilinear grad gpu op 2021-06-07 12:19:05 -04:00
mindspore-ci-bot 9e2c8eed80 !17654 Implement NLL_Loss operation for GPU
From: @markuskunej
Reviewed-by: 
Signed-off-by:
2021-06-07 23:23:53 +08:00
markuskunej 35e6994fb2 implemented nll_loss operation for gpu 2021-06-04 11:36:22 -04:00
mindspore-ci-bot d7e299ebac !17002 Add scatter_nd_update op for gpu
From: @xcnick
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @liangchenghui
2021-06-04 11:14:12 +08:00
mindspore-ci-bot 97989c3bbc !17669 Substitute _Loss for Loss
From: @c_34
Reviewed-by: @guoqi1024,@liangchenghui
Signed-off-by: @guoqi1024,@liangchenghui
2021-06-04 10:20:00 +08:00
mindspore-ci-bot 473bfff854 !17656 ReverseV2 gpu kernel
From: @peilin-wang
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
2021-06-04 07:57:35 +08:00
mindspore-ci-bot f7109d93d9 !17652 Add GPU support to ExtractImagePatches
From: @TFbunny
Reviewed-by: @robingrosman
Signed-off-by: @robingrosman
2021-06-04 07:57:16 +08:00
TFBunny b9fa6641e7 add ExtractImagePatches GPU 2021-06-03 10:16:28 -04:00
chenhaozhe 9da8534396 change _Loss to Loss 2021-06-03 15:26:59 +08:00
Peilin Wang 81299993f8 randperm initial commit
fix ci

fix ci

fix ci

fix ci
2021-06-02 23:17:15 -04:00
Peilin Wang 722ff200f5 ReverseV2 op initial commit
fix ci

added uint8 and int16 type support
2021-06-02 17:53:18 -04:00
xcnick 86bf1fd890 add scatter_nd_update op for gpu 2021-06-02 14:53:57 +00:00
mindspore-ci-bot 8b942f5666 !17514 add dropout3d st
From: @wangshuide2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2021-06-02 09:46:26 +08:00
mindspore-ci-bot 9d7f3a0393 !17153 [MS][GPU] ReverseSequence - New GPU Op
From: @danishfarid
Reviewed-by: 
Signed-off-by:
2021-06-01 21:58:39 +08:00
mindspore-ci-bot 2db8656048 !16320 Local Response Norm GPU Op support
From: @tom__chen
Reviewed-by: @robingrosman
Signed-off-by: @robingrosman
2021-06-01 21:16:36 +08:00
wangshuide2020 b6822c835b add dropout3d st. 2021-06-01 19:12:59 +08:00
danishfarid e4d33f1195 first commit - ReverseSequence - GPU
Added additional comments + added test case + lint

linting + fixed dyn cast to static cast

comment add

MindTester case fix - 0 edge case + improved comments

addressing some comments + malloc remove from kernel

Added test case for 0 edge case testing
2021-05-31 13:50:52 -04:00
tom__chen f280cec88d Local Reponse Norm GPU Op 2021-05-31 11:31:28 -04:00
markuskunej d4b983ea16 Removed non-deterministic test cases (drop_rate = 0.5) in test_dropout3d.py 2021-05-31 10:45:58 -04:00
wangshuide2020 4821ef574f del test_dropout3d of ST. 2021-05-31 09:54:15 +08:00
mindspore-ci-bot b75c694032 !16668 add gpu op cumprod and tensor_scatter_add
From: @yanglf1121
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2021-05-27 10:04:28 +08:00
mindspore-ci-bot d738f7064c !15861 Remove use_batch_statistics from InstanceNorm2d API
From: @tom__chen
Reviewed-by: @zhao_ting_v,@liangchenghui,@robingrosman
Signed-off-by: @liangchenghui
2021-05-26 21:03:16 +08:00
mindspore-ci-bot 89920f078f !16677 Dropout3D Op GPU Kernel
From: @markuskunej
Reviewed-by: 
Signed-off-by:
2021-05-26 05:05:49 +08:00
tom__chen 6f1c12e4d7 remove use_batch_statistics from InstanceNorm API 2021-05-25 11:29:46 -04:00
mindspore-ci-bot abb6192daa !16028 Add identity op for cpu and gpu
From: @xcnick
Reviewed-by: 
Signed-off-by:
2021-05-25 22:01:44 +08:00
yanglf1121 3729bd5374 add gpu op cumprod, tensor_scatter_add 2021-05-25 16:49:51 +08:00
xsmq a2e3eb1209 offline st testcases for cuda-11.1 2021-05-25 14:43:32 +08:00
mindspore-ci-bot e1803a0938 !16629 Binary_cross_entropy op supports optional weight input
From: @zuochuanyong
Reviewed-by: @zhoufeng54,@liangchenghui
Signed-off-by: @liangchenghui
2021-05-25 09:26:00 +08:00
xcnick ccb31da31a Add identity op for cpu and gpu 2021-05-24 13:56:09 +00:00
markuskunej ad322a7495 implemented new gpu op, Dropout3D
fixes to successfully build

fixes to dropout3d, passes pytest

made peilin's pr suggestions/fixes

fixed clang format issue and changed python names

fixed lowercase 'd' on MS_LOG messages

added newlines at end of files for cpplint

ci fixes and updated dropout3d supported platforms

pylint fixes
2021-05-21 17:32:54 -04:00
mindspore-ci-bot ccde359fc0 !16567 add GPU EmbeddingLookup
From: @TFbunny
Reviewed-by: 
Signed-off-by:
2021-05-22 01:21:37 +08:00
mindspore-ci-bot 7568bb43d4 !16312 Implement some gpu ops after removing akg
From: @zuochuanyong
Reviewed-by: @liangchenghui,@zhoufeng54
Signed-off-by: @liangchenghui
2021-05-21 18:17:11 +08:00
mindspore-ci-bot 83fb4233ab !16615 InTopK gpu kernel
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
2021-05-21 10:21:16 +08:00
TFBunny 250a402e22 add EmbeddingLookup kernel 2021-05-20 14:51:59 -04:00
zuochuanyong fc06d0562c binary_cross_entropy op supports optional weight input 2021-05-20 10:47:12 +08:00
Peilin Wang 52c13a1458 InTopK gpu kernel initial commit
fix ci
2021-05-19 12:00:35 -04:00
zuochuanyong e1bb20b8dc revert the front end of AvgPool3D op 2021-05-18 18:35:23 +08:00
mindspore-ci-bot f5986df6cf !16359 develop hswish and hswish grad gpu operators
From: @zhangbuxue
Reviewed-by: @zhoufeng54,@zhaizhiqiang,@zhoufeng54,@zhaizhiqiang
Signed-off-by: @zhaizhiqiang,@zhaizhiqiang
2021-05-17 14:08:57 +08:00
mindspore-ci-bot 85ba75565b !16066 Support MaxPool3D( CPU/GPU),AvgPool3D( CPU/GPU) and Conv3D(CPU)
From: @zuochuanyong
Reviewed-by: 
Signed-off-by:
2021-05-17 11:02:29 +08:00