File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,27 @@ permissions: read-all
4848
4949env :
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
5273jobs :
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
You can’t perform that action at this time.
0 commit comments