Skip to content

Commit 41604ef

Browse files
bb-syclactions-usersarnex
authored
[GHA] Uplift Linux GPU RT version to 25.35.35096.9 (#20162)
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 8c34359 commit 41604ef

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
- name: Reset Intel GPU
236236
uses: ./devops/actions/reset_gpu
237237
- name: Install drivers
238-
if: inputs.install_igc_driver == 'true' || inputs.install_dev_igc_driver == 'true'
238+
if: inputs.e2e_binaries_artifact != 'in-container' && (inputs.install_igc_driver == 'true' || inputs.install_dev_igc_driver == 'true')
239239
env:
240240
GITHUB_TOKEN: ${{ github.token }}
241241
run: |

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

sycl/test-e2e/HostInteropTask/host-task-two-queues.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: !igc-dev && arch-intel_gpu_pvc
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20193
6+
47
#include <iostream>
58
#include <sycl/detail/core.hpp>
69
#include <vector>

sycl/test-e2e/Matrix/element_wise_ops.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
// XFAIL: arch-intel_gpu_ptl_u || arch-intel_gpu_ptl_h
1616
// XFAIL-TRACKER: CMPLRLLVM-66710
1717

18+
// XFAIL: linux && arch-intel_gpu_bmg_g21
19+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20190
20+
1821
#include "common.hpp"
1922
#include "element_wise_ops_impl.hpp"

0 commit comments

Comments
 (0)