Skip to content

Commit

Permalink
Fix xpu windows wheel build import issue (pytorch#1992)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuanqi129 authored Sep 21, 2024
1 parent a729259 commit 6116d9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions windows/internal/copy_xpu.bat

This file was deleted.

2 changes: 1 addition & 1 deletion windows/xpu.bat
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set CMAKE_MODULE_LINKER_FLAGS=/FORCE:MULTIPLE
set CMAKE_EXE_LINKER_FLAGS=/FORCE:MULTIPLE

if exist "%NIGHTLIES_PYTORCH_ROOT%" cd %NIGHTLIES_PYTORCH_ROOT%\..
call %~dp0\internal\copy_xpu.bat
call %~dp0\internal\copy_cpu.bat
IF ERRORLEVEL 1 goto :eof

call %~dp0\internal\setup.bat
Expand Down

0 comments on commit 6116d9f

Please sign in to comment.