Skip to content
Prev Previous commit
Next Next commit
xpu info
  • Loading branch information
YqGe585 committed Dec 19, 2025
commit 43c7dc473f47a4ebfb39148087cd00a01fb12d79
2 changes: 2 additions & 0 deletions paddle/phi/backends/device_memory_alignment.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ limitations under the License. */
#include "paddle/phi/core/enforce.h"

#include "paddle/phi/backends/gpu/gpu_info.h"
#ifdef PADDLE_WITH_XPU
#include "paddle/phi/backends/xpu/xpu_info.h"
#endif

namespace phi {

Expand Down
Loading