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 ba696ea commit 3f05699Copy full SHA for 3f05699
.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/vc_env_helper.bat
@@ -20,6 +20,8 @@ if "%VSDEVCMD_ARGS%" == "" (
20
21
@echo on
22
23
+if "%CU_VERSION%" == "xpu" call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
24
+
set DISTUTILS_USE_SDK=1
set args=%1
0 commit comments