mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
deleted useless code.
This commit is contained in:
parent
a679eaa6ff
commit
ada0605e35
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue