Skip to content

Commit 99e3894

Browse files
bb-syclactions-usersarnex
authored
[GHA] Uplift Linux GPU RT version to 25.44.36015.8 (#20957)
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 a9d8bbd commit 99e3894

File tree

7 files changed

+22
-11
lines changed

7 files changed

+22
-11
lines changed

devops/dependencies.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"linux": {
33
"compute_runtime": {
4-
"github_tag": "25.48.36300.8",
5-
"version": "25.48.36300.8",
6-
"url": "https://github.com/intel/compute-runtime/releases/tag/25.48.36300.8",
4+
"github_tag": "25.44.36015.8",
5+
"version": "25.44.36015.8",
6+
"url": "https://github.com/intel/compute-runtime/releases/tag/25.44.36015.8",
77
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
88
},
99
"igc": {
10-
"github_tag": "v2.24.8",
11-
"version": "v2.24.8",
12-
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.24.8",
10+
"github_tag": "v2.22.2",
11+
"version": "v2.22.2",
12+
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.22.2",
1313
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
1414
},
1515
"cm": {
@@ -19,9 +19,9 @@
1919
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
2020
},
2121
"level_zero": {
22-
"github_tag": "v1.26.1",
23-
"version": "v1.26.1",
24-
"url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.26.1",
22+
"github_tag": "v1.26.3",
23+
"version": "v1.26.3",
24+
"url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.26.3",
2525
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
2626
},
2727
"tbb": {

sycl/test-e2e/Basic/stream/stream.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// UNSUPPORTED: cuda
22
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19214
3+
// UNSUPPORTED: linux && arch-intel_gpu_pvc
4+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20961
35
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
46
// RUN: %{run} %t.out %if !gpu || linux %{ | FileCheck %s %}
57

sycl/test-e2e/HostInteropTask/host-task-failure.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4+
// UNSUPPORTED: linux && arch-intel_gpu_pvc
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20961
6+
47
#include <sycl/detail/core.hpp>
58

69
using namespace sycl;

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
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/SubGroup/reduce.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4+
// UNSUPPORTED: linux && gpu && !hip && !cuda
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20757
6+
47
//==--------------- reduce.cpp - SYCL sub_group reduce test ----*- C++ -*---==//
58
//
69
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)