From c9a9c03b09f0e0c665a62f9077c21daff74abf21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CZheng-Bicheng=E2=80=9D?= Date: Fri, 24 Mar 2023 23:11:11 +0800 Subject: [PATCH 1/2] update --- test/CMakeLists.txt | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index aa64d39115321..90becca1dfe85 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -6,10 +6,38 @@ set(PYTHON_TESTS_DIR CACHE INTERNAL "python tests directory") if(WITH_TESTING) - add_subdirectory(cpp) - add_subdirectory(legacy_test) + add_subdirectory(auto_parallel) + # add_subdirectory(asp) + # add_subdirectory(autograd) add_subdirectory(book) + add_subdirectory(cpp) add_subdirectory(custom_kernel) + # add_subdirectory(contrib) + # add_subdirectory(custom_op) + # add_subdirectory(composite_ops) + # add_subdirectory(custom_runtime) + # add_subdirectory(collective) + # add_subdirectory(dataset) + # add_subdirectory(distribution) + # add_subdirectory(distributed_passes) + # add_subdirectory(dygraph_to_static) + # add_subdirectory(fft) + # add_subdirectory(fleet) + # add_subdirectory(ir) + # add_subdirectory(ipu) + add_subdirectory(legacy_test) + # add_subdirectory(mkldnn) + # add_subdirectory(prim) + # add_subdirectory(quantization) + # add_subdirectory(rnn) + # add_subdirectory(rpc) + # add_subdirectory(sequence) + # add_subdirectory(standalone_executor) + # add_subdirectory(white_list) + # add_subdirectory(ps) + # add_subdirectory(tokenizer) + # add_subdirectory(xpu) + endif() get_property(test_srcs GLOBAL PROPERTY TEST_SRCS) From 126b4a5c2e72dd3870c48a951cccafae249c6931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CZheng-Bicheng=E2=80=9D?= Date: Mon, 27 Mar 2023 14:03:51 +0800 Subject: [PATCH 2/2] update --- python/paddle/fluid/incubate/fleet/__init__.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 python/paddle/fluid/incubate/fleet/__init__.py diff --git a/python/paddle/fluid/incubate/fleet/__init__.py b/python/paddle/fluid/incubate/fleet/__init__.py deleted file mode 100644 index a05baabca392b..0000000000000 --- a/python/paddle/fluid/incubate/fleet/__init__.py +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and - -__version__ = '0.1.0'