Skip to content

Commit 335be0c

Browse files
committed
XFAIL properties_device_copyable on HIP backend
Signed-off-by: Steffen Larsen <[email protected]>
1 parent 43149a4 commit 335be0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test/extensions/properties/properties_device_copyable.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
22
// RUN: %t.out
33

4-
// CUDA backend currently generates invalid binaries for this
5-
// XFAIL: cuda
4+
// CUDA and HIP backends currently generates invalid binaries for this
5+
// XFAIL: cuda && hip_amd
66

77
#include <CL/sycl.hpp>
88

0 commit comments

Comments
 (0)