Skip to content

Commit

Permalink
[SYCL][E2E] Fix tests disabled during PVC enablement in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
uditagarwal97 committed Jan 9, 2025
1 parent 4d3ffae commit 522d4c6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 18 deletions.
4 changes: 0 additions & 4 deletions sycl/test-e2e/Basic/accessor/host_task_accessor_deduction.cpp
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

0 comments on commit 522d4c6

Please sign in to comment.