diff --git a/devops/dependencies.json b/devops/dependencies.json index 4bc89f6fd3561..2a5d56b9dcd5c 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -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": { @@ -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": { diff --git a/sycl/test-e2e/Basic/stream/stream.cpp b/sycl/test-e2e/Basic/stream/stream.cpp index 3a676ae77baad..18ff993d60238 100644 --- a/sycl/test-e2e/Basic/stream/stream.cpp +++ b/sycl/test-e2e/Basic/stream/stream.cpp @@ -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 %} diff --git a/sycl/test-e2e/HostInteropTask/host-task-failure.cpp b/sycl/test-e2e/HostInteropTask/host-task-failure.cpp index 450fed4a0aff7..97a57e645a972 100644 --- a/sycl/test-e2e/HostInteropTask/host-task-failure.cpp +++ b/sycl/test-e2e/HostInteropTask/host-task-failure.cpp @@ -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 using namespace sycl; diff --git a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_SLM.cpp b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_SLM.cpp index e11e9d9615e19..dff592876c221 100644 --- a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_SLM.cpp +++ b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_SLM.cpp @@ -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 diff --git a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp index e8ed2d3aaea85..bca8908d89417 100644 --- a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp +++ b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp @@ -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" diff --git a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp index c9e3afcb60167..8541a4c96a80d 100644 --- a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp +++ b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp @@ -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" diff --git a/sycl/test-e2e/SubGroup/reduce.cpp b/sycl/test-e2e/SubGroup/reduce.cpp index 165556df711b1..0e8f832686a07 100644 --- a/sycl/test-e2e/SubGroup/reduce.cpp +++ b/sycl/test-e2e/SubGroup/reduce.cpp @@ -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.