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

Commit 1d70ecf

Browse files
[SYCL] Change XFAIL tests to UNSUPPORTED for HIP (#1639)
Due to timeouts in tests marked XFAIL for HIP, this commit changes these tests to instead be unsupported for the HIP backend. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 60d73a3 commit 1d70ecf

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

SYCL/KernelAndProgram/spec_constants_after_link.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// FIXME: ACC devices use emulation path, which is not yet supported
55

66
// HIP backend does not currently implement linking.
7-
// XFAIL: hip
7+
// UNSUPPORTED: hip
88

99
// This test checks that specialization constant information is available on
1010
// kernel bundles produced by sycl::link.

SYCL/Regression/kernel_bundle_ignore_sycl_external.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55
//
6-
// XFAIL: cuda || hip
6+
// XFAIL: cuda
7+
// UNSUPPORTED: hip
78

89
#include <sycl/sycl.hpp>
910

SYCL/Regression/same_unnamed_kernels.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55
// XFAIL: gpu
6+
// UNSUPPORTED: hip
67

78
//==----- same_unnamed_kernels.cpp - SYCL kernel naming variants test ------==//
89
//

SYCL/Regression/static-buffer-dtor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// RUN: %ACC_RUN_PLACEHOLDER %t.out
1616

1717
// Failing on HIP AMD
18-
// XFAIL: hip_amd
18+
// UNSUPPORTED: hip_amd
1919

2020
#include <sycl/sycl.hpp>
2121

0 commit comments

Comments
 (0)