Skip to content

Commit 534cdd3

Browse files
committed
fix bugs
1 parent 3c97400 commit 534cdd3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

paddle/phi/api/include/context_pool.h

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ limitations under the License. */
1717
#include <mutex>
1818

1919
#include "paddle/phi/api/include/dll_decl.h"
20-
#include "paddle/phi/backends/all_context.h"
2120
#include "paddle/phi/common/place.h"
2221
#include "paddle/phi/core/macros.h"
2322
#include "paddle/utils/flat_hash_map.h"

paddle/phi/kernels/xpu/label_smooth_kernel.cc

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414
#include "paddle/phi/kernels/label_smooth_kernel.h"
15+
#include "paddle/phi/backends/xpu/xpu_context.h"
1516
#include "paddle/phi/core/kernel_registry.h"
1617
namespace phi {
1718

0 commit comments

Comments
 (0)