diff --git a/.ci/pytorch/windows/xpu.bat b/.ci/pytorch/windows/xpu.bat index ff4b5f31f7a..f9f5d983383 100644 --- a/.ci/pytorch/windows/xpu.bat +++ b/.ci/pytorch/windows/xpu.bat @@ -28,12 +28,6 @@ call "%XPU_BUNDLE_ROOT%\compiler\latest\env\vars.bat" call "%XPU_BUNDLE_ROOT%\ocloc\latest\env\vars.bat" IF ERRORLEVEL 1 goto :eof -:: Workaround for https://github.com/pytorch/pytorch/issues/134989 -:: We can comment these workaround due to we have fixed it by https://github.com/pytorch/pytorch/issues/141946 -:: set CMAKE_SHARED_LINKER_FLAGS=/FORCE:MULTIPLE -:: 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_cpu.bat IF ERRORLEVEL 1 goto :eof