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/accessor/accessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// RUN: %{run} %t.out

// Test flakily fails on PVC and BMG.
// UNSUPPORTED: arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16401
// BMG ticket: https://github.com/intel/llvm/issues/17251

//==----------------accessor.cpp - SYCL accessor basic test ----------------==//
//
Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/Basic/image/image_read.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20224
// Temporarily add explicit '-O2' to avoid GPU hang issue with O0 optimization.
// RUN: %{build} -O2 -o %t.out
// RUN: %{run} %t.out
Expand Down
4 changes: 2 additions & 2 deletions sycl/test-e2e/Basic/image/image_sample.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20224
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand All @@ -9,6 +7,8 @@

#include <iostream>

#define DEBUG_OUTPUT

class test_1d_class;
class test_2d_class;
class test_3d_class;
Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/Basic/image/image_write.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20224
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
Loading