We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c97400 commit 534cdd3Copy full SHA for 534cdd3
paddle/phi/api/include/context_pool.h
@@ -17,7 +17,6 @@ limitations under the License. */
17
#include <mutex>
18
19
#include "paddle/phi/api/include/dll_decl.h"
20
-#include "paddle/phi/backends/all_context.h"
21
#include "paddle/phi/common/place.h"
22
#include "paddle/phi/core/macros.h"
23
#include "paddle/utils/flat_hash_map.h"
paddle/phi/kernels/xpu/label_smooth_kernel.cc
@@ -12,6 +12,7 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
#include "paddle/phi/kernels/label_smooth_kernel.h"
15
+#include "paddle/phi/backends/xpu/xpu_context.h"
16
#include "paddle/phi/core/kernel_registry.h"
namespace phi {
0 commit comments