Unverified Commit 3f056993 authored by Wang, Chuanqi's avatar Wang, Chuanqi Committed by GitHub
Browse files

Enable xpu windows CD (#3833)

parent ba696ea3
...@@ -25,6 +25,7 @@ jobs: ...@@ -25,6 +25,7 @@ jobs:
os: windows os: windows
test-infra-repository: pytorch/test-infra test-infra-repository: pytorch/test-infra
test-infra-ref: main test-infra-ref: main
with-xpu: enable
build: build:
needs: generate-matrix needs: generate-matrix
strategy: strategy:
......
...@@ -20,6 +20,8 @@ if "%VSDEVCMD_ARGS%" == "" ( ...@@ -20,6 +20,8 @@ if "%VSDEVCMD_ARGS%" == "" (
@echo on @echo on
if "%CU_VERSION%" == "xpu" call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
set DISTUTILS_USE_SDK=1 set DISTUTILS_USE_SDK=1
set args=%1 set args=%1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment