Skip to content

Commit 8fc4de6

Browse files
[SYCL] Un-XFAIL two E2E tests on PVC (#16131)
They were disabled as part of preparations for enabling PVC in our CI, but they pass locally (and in our downstream), so I'm dropping the `XFAIL`.
1 parent 8bb4115 commit 8fc4de6

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

sycl/test-e2e/Basic/accessor/accessor.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %{build} -DSYCL2020_DISABLE_DEPRECATION_WARNINGS -o %t.out
22
// RUN: %{run} %t.out
33

4-
// XFAIL: arch-intel_gpu_pvc
5-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14826
6-
74
//==----------------accessor.cpp - SYCL accessor basic test ----------------==//
85
//
96
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

sycl/test-e2e/DeviceArchitecture/device_architecture_comparison_on_device_aot.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// REQUIRES: arch-intel_gpu_pvc, ocloc
22

3-
// XFAIL: run-mode
4-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14826
5-
63
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_pvc %s -o %t.out
74
// RUN: %{run} %t.out
85

0 commit comments

Comments
 (0)