diff --git a/tools/static_mode_white_list.py b/tools/static_mode_white_list.py index 05e931a9a25efd8693f96fd91f8b7d400b15fd2c..defa4f13495d28e3044422015b6737029a9374bb 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', ]