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 6d7851b commit f559edfCopy full SHA for f559edf
.github/workflows/build-wheels-windows.yml
@@ -25,6 +25,7 @@ jobs:
25
os: windows
26
test-infra-repository: pytorch/test-infra
27
test-infra-ref: main
28
+ with-xpu: enable
29
build:
30
needs: generate-matrix
31
strategy:
packaging/windows/internal/vc_env_helper.bat
@@ -28,6 +28,8 @@ if "%VSDEVCMD_ARGS%" == "" (
@echo on
+if "%CU_VERSION%" == "xpu" call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
32
+
33
set DISTUTILS_USE_SDK=1
34
35
set args=%1
0 commit comments