Skip to content

Commit 8ab532a

Browse files
committed
fix xpu bugs
1 parent 534cdd3 commit 8ab532a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/phi/kernels/xpu/label_smooth_kernel.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +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"
15+
#include "paddle/phi/backends/xpu/enforce_xpu.h"
1616
#include "paddle/phi/core/kernel_registry.h"
1717
namespace phi {
1818

0 commit comments

Comments
 (0)