mindspore/tests/st/ops/gpu
mindspore-ci-bot a835d265ca !15858 Fix HSigmoidGrad bug in GPU
From: @TFbunny
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui,@wuxuejian
2021-04-30 11:35:58 +08:00
..
test_acos_grad_grad_op.py add grad definition for AsinGrad and ACosGrad 2020-12-26 16:03:01 +08:00
test_acos_grad_op.py Add supports to ACosGrad and AsinGrad 2020-10-28 09:23:20 +08:00
test_acos_op.py fix bug that asin/acos not support fp16 on gpu 2020-10-28 09:37:24 +08:00
test_acosh_grad_grad_op.py add grad definitions for the following operations: ReluGrad, SqrtGrad, AtanGrad, TanhGrad, AsinhGrad, AcoshGrad. 2020-12-30 14:57:26 +08:00
test_acosh_grad_op.py Add new GPU operators: Asinh, AsinhGrad, Acosh, AcoshGrad, Atan and AtanGrad 2020-12-26 11:09:07 +08:00
test_acosh_op.py Add new GPU operators: Asinh, AsinhGrad, Acosh, AcoshGrad, Atan and AtanGrad 2020-12-26 11:09:07 +08:00
test_adagrad_op.py adagrad: support ouput on gpu 2021-03-23 18:11:43 +08:00
test_adam_fusion.py gpu testcase fix 2021-01-28 20:08:39 +08:00
test_adam_op.py mod_SoftmaxCrossEntropyWithLogits 2020-09-03 17:33:20 +08:00
test_add_op.py throw exception when tensor has zero in shape 2021-03-16 10:39:48 +08:00
test_addn_op.py addn int64 support 2021-04-27 16:55:14 -04:00
test_argmax_op.py fix cpu/gpu argmax op 2021-03-04 16:42:41 +08:00
test_argmaxwithvalue_op.py return minimal index for argmaxwithvalue 2021-01-25 08:47:32 -05:00
test_asin_grad_grad_op.py add grad definition for AsinGrad and ACosGrad 2020-12-26 16:03:01 +08:00
test_asin_grad_op.py Add supports to ACosGrad and AsinGrad 2020-10-28 09:23:20 +08:00
test_asin_op.py fix bug that asin/acos not support fp16 on gpu 2020-10-28 09:37:24 +08:00
test_asinh_grad_grad_op.py add grad definitions for the following operations: ReluGrad, SqrtGrad, AtanGrad, TanhGrad, AsinhGrad, AcoshGrad. 2020-12-30 14:57:26 +08:00
test_asinh_grad_op.py Add new GPU operators: Asinh, AsinhGrad, Acosh, AcoshGrad, Atan and AtanGrad 2020-12-26 11:09:07 +08:00
test_asinh_op.py Add new GPU operators: Asinh, AsinhGrad, Acosh, AcoshGrad, Atan and AtanGrad 2020-12-26 11:09:07 +08:00
test_assign_add_op.py clean pylint 2020-05-18 16:42:35 +08:00
test_assign_op.py add float64 support to assign GPU 2021-02-12 16:17:16 -05:00
test_atan_grad_grad_op.py add grad definitions for the following operations: ReluGrad, SqrtGrad, AtanGrad, TanhGrad, AsinhGrad, AcoshGrad. 2020-12-30 14:57:26 +08:00
test_atan_grad_op.py Add new GPU operators: Asinh, AsinhGrad, Acosh, AcoshGrad, Atan and AtanGrad 2020-12-26 11:09:07 +08:00
test_atan_op.py Add new GPU operators: Asinh, AsinhGrad, Acosh, AcoshGrad, Atan and AtanGrad 2020-12-26 11:09:07 +08:00
test_batch_matmul.py add float64 support to matmul ops 2021-02-17 12:35:55 -05:00
test_batchnorm_fold2_op.py remove _quant_ops.py from __init__.py 2020-06-18 19:26:22 +08:00
test_batchnorm_fold_grad_op.py remove _quant_ops.py from __init__.py 2020-06-18 19:26:22 +08:00
test_batchnorm_fold_op.py fix GPU hete 2020-09-15 20:36:23 +08:00
test_batchnorm_op.py batchnorm1d gpu op 2021-04-21 11:48:46 -04:00
test_binary_cross_entropy_op.py remove name arg from gradoperation 2020-08-26 11:16:57 +08:00
test_boundingbox_decode_op.py gpu ops code and test case. 2020-07-22 20:15:52 +08:00
test_boundingbox_encode_op.py gpu ops code and test case. 2020-07-22 20:15:52 +08:00
test_broadcast_op.py Add floormod op for cpu and gpu 2021-04-23 13:50:16 +08:00
test_broadcast_to_ops.py add general -1 dim behavior for BroadcastTo op 2021-03-20 01:42:40 -04:00
test_cast_op.py changed cast to round to zero if casting from float to integral 2020-12-21 13:54:42 -05:00
test_categorical_op.py add categorical 2020-08-19 11:21:15 +08:00
test_check_valid_op.py type support for faster rcnn gpu kernels 2020-08-12 19:27:05 -04:00
test_cholesky_op.py Add Cholesky op at GPU back-end 2020-11-30 20:27:22 -05:00
test_concatv2_op.py add float64 support to concat GPU 2021-02-11 11:03:10 -05:00
test_conv2d_backprop_filter_op.py fix pylint check issues 2020-05-25 15:34:01 +08:00
test_conv2d_backprop_input_op.py fix pylint check issues 2020-05-25 15:34:01 +08:00
test_conv2d_depthwiseconv2d.py fix weight_init bug 2020-09-17 09:23:34 +08:00
test_conv2d_op.py fix conv2d NHWC filter shape and cyclomatics errors 2021-01-22 16:46:39 -05:00
test_correction_mul_grad_op.py remove _quant_ops.py from __init__.py 2020-06-18 19:26:22 +08:00
test_correction_mul_op.py remove _quant_ops.py from __init__.py 2020-06-18 19:26:22 +08:00
test_cos_op.py initial commit 2021-02-17 13:36:30 -05:00
test_ctcloss_op.py remove CTCLossV2 2020-09-25 16:09:20 +08:00
test_cudnn_inplace_fusion.py Change TensorAdd to Add, from r1.1 to master 2021-02-01 17:53:52 +08:00
test_cumsum_op.py initial commit 2021-02-17 17:39:18 -05:00
test_dense.py mod dense 2020-12-03 11:32:03 +08:00
test_dense_op.py add dynamic shape and testcases to GPU biasadd 2021-01-20 09:35:27 -05:00
test_depthtospace_op.py fix depthtospace and spacetodepth ops bugs 2021-04-25 05:59:18 +00:00
test_determinant_triangle.py Add calculation of triangle matrix determinant op at GPU back-end 2020-10-27 15:20:23 -04:00
test_div_op.py intitial commit 2021-02-12 17:17:57 -05:00
test_dropout.py add dynamic shape support and testcases to GPU Dropout 2021-01-27 17:44:26 -05:00
test_dtype_op.py add testcases to DType dynamic shape 2021-02-22 17:19:11 -05:00
test_dynamic_shape_op.py int64 support and typo fix 2020-11-26 20:47:20 -05:00
test_elu_grad_op.py support ops elu and elugrad on gpu 2020-10-21 15:52:15 +08:00
test_elu_op.py support ops elu and elugrad on gpu 2020-10-21 15:52:15 +08:00
test_equal_op.py equal op gpu kernel 2020-12-17 21:24:30 -05:00
test_equalcount_op.py clean pylint 2020-05-18 16:42:35 +08:00
test_erf_op.py Add dtype float16 that erf and erfc should support 2020-09-17 09:36:23 -04:00
test_erfc_op.py Add dtype float16 that erf and erfc should support 2020-09-17 09:36:23 -04:00
test_error_on_dynamic_shape_input_op.py initial commit for gpu dynamic shape testing op 2020-11-19 11:22:39 -05:00
test_exp_op.py change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00
test_expand_dims.py ExpandDims dynamic shape 2020-11-27 06:24:04 -05:00
test_expm1_op.py Add expm1 op at GPU back-end 2020-10-30 10:06:57 -04:00
test_fake_quant_perchannel.py add fake quant test case for gpu 2020-06-23 15:27:33 +08:00
test_fake_quant_perchannel_grad.py add fake quant test case for gpu 2020-06-23 15:27:33 +08:00
test_fake_quant_perlayer.py add fake quant test case for gpu 2020-06-23 15:27:33 +08:00
test_fake_quant_perlayer_grad.py add fake quant test case for gpu 2020-06-23 15:27:33 +08:00
test_flatten_grad_op.py fix pylint check issues 2020-05-25 15:34:01 +08:00
test_flatten_op.py fix all nop node graph execute 2020-06-18 15:56:38 +08:00
test_float_status_op.py refine data copy in multi-graph 2020-05-27 18:47:15 +08:00
test_floordiv_op.py broadcast, slice, scatter_nd ops optimizer. 2020-08-08 10:30:05 +08:00
test_ftrl_op.py mod_SoftmaxCrossEntropyWithLogits 2020-09-03 17:33:20 +08:00
test_gatherV2_op.py add bool support to gpu gather 2021-04-13 15:12:07 -04:00
test_gather_grad_op.py fix some bug in gather and gathergrad op 2020-11-23 16:24:45 +08:00
test_gather_op.py add gather op on gpu 2020-10-30 15:05:36 +08:00
test_gathernd_op.py add float64 support to GatherNd 2021-02-11 13:43:03 -05:00
test_gelu_grad_op.py modify Gelu、FastGelu to GeLU and FastGeLU 2021-02-05 17:19:52 +08:00
test_gelu_op.py modify Gelu、FastGelu to GeLU and FastGeLU 2021-02-05 17:19:52 +08:00
test_gpu_convert_to_dynamic_shape_grad_op.py add grad for GpuDynamicShape testing op 2021-03-03 16:01:55 -05:00
test_gpu_convert_to_dynamic_shape_op.py intitial commit 2021-02-12 17:17:57 -05:00
test_hsigmoid_op.py add fix to hsigmoid grad 2021-04-28 22:16:50 -04:00
test_index_add_op.py change index_add op input_x to type Parameter 2021-03-04 07:30:59 -05:00
test_instancenorm2d.py add new op instancenorm2d 2021-01-14 15:38:56 +08:00
test_iou_op.py add iou ops. 2020-07-27 11:12:26 +08:00
test_kl_div_op.py remove name arg from gradoperation 2020-08-26 11:16:57 +08:00
test_l2loss_op.py add support to op L2Loss on gpu 2020-11-27 09:34:47 +08:00
test_l2normalize_grad_op.py new add l2normalize_grad gpu ops. 2020-10-27 17:18:45 +08:00
test_l2normalize_op.py add l2normalize gpu kernel. 2020-10-24 15:53:51 +08:00
test_layer_norm_grad_grad_op.py BUGFIX: Correct the calculation of the output 'd_x' of the operator LayernormGradGrad 2020-12-16 16:30:42 +08:00
test_layer_norm_grad_op.py gpu layernorm 2020-07-30 20:11:04 +08:00
test_layer_norm_op.py gpu testcase fix 2021-01-28 20:08:39 +08:00
test_lessequal_op.py int16 uint8 bool supported akg ops 2020-08-11 20:35:31 -04:00
test_lin_space.py Initial Commit - GPU LinSpace 2020-11-26 02:33:55 -05:00
test_log1p_op.py Add log1p operator at GPU back-end and move erf and erf to the unary_op list 2020-10-27 16:22:10 -04:00
test_log_op.py change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00
test_logical_op.py fix pylint check issues 2020-05-25 15:34:01 +08:00
test_logsoftmax_op.py remove name arg from gradoperation 2020-08-26 11:16:57 +08:00
test_loss.py initial commit 2021-02-17 13:36:30 -05:00
test_lstm_op.py remove name arg from gradoperation 2020-08-26 11:16:57 +08:00
test_matmul_op.py fix diff, convolve 2021-04-21 15:19:58 +08:00
test_matrix_inverse_op.py fix matrix inverse ops st. 2021-01-11 10:38:49 +08:00
test_maximum_op.py remove name arg from gradoperation 2020-08-26 11:16:57 +08:00
test_maxpool_gpu_op.py clean pylint 2020-05-18 16:42:35 +08:00
test_maxpool_grad_gpu_op.py update Pool's attr kernel_size, pad_mode 2021-01-18 12:10:20 +08:00
test_maxpool_with_argmax_gpu_op.py update Pool's attr kernel_size, pad_mode 2021-01-18 12:10:20 +08:00
test_maxpool_with_argmax_grad_gpu_op.py update Pool's attr kernel_size, pad_mode 2021-01-18 12:10:20 +08:00
test_minimum_op.py remove name arg from gradoperation 2020-08-26 11:16:57 +08:00
test_mirror_pad.py Reworked mirrorPad 2020-10-25 20:27:54 -04:00
test_momentum_fusion.py momentum weightdecay fusion 2020-12-18 19:08:05 +08:00
test_momentum_op.py mod_SoftmaxCrossEntropyWithLogits 2020-09-03 17:33:20 +08:00
test_mul_op.py intitial commit 2021-02-12 17:17:57 -05:00
test_multinomial_op.py fix multinomial 2020-10-25 17:17:07 +08:00
test_neg_op.py initial commit 2021-02-17 13:36:30 -05:00
test_nms_with_mask_op.py reduce based nms final pass - speed improv 2020-08-28 13:41:09 -04:00
test_nn_matmul.py 1D*ND 2020-10-12 17:21:07 +08:00
test_normal.py Add random normal op at MindSpore front-end 2020-07-20 23:31:30 -04:00
test_one_hot_op.py initial commit 2021-01-18 00:03:39 -05:00
test_oneslike_op.py add gpu oneslike kernel 2020-07-18 15:27:07 +08:00
test_pack_op.py modify pack to stack 2021-02-04 18:54:31 +08:00
test_pad.py pad_CI_Alarm fix 2020-12-17 14:47:27 -05:00
test_prelu_op.py support PReLU for GPU platform 2021-04-15 16:29:38 +08:00
test_print_op.py support string in GPU print 2021-03-12 14:12:19 -05:00
test_random_categorical_op.py add support to op RandomCategorical 2020-11-11 19:13:13 +08:00
test_random_choice_with_mask.py optimize fasterrcnn on gpu. fix randomchoicewithmask, topk kernels 2021-02-09 13:57:00 -08:00
test_range_op.py added validation 2021-02-04 16:19:07 -05:00
test_realdiv_op.py change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00
test_reciprocal_grad_op.py add new GPU kernel ReciprocalGrad 2021-01-27 17:48:01 -05:00
test_reciprocal_op.py change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00
test_reduce_all_op.py support scalar input for cell 2021-02-25 09:56:15 +08:00
test_reduce_any_op.py support scalar input for cell 2021-02-25 09:56:15 +08:00
test_reduce_max_grad_op.py add float64 support to reducemax grad 2021-03-04 17:58:36 -05:00
test_reduce_max_op.py !12605 Fix GPU ReduceMax/Sum float64 type failure 2021-02-27 04:48:28 +08:00
test_reduce_mean_op.py support scalar input for cell 2021-02-25 09:56:15 +08:00
test_reduce_min_op.py support scalar input for cell 2021-02-25 09:56:15 +08:00
test_reduce_sum_op.py !12605 Fix GPU ReduceMax/Sum float64 type failure 2021-02-27 04:48:28 +08:00
test_relu6_grad_op.py fix pylint check issues 2020-05-25 15:34:01 +08:00
test_relu6_op.py add dynamic shape support and testcases to ReLU6 2021-01-27 17:41:06 -05:00
test_relu_grad_grad_op.py add grad definitions for the following operations: ReluGrad, SqrtGrad, AtanGrad, TanhGrad, AsinhGrad, AcoshGrad. 2020-12-30 14:57:26 +08:00
test_relu_op.py ReLU/ReLUGrad int8/32/64 support 2020-12-10 14:33:47 -05:00
test_relu_v2.py Change TensorAdd to Add, from r1.1 to master 2021-02-01 17:53:52 +08:00
test_repeat_elements_op.py change repeat_element op to a composite op 2020-11-19 15:42:22 -05:00
test_reshape_op.py added type support for reshape gpu kernel 2020-08-20 13:52:23 -04:00
test_resize_bilinear_op.py resize_bilinear gpu op 2021-04-20 17:22:27 -04:00
test_resize_nearest_neighbor_grad_op.py fix ResizeNearestNeighbor & add util.cuh to support atomicadd for half 2020-07-30 12:31:03 -04:00
test_resize_nearest_neighbor_op.py add unit test for resizeNearestNeighbor gpu op 2020-08-07 16:54:33 -04:00
test_rint_op.py Add rint op kernel for cpu and gpu 2021-04-25 17:28:25 +08:00
test_rmsprop.py fix GPU hete 2020-09-15 20:36:23 +08:00
test_roi_align_grad_op.py roi end mode 2020-11-04 13:21:10 -05:00
test_roi_align_op.py roi end mode 2020-11-04 13:21:10 -05:00
test_rsqrt_grad_op.py new add sqrt_grad and rsqrt_grad. 2020-09-17 17:13:25 +08:00
test_sampled_softmax_loss_op.py validate SampledSoftmaxLoss args 2020-11-19 12:43:58 -05:00
test_scatter_add_op.py add additional type support to ScatterAdd 2020-12-10 17:17:48 -05:00
test_scatter_nd.py First commit - scatter_nd_int64_update 2020-12-16 15:19:13 -05:00
test_scatter_update_op.py update input for ScatterUpdate/Add, fix doc text and fix dynamic shape 2020-12-02 12:53:03 -05:00
test_select_op.py add bool support to gpu select 2021-04-14 11:49:01 -04:00
test_sequence_mask_op.py Rewrite sequence_mask as a composite op 2021-02-05 18:01:08 -05:00
test_sgd_op.py mod_SoftmaxCrossEntropyWithLogits 2020-09-03 17:33:20 +08:00
test_sigmoid_cross_entropy_with_logits_grad_op.py add float64 support to SigmoidCrossEntropyWithLogits and Grad 2021-03-31 11:42:25 -04:00
test_sigmoid_cross_entropy_with_logits_op.py add float64 support to SigmoidCrossEntropyWithLogits and Grad 2021-03-31 11:42:25 -04:00
test_sigmoid_grad_grad_op.py handle mem leak in pynative mode 2020-12-23 17:10:58 +08:00
test_sigmoid_grad_op.py add Sigmoid and SigmoidGrad operation of GPU 2020-06-18 15:42:58 +08:00
test_sigmoid_op.py add Sigmoid and SigmoidGrad operation of GPU 2020-06-18 15:42:58 +08:00
test_sin_op.py initial commit 2021-02-17 13:36:30 -05:00
test_slice.py Add float64 support to slice ops 2021-02-10 11:51:38 -05:00
test_slice_grad.py Add float64 support to slice ops 2021-02-10 11:51:38 -05:00
test_smoothl1loss_op.py remove name arg from gradoperation 2020-08-26 11:16:57 +08:00
test_softmax_cross_entropy_with_logits_op.py Fixing some tiny faults about Pylint in my code(ops) 2020-05-25 21:27:45 +08:00
test_softmax_op.py remove name arg from gradoperation 2020-08-26 11:16:57 +08:00
test_softplus_grad_op.py new add softplus and softplus grad gpu ops. 2020-10-29 15:13:55 +08:00
test_softplus_op.py new add softplus and softplus grad gpu ops. 2020-10-29 15:13:55 +08:00
test_spacetodepth_op.py fix depthtospace and spacetodepth ops bugs 2021-04-25 05:59:18 +00:00
test_sparse_apply_ftrl_op.py add return to sparseapplyftrl gpu 2020-12-29 16:18:43 -05:00
test_sparse_apply_proximal_adagrad_op.py add testcase for input update in adagrad and move resetresource 2020-12-14 15:18:23 -05:00
test_sparse_gather_v2_op.py fix dynamic shape and add testcase for SparseGatherV2 GPU 2020-11-27 12:45:29 -05:00
test_sparse_softmax_cross_entropy_with_logits_op.py mod_SoftmaxCrossEntropyWithLogits 2020-09-03 17:33:20 +08:00
test_split.py initial commit 2021-02-17 15:32:48 -05:00
test_sqrt_grad_grad_op.py add grad definitions for the following operations: ReluGrad, SqrtGrad, AtanGrad, TanhGrad, AsinhGrad, AcoshGrad. 2020-12-30 14:57:26 +08:00
test_sqrt_grad_op.py new add sqrt_grad and rsqrt_grad. 2020-09-17 17:13:25 +08:00
test_sqrt_op.py initial commit 2021-02-17 13:36:30 -05:00
test_square_op.py Update Square Op to support Dynamic Shape 2020-11-26 12:49:15 -05:00
test_squared_difference_op.py Add SquareDifference kernel for GPU 2020-12-28 16:47:52 +08:00
test_squeeze_op.py add uint16, uint32, int8, int64, float64 type support to gpu Squeeze op 2021-02-18 14:11:59 -05:00
test_standard_normal.py Add test cases for uniform ops on GPU 2020-08-26 12:02:27 -04:00
test_stridedslice_grad_op.py Add float64 support to slice ops 2021-02-10 11:51:38 -05:00
test_stridedslice_op.py Add float64 support to slice ops 2021-02-10 11:51:38 -05:00
test_sub_op.py add dynamic shape testcases for Sub 2021-03-09 13:47:51 -05:00
test_tanh_grad_grad_op.py add grad definitions for the following operations: ReluGrad, SqrtGrad, AtanGrad, TanhGrad, AsinhGrad, AcoshGrad. 2020-12-30 14:57:26 +08:00
test_tanh_op.py remove name arg from gradoperation 2020-08-26 11:16:57 +08:00
test_tensor_scatter_update.py add tensor scatter update support different type inputs 2021-04-13 14:35:47 -04:00
test_tensordot_op.py update matmul implementation for GPU 2021-01-30 14:12:11 +08:00
test_tile_op.py initial commit 2021-02-17 16:08:39 -05:00
test_time_distributed_op.py add timedistributed and bugfix cpu ops assign and maximum 2020-12-29 17:40:21 +08:00
test_topk_op.py optimize fasterrcnn on gpu. fix randomchoicewithmask, topk kernels 2021-02-09 13:57:00 -08:00
test_transpose_op.py add int64 support to transpose GPU 2020-12-14 15:49:00 -05:00
test_uniform_candidate_sampler_op.py add int64 support to UniformCandidateSampler GPU 2020-12-10 11:08:33 -05:00
test_uniform_int.py Add test cases for uniform ops on GPU 2020-08-26 12:02:27 -04:00
test_uniform_real.py Add test cases for uniform ops on GPU 2020-08-26 12:02:27 -04:00
test_unique_op.py unique op int64 support 2020-12-02 12:08:07 -05:00
test_unpack_op.py modify pack to stack 2021-02-04 18:54:31 +08:00
test_unsorted_segment_max.py range check - UortedSegmin/max num_seg tensors 2020-12-16 13:12:04 -05:00
test_unsorted_segment_min.py updated to test files + DynamicOpCheckFix 2020-12-02 13:44:46 -05:00
test_unsorted_segment_sum.py updated to test files + DynamicOpCheckFix 2020-12-02 13:44:46 -05:00
test_zeroslike_op.py removed zeroslike from math/unary_op_gpu_kernel and added float64 support 2021-02-22 16:15:23 -05:00