Skip to content

Commit a37d615

Browse files
authored
Merge branch 'main' into mdziado/gluon
2 parents d4494b6 + 52834e1 commit a37d615

File tree

18 files changed

+46
-51
lines changed

18 files changed

+46
-51
lines changed

.github/WINDOWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Install Microsoft Visual Studio 2022 and make sure the following [components](ht
3939

4040
### Intel® Deep Learning Essentials
4141

42-
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).
42+
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).
4343
By default, it is installed to `C:\Program Files (x86)\Intel\oneAPI`.
4444

4545
### Chocolatey
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1e69f40b3c03492eb3dd7e03462a5566f29674d3
1+
549347d24e9b509b653a350053d56992fc8436ad

.github/pins/pytorch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
01f94d4096060597e2815efe385255ac19c9c787
1+
365a6c84db516f244b7234b7aa3c8843af52936b

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -329,14 +329,6 @@ jobs:
329329
export PYTEST_MAX_PROCESSES=4
330330
${{ env.TRITON_TEST_CMD }} --triton-kernels
331331
332-
# FIXME: make sure new tutorials are added to one of the groups (scaled_dot, rest, tutorial-faX)
333-
- name: Select tutorials to run (scaled_dot)
334-
if: matrix.suite == 'scaled_dot'
335-
run: |
336-
cat <<EOF | tee tutorials.txt
337-
09-persistent-matmul
338-
EOF
339-
340332
- name: Select tutorials to run (rest)
341333
if: matrix.suite == 'rest'
342334
run: |
@@ -348,11 +340,12 @@ jobs:
348340
05-layer-norm
349341
07-extern-functions
350342
08-grouped-gemm
343+
09-persistent-matmul
351344
10-experimental-block-pointer
352345
EOF
353346
354347
- name: Run Tutorials
355-
if: matrix.suite == 'scaled_dot' || matrix.suite == 'rest'
348+
if: matrix.suite == 'rest'
356349
run: |
357350
${{ env.TRITON_TEST_CMD }} --select-from-file tutorials.txt --tutorial
358351

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
.venv\Scripts\activate.ps1
9191
Invoke-BatchFile "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
9292
cd ${{ env.NEW_WORKSPACE }}
93-
pip install -U pybind11 'cmake>=3.20,<4.0' intel-sycl-rt==2025.2.1 build
93+
pip install -U pybind11 'cmake>=3.20,<4.0' intel-sycl-rt==2025.3.1 build
9494
# `build` can't determine that Ninja is already installed.
9595
# similar issue: https://github.com/pypa/build/issues/506
9696
python -m build --wheel --no-isolation --skip-dependency-check

scripts/skiplist/a770/interpreter.txt

Whitespace-only changes.

scripts/skiplist/a770/tools.txt

Whitespace-only changes.

scripts/skiplist/arl-h/interpreter.txt

Whitespace-only changes.

scripts/skiplist/arl-s/interpreter.txt

Whitespace-only changes.

scripts/skiplist/default/language.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)