Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions devops/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"linux": {
"compute_runtime": {
"github_tag": "25.48.36300.8",
"version": "25.48.36300.8",
"url": "https://github.com/intel/compute-runtime/releases/tag/25.48.36300.8",
"github_tag": "25.44.36015.8",
"version": "25.44.36015.8",
"url": "https://github.com/intel/compute-runtime/releases/tag/25.44.36015.8",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"igc": {
"github_tag": "v2.24.8",
"version": "v2.24.8",
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.24.8",
"github_tag": "v2.22.2",
"version": "v2.22.2",
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.22.2",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"cm": {
Expand All @@ -19,9 +19,9 @@
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"level_zero": {
"github_tag": "v1.26.1",
"version": "v1.26.1",
"url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.26.1",
"github_tag": "v1.26.3",
"version": "v1.26.3",
"url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.26.3",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"tbb": {
Expand Down
2 changes: 2 additions & 0 deletions sycl/test-e2e/Basic/stream/stream.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// UNSUPPORTED: cuda
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19214
// UNSUPPORTED: linux && arch-intel_gpu_pvc
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20961
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
// RUN: %{run} %t.out %if !gpu || linux %{ | FileCheck %s %}

Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/HostInteropTask/host-task-failure.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// UNSUPPORTED: linux && arch-intel_gpu_pvc
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20961

#include <sycl/detail/core.hpp>

using namespace sycl;
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_SLM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

// REQUIRES: aspect-ext_intel_matrix, gpu

// XFAIL: linux && gpu-intel-dg2
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20595

// RUN: %{build} -o %t_gpu_vnni.out %fp-model-precise -DSLM -DVNNI
// RUN: %{run} %t_gpu_vnni.out

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

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

#include "common.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

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

#include "common.hpp"
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/SubGroup/reduce.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// UNSUPPORTED: linux && gpu && !hip && !cuda
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20757

//==--------------- reduce.cpp - SYCL sub_group reduce test ----*- C++ -*---==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down
Loading