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
3 changes: 0 additions & 3 deletions sycl/test-e2e/Basic/fill_accessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585

// XFAIL: run-mode && linux && arch-intel_gpu_bmg_g21 && level_zero_v2_adapter
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19586

#include <sycl/detail/core.hpp>

#include <algorithm>
Expand Down
2 changes: 2 additions & 0 deletions sycl/test-e2e/Basic/image/image_write.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// REQUIRES: aspect-ext_intel_legacy_image
// XFAIL: linux && arch-intel_gpu_bmg_g21 && preview-mode
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20224
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/FreeFunctionKernels/enum_parameter.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_bmg_g21 && level_zero_v2_adapter
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20225

// This test verifies that we can use scoped enum types as arguments in free
// function kernels.

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

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

// Waiting for the commit in IGC to be pulled into the driver to resolve the
// test.
// XFAIL: run-mode && arch-intel_gpu_pvc
// XFAIL-TRACKER: GSD-10510, GSD-11681

#include "common.hpp"
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,5 @@

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

// Waiting for the commit in IGC to be pulled into the driver to resolve the
// test.
// XFAIL: run-mode && arch-intel_gpu_pvc
// XFAIL-TRACKER: GSD-10510, GSD-11681

#include "common.hpp"
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// REQUIRES: aspect-ext_intel_matrix
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

// XFAIL: gpu && (!igc-dev || gpu-intel-dg2)
// XFAIL: gpu-intel-dg2
// XFAIL-TRACKER: GSD-10112

// RUN: %{build} -o %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Matrix/joint_matrix_half_accumulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// REQUIRES: aspect-ext_intel_matrix
// REQUIRES-INTEL-DRIVER: lin: 27868, win: 101.5181

// XFAIL: gpu && (!igc-dev || gpu-intel-dg2)
// XFAIL: gpu-intel-dg2
// XFAIL-TRACKER: GSD-10112

// RUN: %{build} -o %t.out
Expand Down
2 changes: 2 additions & 0 deletions sycl/test-e2e/bindless_images/array/fetch_sampled_array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// REQUIRES: aspect-ext_oneapi_image_array
// UNSUPPORTED: target-amd
// UNSUPPORTED-INTENDED: image array not currently supported on AMD
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 && level_zero_v2_adapter
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20223

// RUN: %{build} -o %t.out
// RUN: %{run} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/bindless_images/array/read_sampled_array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 && level_zero_v2_adapter
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20223

// Print test names and pass status.
// #define VERBOSE_LV1

Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/bindless_images/read_sampled.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
// UNSUPPORTED: hip
// UNSUPPORTED-INTENDED: Returning non-FP values from sampling fails on HIP.

// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 && level_zero_v2_adapter
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20223

// RUN: %{build} -o %t.out
// RUN: %{run-unfiltered-devices} %t.out

Expand Down
Loading