Skip to content
Merged
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
12 changes: 6 additions & 6 deletions devops/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"linux": {
"compute_runtime": {
"github_tag": "25.35.35096.9",
"version": "25.35.35096.9",
"url": "https://github.com/intel/compute-runtime/releases/tag/25.35.35096.9",
"github_tag": "25.40.35563.4",
"version": "25.40.35563.4",
"url": "https://github.com/intel/compute-runtime/releases/tag/25.40.35563.4",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"igc": {
"github_tag": "v2.18.5",
"version": "v2.18.5",
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.18.5",
"github_tag": "v2.20.3",
"version": "v2.20.3",
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/v2.20.3",
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu"
},
"cm": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
// the discard_events property, if it doesn't pass then it's most likely a
// general issue unrelated to discard_events.

// XFAIL: linux && arch-intel_gpu_bmg_g21 && !igc-dev
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20601

#include <cassert>
#include <iostream>
#include <numeric>
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 && !igc-dev
// 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/Matrix/joint_matrix_bfloat16_accumulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
// XFAIL: gpu-intel-dg2
// XFAIL-TRACKER: GSD-10112

// XFAIL: linux && arch-intel_gpu_bmg_g21 && !igc-dev
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20594

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// RUN: %if gpu %{ env IGC_JointMatrixLoadStoreOpt=2 %{run} %t.out %}
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/Matrix/joint_matrix_half_accumulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
// XFAIL: gpu-intel-dg2
// XFAIL-TRACKER: GSD-10112

// XFAIL: linux && arch-intel_gpu_bmg_g21 && !igc-dev
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20594

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// RUN: %if gpu %{ env IGC_JointMatrixLoadStoreOpt=2 %{run} %t.out %}
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/Regression/barrier_with_work.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
// UNSUPPORTED: target-native_cpu
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20142
//
// XFAIL: linux && (gpu-intel-dg2 || arch-intel_gpu_bmg_g21 || arch-intel_gpu_pvc) && !igc-dev
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20600
//
// Tests that barriers block all following execution on queues with active work.
// For L0 we currently need to set
// SYCL_PI_LEVEL_ZERO_USE_MULTIPLE_COMMANDLIST_BARRIERS to enable fix on certain
Expand Down