Skip to content

Commit 32a0c85

Browse files
[SYCL][E2E] Fix tests disabled during PVC enablement in CI (#16577)
These tests were disabled/XFAILed in #14720. [sycl/test-e2e/DeprecatedFeatures/set_arg_interop.cpp](https://github.com/intel/llvm/pull/16577/files#diff-9a41bc14675723afa4f98932225243790a5fc5b0fbfc54e732ca1ef84cef7df3) is XPASSing flakily (see #16576) so I've marked it unsupported.
1 parent 923afb9 commit 32a0c85

File tree

5 files changed

+2
-18
lines changed

5 files changed

+2
-18
lines changed
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
// RUN: %{build} -Daccessor_new_api_test %S/Inputs/host_task_accessor.cpp -o %t.out
22
// RUN: %{run} %t.out
3-
4-
// Disabled on PVC without igc-dev due to timeout.
5-
// UNSUPPORTED: arch-intel_gpu_pvc && !igc-dev
6-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14826

sycl/test-e2e/DeprecatedFeatures/set_arg_interop.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: opencl, opencl_icd
22

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

66
// RUN: %{build} -D__SYCL_INTERNAL_API -o %t.out %opencl_lib -O3
77
// RUN: %{run} %t.out

sycl/test-e2e/ESIMD/named_barriers/loop.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Disabled on PVC without igc-dev due to flaky failures.
14-
// UNSUPPORTED: arch-intel_gpu_pvc && !igc-dev
15-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14826
16-
1713
// Test checks support of named barrier in a loop in ESIMD kernel.
1814
// SLM and surface size is 32 bytes, 16 bytes per iteration.
1915
// Each iteration has 1 barrier and 1 producer. Producer stores data to SLM,

sycl/test-e2e/ESIMD/named_barriers/loop_extended.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// Disabled on PVC due to flaky failures.
14-
// UNSUPPORTED: arch-intel_gpu_pvc
15-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14826
16-
1713
// Test checks support of named barrier in a loop in ESIMD kernel.
1814
// First iteration has 1 barrier and 1 producer, second - 2 barriers and 2
1915
// producers. Producer stores data to SLM, then all threads read SLM and store

sycl/test-e2e/GroupAlgorithm/reduce_sycl2020.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
// RUN: %{build} -fsycl-device-code-split=per_kernel -I . -o %t.out
22
// RUN: %{run} %t.out
33

4-
// Disabled on PVC without igc-dev due to timeout.
5-
// UNSUPPORTED: arch-intel_gpu_pvc && !igc-dev
6-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14826
7-
84
#include "support.h"
95

106
#include <sycl/sub_group.hpp>

0 commit comments

Comments
 (0)