From 23b0190bd26944142f5e750d4a1db72aafbe5722 Mon Sep 17 00:00:00 2001 From: pangyoki Date: Thu, 22 Oct 2020 17:37:16 +0800 Subject: [PATCH] add xpu white_list, test=kunlun (#28210) --- tools/static_mode_white_list.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/tools/static_mode_white_list.py b/tools/static_mode_white_list.py index 05e931a9a2..defa4f1349 100644 --- a/tools/static_mode_white_list.py +++ b/tools/static_mode_white_list.py @@ -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', ] -- GitLab