Skip to content

Commit 0648d2a

Browse files
authored
Merge branch 'main' into amyachev/update-pytorch-scope
2 parents 58c3104 + e6dc0bc commit 0648d2a

File tree

107 files changed

+3319
-1768
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+3319
-1768
lines changed

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Intel® XPU Backend for Triton\* is a out of tree backend module for [Triton](ht
2020
* Latest [Long Term Support (LTS) Release](https://dgpu-docs.intel.com/driver/installation.html)
2121
* Latest [The Kobuk team Intel® Graphics PPA](https://launchpad.net/~kobuk-team/+archive/ubuntu/intel-graphics)
2222
* Toolchain:
23-
* [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-lin=offline&dl-essentials-os=linux)
23+
* [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-lin=offline&dl-essentials-os=linux)
2424

2525
Note that Intel® XPU Backend for Triton\* is not compatible with Intel® Extension for PyTorch\* and Intel® oneAPI Base Toolkit\*.
2626

@@ -37,7 +37,7 @@ You can check existing installation by running one of the [tutorials](/python/tu
3737
## Prerequisites
3838

3939
1. Latest [Rolling Release](https://dgpu-docs.intel.com/driver/installation-rolling.html) or [Long Term Support Release](https://dgpu-docs.intel.com/driver/installation.html) of GPU driver
40-
2. [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-lin=offline&dl-essentials-os=linux)
40+
2. [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-lin=offline&dl-essentials-os=linux)
4141

4242
## Install PyTorch and Triton from nightly wheels
4343

.github/workflows/auto-update-translator-cid.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/setvars.sh > /dev/null; source {0}"
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
2727
token: ${{ secrets.BOT_TOKEN }}
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Checkout SPIRV-LLVM-Translator
7070
if: ${{ env.TARGET_PRID == null }}
71-
uses: actions/checkout@v5
71+
uses: actions/checkout@v6
7272
with:
7373
repository: KhronosGroup/SPIRV-LLVM-Translator
7474
ref: main

.github/workflows/bandit-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
shell: bash
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Install Python
2323
uses: actions/setup-python@v6

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Build MacOS
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
submodules: "true"
2828
- name: Install brew dependencies

.github/workflows/build-test-reusable.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
${{ toJSON(inputs) }}
9191
EOF
9292
- name: Checkout repository
93-
uses: actions/checkout@v5
93+
uses: actions/checkout@v6
9494

9595
- name: Load pip cache
9696
id: pip-cache
@@ -214,7 +214,7 @@ jobs:
214214
EOF
215215
216216
- name: Checkout repository
217-
uses: actions/checkout@v5
217+
uses: actions/checkout@v6
218218

219219
- name: Load pip cache
220220
id: pip-cache
@@ -394,7 +394,7 @@ jobs:
394394
needs: integration-tests
395395
steps:
396396
- name: Checkout repository
397-
uses: actions/checkout@v5
397+
uses: actions/checkout@v6
398398

399399
- name: Load pip cache
400400
id: pip-cache
@@ -462,7 +462,7 @@ jobs:
462462
- reports
463463
steps:
464464
- name: Checkout repository
465-
uses: actions/checkout@v5
465+
uses: actions/checkout@v6
466466

467467
- name: Install Python
468468
uses: ./.github/actions/setup-python

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
timeout-minutes: 720
3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040

4141
- name: Setup Python
4242
uses: actions/setup-python@v6

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: Linux
6767
steps:
6868
- name: Checkout repository
69-
uses: actions/checkout@v5
69+
uses: actions/checkout@v6
7070

7171
- name: Load pip cache
7272
id: pip-cache

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- windows
2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Install Python
3030
uses: actions/setup-python@v6

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Install /usr/bin/file
2424
run: |

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
outputs:
2727
release_name: "${{ steps.release_name.outputs.name }}"
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
with:
3131
show-progress: false
3232
submodules: 'recursive'

0 commit comments

Comments
 (0)