We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52ccb3 commit ea93e09Copy full SHA for ea93e09
.ci/pytorch/win-test-helpers/build_pytorch.bat
@@ -52,7 +52,8 @@ if not errorlevel 0 goto fail
52
53
if "%USE_XPU%"=="1" (
54
:: Activate xpu environment - VS env is required for xpu
55
- call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
+ call "C:\Program Files (x86)\Intel\oneAPI\compiler\latest\env\vars.bat"
56
+ call "C:\Program Files (x86)\Intel\oneAPI\ocloc\latest\env\vars.bat"
57
if errorlevel 1 exit /b 1
58
:: Reduce build time. Only have MTL self-hosted runner now
59
SET TORCH_XPU_ARCH_LIST=xe-lpg
0 commit comments