Skip to content

Commit 8fcd4de

Browse files
bb-syclactions-usersarnexYuriPlyakhin
authored
[GHA] Uplift Linux GPU RT version to 25.09.32961.5 (#17498)
Scheduled drivers uplift --------- Signed-off-by: Sarnie, Nick <[email protected]> Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: Sarnie, Nick <[email protected]> Co-authored-by: Yury Plyakhin <[email protected]>
1 parent e6ad733 commit 8fcd4de

11 files changed

+17
-33
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.05.32567.17",
5-
"version": "25.05.32567.17",
6-
"url": "https://github.com/intel/compute-runtime/releases/tag/25.05.32567.17",
4+
"github_tag": "25.09.32961.5",
5+
"version": "25.09.32961.5",
6+
"url": "https://github.com/intel/compute-runtime/releases/tag/25.09.32961.5",
77
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
88
},
99
"igc": {
10-
"github_tag": "v2.5.6",
11-
"version": "v2.5.6",
12-
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.5.6",
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",
1313
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
1414
},
1515
"cm": {

sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
// REQUIRES: aspect-ext_intel_matrix
1616
// REQUIRES-INTEL-DRIVER: lin: 30049, win: 101.4943
1717

18-
// XFAIL: !igc-dev && run-mode
19-
// XFAIL-TRACKER: GSD-6376
20-
2118
// XFAIL: arch-intel_gpu_pvc
2219
// XFAIL-TRACKER: GSD-10524
2320

sycl/test-e2e/Matrix/SG32/joint_matrix_annotated_ptr.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@
1212
// REQUIRES: aspect-ext_intel_matrix
1313
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1414

15+
// XFAIL: run-mode && gpu-intel-dg2
16+
// XFAIL-TRACKER: GSD-4181
17+
1518
// RUN: %{build} -o %t.out
1619
// RUN: %{run} %t.out
1720

18-
// Currently row major B fails when annotated_ptr is used
19-
// XFAIL: gpu
20-
// XFAIL-TRACKER: GSD-4181
21-
2221
#include "common.hpp"
2322

2423
#define SG_SZ 32

sycl/test-e2e/Matrix/SG32/joint_matrix_colA_rowB_colC.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
// REQUIRES: aspect-ext_intel_matrix
1313
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1414

15+
// XFAIL: run-mode && gpu-intel-dg2
16+
// XFAIL-TRACKER: GSD-5768
17+
1518
// RUN: %{build} -o %t.out
1619
// RUN: %{run} %t.out
1720

18-
// XFAIL: gpu && run-mode
19-
// XFAIL-TRACKER: GSD-5768
20-
2121
#include "common.hpp"
2222
#define SG_SZ 32
2323
#include "joint_matrix_colA_rowB_colC_impl.hpp"

sycl/test-e2e/Matrix/SG32/joint_matrix_int8_rowmajorA_rowmajorB.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
// RUN: %{build} -o %t.out
1919
// RUN: %{run} %t.out
2020

21-
// XFAIL: gpu
22-
// XFAIL-TRACKER: GSD-4181
23-
2421
#include "common.hpp"
2522

2623
#define SG_SZ 32

sycl/test-e2e/Matrix/SG32/joint_matrix_out_bounds.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
// RUN: %{build} -o %t.out
1919
// RUN: %{run} %t.out
2020

21-
// XFAIL:gpu
22-
// XFAIL-TRACKER: GSD-4181
23-
2421
#include "common.hpp"
2522
#define SG_SZ 32
2623
#include "joint_matrix_out_bounds_impl.hpp"

sycl/test-e2e/Matrix/SG32/joint_matrix_prefetch.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
// RUN: %{build} -o %t.out
1515
// RUN: %{run} %t.out
1616

17-
// XFAIL: gpu
18-
// XFAIL-TRACKER: GSD-4181
19-
2017
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
2118
// UNSUPPORTED: gpu-intel-dg2
2219

sycl/test-e2e/Matrix/joint_matrix_16bit_colmajorA_colmajorB.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// RUN: %{build} -o %t32.out -DSG_SZ=32
2121
// RUN: %{run} %t32.out
2222

23-
// XFAIL: gpu
23+
// XFAIL: run-mode && gpu-intel-dg2
2424
// XFAIL-TRACKER: GSD-5768
2525

2626
// Only transpose on half data type

sycl/test-e2e/Matrix/joint_matrix_colA_rowB_colC.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
// REQUIRES: aspect-ext_intel_matrix
1313

14+
// XFAIL: run-mode && gpu-intel-dg2
15+
// XFAIL-TRACKER: GSD-5768
16+
1417
// RUN: %{build} -o %t.out
1518
// RUN: %{run} %t.out
1619

17-
// XFAIL: gpu && run-mode
18-
// XFAIL-TRACKER: GSD-5768
19-
2020
#include "common.hpp"
2121
#include "joint_matrix_colA_rowB_colC_impl.hpp"

sycl/test-e2e/Matrix/joint_matrix_out_bounds_colmajor.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
// RUN: %{build} -o %t32.out -DSG_SZ=32
2121
// RUN: %{run} %t32.out
2222

23-
// XFAIL:gpu
24-
// XFAIL-TRACKER: GSD-5768
25-
2623
#include "common.hpp"
2724
#include "joint_matrix_out_bounds_impl.hpp"
2825

sycl/test-e2e/Matrix/joint_matrix_transposeAB.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// RUN: %if !arch-intel_gpu_dg2 %{ %{build} -o %t_sg32.out -DSG_SZ=32 %}
1919
// RUN: %if !arch-intel_gpu_dg2 %{ %{run} %t_sg32.out %}
2020

21-
// XFAIL: gpu
21+
// XFAIL: run-mode && gpu-intel-dg2
2222
// XFAIL-TRACKER: GSD-5768
2323

2424
// XFAIL: cpu

0 commit comments

Comments
 (0)