Skip to content

Commit cc9f90f

Browse files
authored
Update XPU runtime pypi packages (#4164)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent fa9c08c commit cc9f90f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/pip-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
.venv\Scripts\activate.ps1
9595
Invoke-BatchFile "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
9696
cd ${{ env.NEW_WORKSPACE }}
97-
pip install -U wheel pybind11 cython cmake intel-sycl-rt==2025.0.5
97+
pip install -U wheel pybind11 cython cmake intel-sycl-rt==2025.1.1
9898
python setup.py -v bdist_wheel
9999
pip install (Get-Item ${{ env.NEW_WORKSPACE }}\dist\*.whl)
100100

.github/workflows/pip-test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@ jobs:
6464
python -c "from generate_binary_build_matrix import PYTORCH_EXTRA_INSTALL_REQUIREMENTS; print(' '.join(PYTORCH_EXTRA_INSTALL_REQUIREMENTS['xpu'].split(' | ')))"
6565
6666
# FIXME: dependencies for PyTorch XPU are currently maintained manually below.
67-
# https://github.com/pytorch/pytorch/blob/d6513f3246e7956a49b6c9f3922eec8330b489e9/.github/scripts/generate_binary_build_matrix.py#L108
67+
# https://github.com/pytorch/pytorch/pull/151899/files#diff-c629948d2bb1c874955838190a9cd19f154709c0a36e071e5da91abb457d9b05
6868
- name: Install Triton runtime dependencies
6969
run: |
7070
pip install \
71-
intel-cmplr-lib-rt==2025.0.2 \
72-
intel-cmplr-lib-ur==2025.0.2 \
73-
intel-cmplr-lic-rt==2025.0.2 \
74-
intel-sycl-rt==2025.0.2 \
75-
tcmlib==1.2.0 \
76-
umf==0.9.1 \
77-
intel-pti==0.10.0
71+
intel-cmplr-lib-rt==2025.1.1 \
72+
intel-cmplr-lib-ur==2025.1.1 \
73+
intel-cmplr-lic-rt==2025.1.1 \
74+
intel-sycl-rt==2025.1.1 \
75+
tcmlib==1.3.0 \
76+
umf==0.10.0 \
77+
intel-pti==0.12.0
7878
7979
- name: Run core tests
8080
run: |

0 commit comments

Comments
 (0)