Skip to content

Commit b8cc70c

Browse files
bb-syclactions-usersarnex
authored
[GHA] Uplift Linux GPU RT version to 25.13.33276.19 (#18231)
Scheduled drivers uplift --------- Signed-off-by: Sarnie, Nick <[email protected]> Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: Sarnie, Nick <[email protected]>
1 parent 0541f2a commit b8cc70c

17 files changed

+24
-32
lines changed

devops/dependencies.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"linux": {
33
"compute_runtime": {
4-
"github_tag": "25.09.32961.7",
5-
"version": "25.09.32961.7",
6-
"url": "https://github.com/intel/compute-runtime/releases/tag/25.09.32961.7",
4+
"github_tag": "25.13.33276.19",
5+
"version": "25.13.33276.19",
6+
"url": "https://github.com/intel/compute-runtime/releases/tag/25.13.33276.19",
77
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
88
},
99
"igc": {
10-
"github_tag": "v2.8.3",
11-
"version": "v2.8.3",
12-
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.8.3",
10+
"github_tag": "v2.10.10",
11+
"version": "v2.10.10",
12+
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.10.10",
1313
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
1414
},
1515
"cm": {

sycl/test-e2e/Adapters/level_zero/ext_intel_cslice.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// XFAIL: gpu-intel-pvc-1T
55
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15699
66

7+
// XFAIL: linux && run-mode && (arch-intel_gpu_bmg_g21 || gpu-intel-dg2)
8+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
9+
710
// RUN: %{build} -Wno-error=deprecated-declarations -o %t.out
811

912
// TODO: at this time PVC 1T systems are not correctly supporting CSLICE

sycl/test-e2e/Adapters/level_zero/ext_intel_queue_index.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// XFAIL: gpu-intel-pvc-1T
55
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15699
66

7+
// XFAIL: linux && run-mode && (arch-intel_gpu_bmg_g21 || gpu-intel-dg2)
8+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
9+
710
// RUN: %{build} -o %t.out
811

912
// TODO: at this time PVC 1T systems are not correctly supporting CSLICE

sycl/test-e2e/Adapters/sycl-ls-uuid-subdevs.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
* devices. */
33
// REQUIRES: gpu, level_zero
44

5+
// XFAIL: linux && run-mode && (arch-intel_gpu_bmg_g21 || gpu-intel-dg2)
6+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
7+
58
// As of now, ZEX_NUMBER_OF_CCS is not working with FLAT hierachy,
69
// which is the new default on PVC.
710

sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77

8-
// Test is flaky on Windows, disable until it can be fixed
9-
// UNSUPPORTED: windows
8+
// Test is flaky on Windows and Linux DG2, disable until it can be fixed
9+
// UNSUPPORTED: windows || gpu-intel-dg2
1010
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1111

1212
#define GRAPH_E2E_EXPLICIT

sycl/test-e2e/Graph/Explicit/buffer_ordering.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: run-mode && gpu-intel-dg2
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18579
13
// RUN: %{build} -o %t.out
24
// RUN: %{run} %t.out
35
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG

sycl/test-e2e/Graph/RecordReplay/buffer_ordering.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: run-mode && gpu-intel-dg2
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18579
13
// RUN: %{build} -o %t.out
24
// RUN: %{run} %t.out
35
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG

sycl/test-e2e/GroupAlgorithm/SYCL2020/group_sort/group_and_joint_sort.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// REQUIRES: sg-8
22
// UNSUPPORTED: target-nvidia || target-amd
33
// UNSUPPORTED-INTENDED: subgroup size requirement implicitly make nvptx/amdgcn
4+
// XFAIL: linux && run-mode && (gpu-intel-gen12 || gpu-intel-dg2)
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18577
46
// not supported
57

68
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// UNSUPPORTED: target-nvidia, target-amd
99
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
1010
// other triples
11-
// XFAIL: run-mode && gpu
12-
// XFAIL-TRACKER: CMPLRLLVM-66371
1311
// REQUIRES: aspect-ext_intel_matrix
1412

1513
// RUN: %{build} -o %t_vnni.out -DVNNI %fp-model-precise

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_SLM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// UNSUPPORTED: target-nvidia, target-amd
99
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
1010
// other triples
11-
// XFAIL: run-mode
11+
// XFAIL: run-mode && gpu-intel-dg2
1212
// XFAIL-TRACKER: CMPLRLLVM-66371
1313

1414
// REQUIRES: aspect-ext_intel_matrix, gpu

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
// UNSUPPORTED: target-nvidia, target-amd
99
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
1010
// other triples
11-
// XFAIL: run-mode && gpu
12-
// XFAIL-TRACKER: CMPLRLLVM-66371
13-
1411
// REQUIRES: aspect-ext_intel_matrix
1512

1613
// RUN: %{build} -o %t_arg_dim_vnni.out %fp-model-precise -DARG_DIM -DVNNI
@@ -22,8 +19,6 @@
2219
// test.
2320
// XFAIL: gpu-intel-dg2 && run-mode
2421
// XFAIL-TRACKER: GSD-10510
25-
// XFAIL: arch-intel_gpu_bmg_g21
26-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16922
2722

2823
#include "common.hpp"
2924
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_init.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// UNSUPPORTED: target-nvidia, target-amd
99
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
1010
// other triples
11-
// XFAIL: run-mode
12-
// XFAIL-TRACKER: CMPLRLLVM-66371
1311

1412
// REQUIRES: aspect-ext_intel_matrix, gpu
1513

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_prefetch.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// UNSUPPORTED: target-nvidia, target-amd
99
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
1010
// other triples
11-
// XFAIL: run-mode && gpu
12-
// XFAIL-TRACKER: CMPLRLLVM-66371
1311

1412
// REQUIRES: aspect-ext_intel_matrix
1513
// UNSUPPORTED: gpu-intel-dg2

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// UNSUPPORTED: target-nvidia, target-amd
99
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
1010
// other triples
11-
// XFAIL: run-mode && gpu
12-
// XFAIL-TRACKER: CMPLRLLVM-66371
1311

1412
// REQUIRES: aspect-ext_intel_matrix
1513

@@ -22,8 +20,6 @@
2220
// test.
2321
// XFAIL: gpu-intel-dg2 && run-mode
2422
// XFAIL-TRACKER: GSD-10510
25-
// XFAIL: arch-intel_gpu_bmg_g21
26-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16922
2723

2824
#include "common.hpp"
2925
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_unroll.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// UNSUPPORTED: target-nvidia, target-amd
99
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
1010
// other triples
11-
// XFAIL: run-mode && (gpu-intel-dg2 || arch-intel_gpu_bmg_g21)
12-
// XFAIL-TRACKER: CMPLRLLVM-66371
1311

1412
// REQUIRES: aspect-ext_intel_matrix
1513

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_unroll_init.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
1010
// other triples
1111

12-
// XFAIL: run-mode && (gpu-intel-dg2 || arch-intel_gpu_bmg_g21)
13-
// XFAIL-TRACKER: CMPLRLLVM-66371
14-
1512
// REQUIRES: aspect-ext_intel_matrix, gpu
1613

1714
// RUN: %{build} -mllvm -inline-threshold=2000 %fp-model-precise -o %t_gpu.out -DINIT_LIST -DMANUAL_UNROLL -DVNNI

sycl/test-e2e/MemorySanitizer/check_large_access.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
// XFAIL: spirv-backend
1010
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/122075
1111

12-
// XFAIL: gpu && level_zero
13-
// XFAIL-TRACKER: GSD-11065
14-
1512
#include "sycl/detail/core.hpp"
1613
#include <sycl/vector.hpp>
1714

0 commit comments

Comments
 (0)