未验证 提交 d14e3698 编写于 作者: S Sing_chan 提交者: GitHub

【code format check upgrade】 step3:enable clang-format sort these cinn files's headers(#43329)

上级 95f66c26
...@@ -12,17 +12,16 @@ ...@@ -12,17 +12,16 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
// clang-format off #include "paddle/fluid/framework/paddle2cinn/cinn_cache_key.h"
#include <map> #include <map>
#include <unordered_set> #include <unordered_set>
#include "gtest/gtest.h" #include "gtest/gtest.h"
#include "paddle/fluid/framework/ir/graph.h" #include "paddle/fluid/framework/ir/graph.h"
#include "paddle/fluid/framework/lod_tensor.h" #include "paddle/fluid/framework/lod_tensor.h"
#include "paddle/fluid/framework/paddle2cinn/cinn_cache_key.h"
#include "paddle/fluid/framework/program_desc.h" #include "paddle/fluid/framework/program_desc.h"
#include "paddle/phi/core/ddim.h" #include "paddle/phi/core/ddim.h"
// clang-format on
namespace paddle { namespace paddle {
namespace framework { namespace framework {
......
...@@ -12,12 +12,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ...@@ -12,12 +12,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. */ limitations under the License. */
// clang-format off #include "paddle/fluid/framework/paddle2cinn/cinn_graph_symbolization.h"
#include "gtest/gtest.h"
#include "gtest/gtest.h"
#include "paddle/fluid/framework/convert_utils.h" #include "paddle/fluid/framework/convert_utils.h"
#include "paddle/fluid/framework/paddle2cinn/cinn_graph_symbolization.h"
// clang-format on
namespace paddle { namespace paddle {
namespace framework { namespace framework {
......
...@@ -12,12 +12,11 @@ ...@@ -12,12 +12,11 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
// clang-format off #include "paddle/fluid/framework/paddle2cinn/transform_desc.h"
#include <unordered_map> #include <unordered_map>
#include "gtest/gtest.h" #include "gtest/gtest.h"
#include "paddle/fluid/framework/paddle2cinn/transform_desc.h"
// clang-format on
namespace paddle { namespace paddle {
namespace framework { namespace framework {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册