mindspore/tests/st/ops/gpu
mindspore-ci-bot e2203bed01 !3957 Gpu StridedSlice dims exceeds
Merge pull request !3957 from chenweifeng/strided_slice_dims_exceeds
2020-08-22 14:28:39 +08:00
..
test_adam_fusion.py Gpu Adam Fusion 2020-06-23 20:40:45 +08:00
test_adam_op.py add adam optimizer 2020-06-17 17:07:41 +08:00
test_addn_op.py clean pylint 2020-05-18 16:42:35 +08:00
test_argmax_op.py fix pylint check issues 2020-05-25 15:34:01 +08:00
test_argmaxwithvalue_op.py gpu add argmaxwithvalue 2020-06-14 14:51:06 +08:00
test_assign_add_op.py clean pylint 2020-05-18 16:42:35 +08:00
test_assign_op.py fix pylint check issues 2020-05-25 15:34:01 +08:00
test_batch_matmul.py Gpu Adam Fusion 2020-06-23 20:40:45 +08: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 remove _quant_ops.py from __init__.py 2020-06-18 19:26:22 +08:00
test_batchnorm_op.py fix pylint check issues 2020-05-25 15:34:01 +08:00
test_binary_cross_entropy_op.py add binary cross entropy 2020-07-31 10:45:08 +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 int32 cal for less gpu 2020-08-07 10:34:24 +08:00
test_broadcast_to_ops.py gpu broadcast to 2020-07-29 16:24:01 +08:00
test_cast_op.py gpu update cast type 2020-08-08 13:27:49 +08: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_concatv2_op.py type support for faster rcnn gpu kernels 2020-08-12 19:27:05 -04: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_op.py gpu optimize the max device memory config 2020-06-17 16:29:05 +08: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_ctcloss_op.py Gpu support ctcloss kernel 2020-07-08 19:35:01 +08:00
test_cumsum_op.py add gpu cumsum 2020-07-23 15:43:04 +08:00
test_dense_op.py add grad all in pynative mode 2020-07-10 17:49:54 +08:00
test_div_op.py Add GPU div kernel 2020-08-11 10:18:34 +08:00
test_dropout.py modify some bug and add test case for gpu dropout op 2020-08-10 16:55:56 +08:00
test_equal_op.py int16 uint8 bool supported akg ops 2020-08-11 20:35:31 -04:00
test_equalcount_op.py clean pylint 2020-05-18 16:42:35 +08:00
test_exp_op.py change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08: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 change ftrl operator st 2020-06-20 09:24:10 +08:00
test_gather_op.py fix pylint check issues 2020-05-25 15:34:01 +08:00
test_gathernd_op.py type support for faster rcnn gpu kernels 2020-08-12 19:27:05 -04:00
test_gelu_grad_op.py gpu Gelu kernel support fp16 2020-06-18 19:33:27 +08:00
test_gelu_op.py gpu Gelu kernel support fp16 2020-06-18 19:33:27 +08:00
test_iou_op.py add iou ops. 2020-07-27 11:12:26 +08:00
test_kl_div_op.py add KLDiv loss 2020-07-31 15:03:18 +08:00
test_layer_norm_grad_op.py gpu layernorm 2020-07-30 20:11:04 +08:00
test_layer_norm_op.py gpu layernorm 2020-07-30 20:11:04 +08:00
test_lessequal_op.py int16 uint8 bool supported akg ops 2020-08-11 20:35:31 -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 fix pylint check issues 2020-05-25 15:34:01 +08:00
test_lstm_op.py Fixing some tiny faults about Pylint in my code(ops) 2020-05-25 21:27:45 +08:00
test_maximum_op.py Gpu Minimum & Maximum kernels support int32 2020-06-19 17:11:04 +08:00
test_maxpool_gpu_op.py clean pylint 2020-05-18 16:42:35 +08:00
test_maxpool_grad_gpu_op.py conv pooling pad support NHWC 2020-08-20 17:21:53 +08:00
test_maxpool_with_argmax_gpu_op.py add maxpool_with_argmax/grad cuda kernel 2020-07-24 06:17:14 -08:00
test_maxpool_with_argmax_grad_gpu_op.py add maxpool_with_argmax/grad cuda kernel 2020-07-24 06:17:14 -08:00
test_minimum_op.py Gpu Minimum & Maximum kernels support int32 2020-06-19 17:11:04 +08:00
test_mirror_pad.py commit 1 - mirror pad 2020-08-05 16:48:58 -04:00
test_momentum_op.py fix input value check for SparseApplyFtrl and SparseApplyAdagrad 2020-06-17 13:05:09 +08:00
test_mul_op.py change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00
test_multinomial_op.py fix multinomial 2020-08-12 14:54:02 +08:00
test_neg_op.py change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00
test_nms_with_mask_op.py nms_sorting fix 2020-08-18 11:15:33 -04: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 fix pylint check issues 2020-05-25 15:34:01 +08:00
test_oneslike_op.py add gpu oneslike kernel 2020-07-18 15:27:07 +08:00
test_random_choice_with_mask.py add fix to GPU-RandomChoiceWithMask (bitonicsort & testcase) 2020-08-12 19:22:04 -04:00
test_realdiv_op.py change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00
test_reciprocal_op.py change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00
test_reduce_max_op.py change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00
test_reduce_mean_op.py broadcast, slice, scatter_nd ops optimizer. 2020-08-08 10:30:05 +08:00
test_reduce_min_op.py add gpu cumsum 2020-07-23 15:43:04 +08:00
test_reduce_sum_op.py change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00
test_relu6_grad_op.py fix pylint check issues 2020-05-25 15:34:01 +08:00
test_relu6_op.py fix pylint check issues 2020-05-25 15:34:01 +08:00
test_relu_grad_op.py Fixing some tiny faults about Pylint in my code(ops) 2020-05-25 21:27:45 +08:00
test_relu_op.py fix pylint check issues 2020-05-25 15:34:01 +08: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_rmsprop.py Decouple ir::Tensor class from python 2020-06-24 10:28:59 +08:00
test_roi_align_grad_half_op.py suport half for roi align 2020-08-05 13:24:15 -04:00
test_roi_align_grad_op.py roi align grad v1 2020-07-24 00:36:32 -04:00
test_roi_align_half_op.py suport half for roi align 2020-08-05 13:24:15 -04:00
test_roi_align_op.py suport half for roi align 2020-08-05 13:24:15 -04:00
test_scatter_nd.py gpu ops code and test case. 2020-07-22 20:15:52 +08:00
test_select_op.py Fixing some tiny faults about Pylint in my code(ops) 2020-05-28 09:52:42 +08:00
test_sgd_op.py gpu ops code and test case. 2020-07-22 20:15:52 +08:00
test_sigmoid_cross_entropy_with_logits_grad_op.py add SigmoidCrossEntropyWithLogitsGrad op 2020-06-17 19:33:27 +08:00
test_sigmoid_cross_entropy_with_logits_op.py add SigmoidCrossEntropyWithLogits op 2020-06-17 17:00:26 +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_slice.py fix pylint check issues 2020-05-25 15:34:01 +08:00
test_slice_grad.py fix pylint check issues 2020-05-25 15:34:01 +08:00
test_smoothl1loss_op.py modified documentation and gpu kernel for smoothL1Loss 2020-08-19 17:06:22 -04: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 fix pylint check issues 2020-05-25 15:34:01 +08:00
test_sparse_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_split.py add gpu split and restructure gpu concat 2020-07-16 14:18:49 +08:00
test_sqrt_op.py fix pylint check issues 2020-05-25 15:34:01 +08:00
test_squeeze_op.py int16 uint8 bool supported akg ops 2020-08-11 20:35:31 -04:00
test_standard_normal.py Fix minor errors in probabilistic programming 2020-07-23 15:38:08 -04:00
test_stridedslice_grad_op.py gpu stridedslice 2020-08-21 16:21:27 +08:00
test_stridedslice_op.py gpu stridedslice 2020-08-21 16:21:27 +08:00
test_sub_op.py change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00
test_tanh_op.py replace tanh implement with cudnn 2020-06-17 16:35:27 +08:00
test_tensoradd.py clean pylint 2020-05-18 16:42:35 +08:00
test_tile_op.py int16 uint8 bool supported akg ops 2020-08-11 20:35:31 -04:00
test_topk_op.py gpu support TopK kernel 2020-07-15 19:51:30 +08:00
test_transpose_op.py added type support for transpose and maxgrad 2020-08-13 16:47:41 -04:00
test_uniform_real.py Add random uniform real op at GPU end 2020-07-27 23:18:11 -04:00
test_unsorted_segment_sum.py fix pylint check issues 2020-05-25 15:34:01 +08:00
test_zeroslike_op.py change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00