mindspore2022/tests/st/ops/gpu
mindspore-ci-bot 21c5607fca !6971 cudnn inplace optimizer
Merge pull request !6971 from chenweifeng/tensoradd_inplace
2020-10-09 10:01:58 +08:00
..
test_adam_fusion.py Gpu Adam Fusion 2020-06-23 20:40:45 +08:00
test_adam_op.py mod_SoftmaxCrossEntropyWithLogits 2020-09-03 17:33:20 +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 modify_bug 2020-09-09 18:20:32 +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 fix GPU hete 2020-09-15 20:36:23 +08:00
test_batchnorm_op.py remove name arg from gradoperation 2020-08-26 11:16:57 +08: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 test case seed 2020-09-23 14:11:20 +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_depthwiseconv2d.py fix weight_init bug 2020-09-17 09:23:34 +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_cos_op.py add GPU operator 2020-09-19 12:13:06 +08:00
test_ctcloss_op.py remove CTCLossV2 2020-09-25 16:09:20 +08:00
test_cudnn_inplace_fusion.py cudnn inplace optimizer 2020-09-30 16:18:16 +08:00
test_cumsum_op.py add gpu cumsum 2020-07-23 15:43:04 +08:00
test_dense_op.py remove name arg from gradoperation 2020-08-26 11:16:57 +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_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_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 mod_SoftmaxCrossEntropyWithLogits 2020-09-03 17:33:20 +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 remove name arg from gradoperation 2020-08-26 11:16:57 +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 remove name arg from gradoperation 2020-08-26 11:16:57 +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 remove name arg from gradoperation 2020-08-26 11:16:57 +08:00
test_lstm_op.py remove name arg from gradoperation 2020-08-26 11:16:57 +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 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 remove name arg from gradoperation 2020-08-26 11:16:57 +08:00
test_mirror_pad.py remove name arg from gradoperation 2020-08-26 11:16:57 +08:00
test_momentum_op.py mod_SoftmaxCrossEntropyWithLogits 2020-09-03 17:33:20 +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 reduce based nms final pass - speed improv 2020-08-28 13:41:09 -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_pad.py New User facing Pad Kernel + ST + Allows for channel padding 2020-09-04 15:13:05 -04: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_reshape_op.py added type support for reshape gpu kernel 2020-08-20 13:52:23 -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_rmsprop.py fix GPU hete 2020-09-15 20:36:23 +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 roi align memory leak 2020-09-02 22:17:59 -04:00
test_rsqrt_grad_op.py new add sqrt_grad and rsqrt_grad. 2020-09-17 17:13:25 +08:00
test_scatter_nd.py add scatternd ut 2020-08-25 17:03:57 -04: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 mod_SoftmaxCrossEntropyWithLogits 2020-09-03 17:33:20 +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_sin_op.py add GPU operator 2020-09-19 12:13:06 +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 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_sparse_softmax_cross_entropy_with_logits_op.py mod_SoftmaxCrossEntropyWithLogits 2020-09-03 17:33:20 +08:00
test_split.py add gpu split and restructure gpu concat 2020-07-16 14:18:49 +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 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 Add test cases for uniform ops on GPU 2020-08-26 12:02:27 -04:00
test_stridedslice_grad_op.py remove name arg from gradoperation 2020-08-26 11:16:57 +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 remove name arg from gradoperation 2020-08-26 11:16:57 +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_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_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