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
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
// RUN: %{build} -Daccessor_new_api_test %S/Inputs/host_task_accessor.cpp -o %t.out
// RUN: %{run} %t.out

// Disabled on PVC without igc-dev due to timeout.
// UNSUPPORTED: arch-intel_gpu_pvc && !igc-dev
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14826
4 changes: 2 additions & 2 deletions sycl/test-e2e/DeprecatedFeatures/set_arg_interop.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// REQUIRES: opencl, opencl_icd

// XFAIL: arch-intel_gpu_pvc
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14826
// UNSUPPORTED: arch-intel_gpu_pvc
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16576

// RUN: %{build} -D__SYCL_INTERNAL_API -o %t.out %opencl_lib -O3
// RUN: %{run} %t.out
Expand Down
4 changes: 0 additions & 4 deletions sycl/test-e2e/ESIMD/named_barriers/loop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// Disabled on PVC without igc-dev due to flaky failures.
// UNSUPPORTED: arch-intel_gpu_pvc && !igc-dev
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14826

// Test checks support of named barrier in a loop in ESIMD kernel.
// SLM and surface size is 32 bytes, 16 bytes per iteration.
// Each iteration has 1 barrier and 1 producer. Producer stores data to SLM,
Expand Down
4 changes: 0 additions & 4 deletions sycl/test-e2e/ESIMD/named_barriers/loop_extended.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// Disabled on PVC due to flaky failures.
// UNSUPPORTED: arch-intel_gpu_pvc
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14826

// Test checks support of named barrier in a loop in ESIMD kernel.
// First iteration has 1 barrier and 1 producer, second - 2 barriers and 2
// producers. Producer stores data to SLM, then all threads read SLM and store
Expand Down
4 changes: 0 additions & 4 deletions sycl/test-e2e/GroupAlgorithm/reduce_sycl2020.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
// RUN: %{build} -fsycl-device-code-split=per_kernel -I . -o %t.out
// RUN: %{run} %t.out

// Disabled on PVC without igc-dev due to timeout.
// UNSUPPORTED: arch-intel_gpu_pvc && !igc-dev
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14826

#include "support.h"

#include <sycl/sub_group.hpp>
Expand Down
Loading