File tree Expand file tree Collapse file tree 5 files changed +19
-3
lines changed Expand file tree Collapse file tree 5 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1414
1515#include < string>
1616#include < vector>
17- #include " paddle/phi/core/dense_tensor.h"
1817#include " paddle/phi/backends/cpu/cpu_context.h"
18+ #include " paddle/phi/core/dense_tensor.h"
1919#include " paddle/phi/core/enforce.h"
2020#include " paddle/phi/core/kernel_registry.h"
2121#include " paddle/phi/kernels/funcs/blas/blas.h"
Original file line number Diff line number Diff line change 1414
1515#include < string>
1616#include < vector>
17+ #include " paddle/phi/backends/cpu/cpu_context.h"
1718#include " paddle/phi/core/dense_tensor.h"
1819#include " paddle/phi/core/enforce.h"
20+ #include " paddle/phi/core/kernel_registry.h"
1921#include " paddle/phi/kernels/funcs/blas/blas.h"
2022#include " paddle/phi/kernels/funcs/eigen/common.h"
21- #include " paddle/phi/backends/cpu/cpu_context.h"
22- #include " paddle/phi/core/kernel_registry.h"
2323
2424namespace phi {
2525
Original file line number Diff line number Diff line change 1616
1717#include " paddle/phi/core/dense_tensor.h"
1818#include " paddle/phi/core/device_context.h"
19+
1920#include " paddle/phi/core/selected_rows.h"
2021
2122namespace phi {
Original file line number Diff line number Diff line change 1616#include " paddle/phi/backends/gpu/gpu_primitives.h"
1717#include " paddle/phi/common/memory_utils.h"
1818#include " paddle/phi/core/kernel_registry.h"
19+
1920#include " paddle/phi/core/mixed_vector.h"
2021#include " paddle/phi/core/selected_rows.h"
2122#include " paddle/phi/kernels/funcs/eigen/common.h"
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2025 PaddlePaddle Authors. All Rights Reserved.
2+ //
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License at
6+ //
7+ // http://www.apache.org/licenses/LICENSE-2.0
8+ //
9+ // Unless required by applicable law or agreed to in writing, software
10+ // distributed under the License is distributed on an "AS IS" BASIS,
11+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ // See the License for the specific language governing permissions and
13+ // limitations under the License.
14+
115// Copyright (c) 2024 PaddlePaddle Authors. All Rights Reserved.
216//
317// Licensed under the Apache License, Version 2.0 (the "License");
You can’t perform that action at this time.
0 commit comments