Skip to content

Commit ccd981d

Browse files
bb-syclactions-usersarnex
authored
[GHA] Uplift Linux GPU RT version to 25.40.35563.4 (#20542)
Scheduled drivers uplift --------- Signed-off-by: Nick Sarnie <[email protected]> Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: Nick Sarnie <[email protected]>
1 parent 50620e6 commit ccd981d

File tree

8 files changed

+23
-8
lines changed

8 files changed

+23
-8
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.35.35096.9",
5-
"version": "25.35.35096.9",
6-
"url": "https://github.com/intel/compute-runtime/releases/tag/25.35.35096.9",
4+
"github_tag": "25.40.35563.4",
5+
"version": "25.40.35563.4",
6+
"url": "https://github.com/intel/compute-runtime/releases/tag/25.40.35563.4",
77
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
88
},
99
"igc": {
10-
"github_tag": "v2.18.5",
11-
"version": "v2.18.5",
12-
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.18.5",
10+
"github_tag": "v2.20.3",
11+
"version": "v2.20.3",
12+
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.20.3",
1313
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
1414
},
1515
"cm": {

sycl/test-e2e/DeprecatedFeatures/DiscardEvents/discard_events_l0_inorder.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
// the discard_events property, if it doesn't pass then it's most likely a
1919
// general issue unrelated to discard_events.
2020

21+
// XFAIL: linux && arch-intel_gpu_bmg_g21 && !igc-dev
22+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20601
23+
2124
#include <cassert>
2225
#include <iostream>
2326
#include <numeric>

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_SLM.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
// REQUIRES: aspect-ext_intel_matrix, gpu
1111

12+
// XFAIL: linux && gpu-intel-dg2 && !igc-dev
13+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20595
14+
1215
// RUN: %{build} -o %t_gpu_vnni.out %fp-model-precise -DSLM -DVNNI
1316
// RUN: %{run} %t_gpu_vnni.out
1417

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
// -ffp-model=precise is added to not depend on compiler defaults.
1515

16-
// XFAIL: run-mode && arch-intel_gpu_pvc && igc-dev
16+
// XFAIL: run-mode && arch-intel_gpu_pvc
1717
// XFAIL-TRACKER: GSD-10510, GSD-11778
1818

1919
#include "common.hpp"

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// -ffp-model=precise is added to not depend on compiler defaults.
1616

17-
// XFAIL: run-mode && arch-intel_gpu_pvc && igc-dev
17+
// XFAIL: run-mode && arch-intel_gpu_pvc
1818
// XFAIL-TRACKER: GSD-10510, GSD-11778
1919

2020
#include "common.hpp"

sycl/test-e2e/Matrix/joint_matrix_bfloat16_accumulator.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// XFAIL: gpu-intel-dg2
1818
// XFAIL-TRACKER: GSD-10112
1919

20+
// XFAIL: linux && arch-intel_gpu_bmg_g21 && !igc-dev
21+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20594
22+
2023
// RUN: %{build} -o %t.out
2124
// RUN: %{run} %t.out
2225
// RUN: %if gpu %{ env IGC_JointMatrixLoadStoreOpt=2 %{run} %t.out %}

sycl/test-e2e/Matrix/joint_matrix_half_accumulator.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
// XFAIL: gpu-intel-dg2
1919
// XFAIL-TRACKER: GSD-10112
2020

21+
// XFAIL: linux && arch-intel_gpu_bmg_g21 && !igc-dev
22+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20594
23+
2124
// RUN: %{build} -o %t.out
2225
// RUN: %{run} %t.out
2326
// RUN: %if gpu %{ env IGC_JointMatrixLoadStoreOpt=2 %{run} %t.out %}

sycl/test-e2e/Regression/barrier_with_work.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// UNSUPPORTED: target-native_cpu
77
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20142
88
//
9+
// XFAIL: linux && (gpu-intel-dg2 || arch-intel_gpu_bmg_g21 || arch-intel_gpu_pvc) && !igc-dev
10+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20600
11+
//
912
// Tests that barriers block all following execution on queues with active work.
1013
// For L0 we currently need to set
1114
// SYCL_PI_LEVEL_ZERO_USE_MULTIPLE_COMMANDLIST_BARRIERS to enable fix on certain

0 commit comments

Comments
 (0)