Skip to content

Commit

Permalink
Enable xpu windows CD (#3833)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuanqi129 authored Sep 29, 2024
1 parent ba696ea commit 3f05699
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
os: windows
test-infra-repository: pytorch/test-infra
test-infra-ref: main
with-xpu: enable
build:
needs: generate-matrix
strategy:
Expand Down
2 changes: 2 additions & 0 deletions packaging/vc_env_helper.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ if "%VSDEVCMD_ARGS%" == "" (

@echo on

if "%CU_VERSION%" == "xpu" call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"

set DISTUTILS_USE_SDK=1

set args=%1
Expand Down

0 comments on commit 3f05699

Please sign in to comment.