Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit f86494e

Browse files
authored
Removing XFAILS for wgscope fix on HIP AMD (#763)
Adding unsupported for hier_par_wgscope.cpp
1 parent 12712bc commit f86494e

File tree

4 files changed

+2
-11
lines changed

4 files changed

+2
-11
lines changed

SYCL/HierPar/hier_par_basic.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
// RUN: %CPU_RUN_PLACEHOLDER %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1313
// RUN: %ACC_RUN_PLACEHOLDER %t.out
14-
//
15-
// Linking issues on AMD
16-
// XFAIL: hip_amd
1714

1815
// This test checks hierarchical parallelism invocation APIs, but without any
1916
// data or code with side-effects between the work group and work item scopes.

SYCL/HierPar/hier_par_wgscope.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// RUN: %GPU_RUN_PLACEHOLDER %t.out
66
// RUN: %ACC_RUN_PLACEHOLDER %t.out
77
//
8-
// Linking issues on AMD
9-
// XFAIL: hip_amd
8+
// Test hangs on AMD
9+
// UNSUPPORTED: hip_amd
1010

1111
//==- hier_par_wgscope.cpp --- hierarchical parallelism test for WG scope---==//
1212
//

SYCL/HierPar/hier_par_wgscope_O0.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
// RUN: %CPU_RUN_PLACEHOLDER %t.out
1313
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1414
// RUN: %ACC_RUN_PLACEHOLDER %t.out
15-
//
16-
// Linking issues on AMD
17-
// XFAIL: hip_amd
1815

1916
// This test checks correctness of hierarchical kernel execution when there is
2017
// code and data in the work group scope, and when the test is compiled with

SYCL/InorderQueue/in_order_kernels.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55
// RUN: %CPU_RUN_PLACEHOLDER %t.out
66
// RUN: %GPU_RUN_PLACEHOLDER %t.out
7-
//
8-
// Linking issues on AMD
9-
// XFAIL: hip_amd
107

118
// SYCL ordered queue kernel shortcut test
129
//

0 commit comments

Comments
 (0)