Skip to content

Commit 4865ab1

Browse files
use env set
1 parent f227bb3 commit 4865ab1

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.github/workflows/_windows_ut.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,27 @@ permissions: read-all
4848

4949
env:
5050
USE_XPU: 1
51+
PYTORCH_EXTRA_INSTALL_REQUIREMENTS: >-
52+
intel-cmplr-lib-rt==2025.2.1 |
53+
intel-cmplr-lib-ur==2025.2.1 |
54+
intel-cmplr-lic-rt==2025.2.1 |
55+
intel-sycl-rt==2025.2.1 |
56+
oneccl-devel==2021.16.1; platform_system == 'Linux' and platform_machine == 'x86_64' |
57+
oneccl==2021.16.1; platform_system == 'Linux' and platform_machine == 'x86_64' |
58+
impi-rt==2021.16.1; platform_system == 'Linux' and platform_machine == 'x86_64' |
59+
onemkl-sycl-blas==2025.2.0 |
60+
onemkl-sycl-dft==2025.2.0 |
61+
onemkl-sycl-lapack==2025.2.0 |
62+
onemkl-sycl-rng==2025.2.0 |
63+
onemkl-sycl-sparse==2025.2.0 |
64+
dpcpp-cpp-rt==2025.2.1 |
65+
intel-opencl-rt==2025.2.1 |
66+
mkl==2025.2.0 |
67+
intel-openmp==2025.2.1 |
68+
tbb==2022.2.0 |
69+
tcmlib==1.4.0 |
70+
umf==0.11.0 |
71+
intel-pti==0.13.1
5172
5273
jobs:
5374
ut_test:
@@ -179,7 +200,6 @@ jobs:
179200
set CMAKE_PREFIX_PATH="%CONDA_PREFIX%\Library"
180201
)
181202
python setup.py clean
182-
call %GITHUB_WORKSPACE%\.github\scripts\windows_requirement.bat
183203
set MAX_JOBS=32
184204
set TORCH_XPU_ARCH_LIST=mtl-h,bmg,lnl-m
185205
python setup.py bdist_wheel > build_torch_wheel_log.log 2>&1

0 commit comments

Comments
 (0)