Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 6116d9f

Browse files
authored
Fix xpu windows wheel build import issue (#1992)
1 parent a729259 commit 6116d9f

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

windows/internal/copy_xpu.bat

Lines changed: 0 additions & 13 deletions
This file was deleted.

windows/xpu.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set CMAKE_MODULE_LINKER_FLAGS=/FORCE:MULTIPLE
3434
set CMAKE_EXE_LINKER_FLAGS=/FORCE:MULTIPLE
3535

3636
if exist "%NIGHTLIES_PYTORCH_ROOT%" cd %NIGHTLIES_PYTORCH_ROOT%\..
37-
call %~dp0\internal\copy_xpu.bat
37+
call %~dp0\internal\copy_cpu.bat
3838
IF ERRORLEVEL 1 goto :eof
3939

4040
call %~dp0\internal\setup.bat

0 commit comments

Comments
 (0)