Skip to content

Commit dc0e953

Browse files
bb-syclactions-usersarnex
authored
[GHA] Uplift Linux GPU RT version to 25.27.34303.5 (#19542)
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 5ddeb13 commit dc0e953

32 files changed

+81
-9
lines changed

devops/dependencies.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"linux": {
33
"compute_runtime": {
4-
"github_tag": "25.18.33578.6",
5-
"version": "25.18.33578.6",
6-
"url": "https://github.com/intel/compute-runtime/releases/tag/25.18.33578.6",
4+
"github_tag": "25.27.34303.5",
5+
"version": "25.27.34303.5",
6+
"url": "https://github.com/intel/compute-runtime/releases/tag/25.27.34303.5",
77
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
88
},
99
"igc": {
10-
"github_tag": "v2.11.7",
11-
"version": "v2.11.7",
12-
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.11.7",
10+
"github_tag": "v2.14.1",
11+
"version": "v2.14.1",
12+
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.14.1",
1313
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
1414
},
1515
"cm": {
@@ -42,7 +42,7 @@
4242
"version": "101.6881",
4343
"url": "https://downloadmirror.intel.com/857041/gfx_win_101.6881.exe",
4444
"root": ""
45-
},
45+
},
4646
"tbb": {
4747
"github_tag": "v2022.2.0",
4848
"version": "2022.2.0",

sycl/test-e2e/Basic/buffer/buffer_full_copy.cpp

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

4+
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
6+
47
//==------------- buffer_full_copy.cpp - SYCL buffer basic test ------------==//
58
//
69
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

sycl/test-e2e/Basic/fill_accessor.cpp

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

4+
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
6+
7+
// XFAIL: run-mode && linux && arch-intel_gpu_bmg_g21 && !spirv-backend
8+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19586
9+
410
#include <sycl/detail/core.hpp>
511

612
#include <algorithm>

sycl/test-e2e/Basic/fill_accessor_ur.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: env SYCL_UR_TRACE=2 %{run} %t.out | FileCheck %s
33

4+
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
6+
47
// This test merely checks the use of the correct UR call. Its sister test
58
// fill_accessor.cpp thoroughly checks the workings of the .fill() call.
69

sycl/test-e2e/Basic/handler/handler_mem_op.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+
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
6+
47
//==- handler.cpp - SYCL handler explicit memory operations test -*- C++-*--==//
58
//
69
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

sycl/test-e2e/Basic/queue/queue_shortcut_functions.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+
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
6+
47
//==-- queue_shortcut_functions.cpp - SYCL queue shortcut functions test ---==//
58
//
69
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

sycl/test-e2e/Graph/Update/Explicit/whole_update_work_group_memory.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: run-mode && linux && arch-intel_gpu_bmg_g21 && spirv-backend
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19586
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/Update/FreeFunctionKernels/dyn_work_group_memory_basic.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: run-mode && linux && arch-intel_gpu_bmg_g21 && spirv-backend
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19586
13
// RUN: %{build} -Wno-error=deprecated-declarations -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/Update/FreeFunctionKernels/update_before_finalize.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: run-mode && linux && arch-intel_gpu_bmg_g21 && spirv-backend
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19586
13
// RUN: %{build} -Wno-error=deprecated-declarations -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/Update/FreeFunctionKernels/update_with_indices_multiple_exec_graphs.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: run-mode && linux && arch-intel_gpu_bmg_g21 && spirv-backend
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19586
13
// RUN: %{build} -Wno-error=deprecated-declarations -o %t.out
24
// RUN: %{run} %t.out
35
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG

0 commit comments

Comments
 (0)