Skip to content

[SYCL][E2E] Fix tests disabled during PVC enablement in CI #16577

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jan 10, 2025
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