Skip to content

Commit 6ba0ab7

Browse files
authored
[SYCL][ESIMD][E2E] Reenable nbarrier_basic tests that pass now (#9267)
I manually confirmed these pass with the latest GPU driver. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 6a3b4da commit 6ba0ab7

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

sycl/test-e2e/InvokeSimd/Regression/ImplicitSubgroup/nbarrier_basic.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// REQUIRES: gpu-intel-pvc && linux
44
// UNSUPPORTED: cuda || hip
55
//
6-
// TODO: enable when Jira issue resolved, currently fail with VISALTO enable
7-
// XFAIL: gpu-intel-pvc
8-
//
96
// RUN: %clangxx -DIMPL_SUBGROUP -fsycl -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %S/../nbarrier_basic.cpp -o %t.out
107
// RUN: env IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %GPU_RUN_PLACEHOLDER %t.out
118
//

sycl/test-e2e/InvokeSimd/Regression/nbarrier_basic.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// REQUIRES: gpu-intel-pvc && linux
44
// UNSUPPORTED: cuda || hip
55
//
6-
// TODO: enable when Jira issue resolved, currently fail with VISALTO enable
7-
// XFAIL: gpu-intel-pvc
8-
//
96
// RUN: %clangxx -fsycl -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %s -o %t.out
107
// RUN: env IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %GPU_RUN_PLACEHOLDER %t.out
118
//

0 commit comments

Comments
 (0)