File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments