diff --git a/.github/WINDOWS.md b/.github/WINDOWS.md index 17a2f987b8..7d5169c8c8 100644 --- a/.github/WINDOWS.md +++ b/.github/WINDOWS.md @@ -39,7 +39,7 @@ Install Microsoft Visual Studio 2022 and make sure the following [components](ht ### Intel® Deep Learning Essentials -Install [Intel® Deep Learning Essentials 2025.2.1](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?packages=dl-essentials&dl-essentials-os=windows&dl-win=offline). +Install [Intel® Deep Learning Essentials 2025.3.1](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?packages=dl-essentials&dl-essentials-os=windows&dl-win=offline). By default, it is installed to `C:\Program Files (x86)\Intel\oneAPI`. ### Chocolatey diff --git a/.github/pins/e2e_reference_torch-xpu-ops.txt b/.github/pins/e2e_reference_torch-xpu-ops.txt index f05ce60393..423b13180d 100644 --- a/.github/pins/e2e_reference_torch-xpu-ops.txt +++ b/.github/pins/e2e_reference_torch-xpu-ops.txt @@ -1 +1 @@ -1e69f40b3c03492eb3dd7e03462a5566f29674d3 +549347d24e9b509b653a350053d56992fc8436ad diff --git a/.github/pins/pytorch.txt b/.github/pins/pytorch.txt index cc3c6388f0..327e72fa24 100644 --- a/.github/pins/pytorch.txt +++ b/.github/pins/pytorch.txt @@ -1 +1 @@ -01f94d4096060597e2815efe385255ac19c9c787 +365a6c84db516f244b7234b7aa3c8843af52936b diff --git a/.github/workflows/pip-test-windows.yml b/.github/workflows/pip-test-windows.yml index 5d1a0d4974..175829dc1a 100644 --- a/.github/workflows/pip-test-windows.yml +++ b/.github/workflows/pip-test-windows.yml @@ -90,7 +90,7 @@ jobs: .venv\Scripts\activate.ps1 Invoke-BatchFile "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64 cd ${{ env.NEW_WORKSPACE }} - pip install -U pybind11 'cmake>=3.20,<4.0' intel-sycl-rt==2025.2.1 build + pip install -U pybind11 'cmake>=3.20,<4.0' intel-sycl-rt==2025.3.1 build # `build` can't determine that Ninja is already installed. # similar issue: https://github.com/pypa/build/issues/506 python -m build --wheel --no-isolation --skip-dependency-check