add xpu white_list, test=kunlun (#28210)

revert-27871-prv-conv-grad-opt
pangyoki 4 years ago committed by GitHub
parent 11acbfae06
commit 23b0190bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -653,4 +653,24 @@ STATIC_MODE_TESTING_LIST = [
'test_sync_batch_norm_op',
'test_multiprocess_dataloader_iterable_dataset_static',
'test_multiprocess_dataloader_static',
'test_load_op_xpu',
'test_activation_op_xpu',
'test_adam_op_xpu',
'test_assign_op_xpu',
'test_batch_norm_op_xpu',
'test_cast_op_xpu',
'test_concat_op_xpu',
'test_elementwise_add_op_xpu',
'test_fill_constant_op_xpu',
'test_gather_op_xpu',
'test_matmul_op_xpu',
'test_matmul_v2_op_xpu',
'test_mean_op_xpu',
'test_momentum_op_xpu',
'test_reduce_mean_op_xpu',
'test_reduce_sum_op_xpu',
'test_reshape2_op_xpu',
'test_sgd_op_xpu',
'test_shape_op_xpu',
'test_slice_op_xpu',
]

Loading…
Cancel
Save