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

[SYCL] Change XFAIL tests to UNSUPPORTED for HIP #1639

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SYCL/KernelAndProgram/spec_constants_after_link.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// FIXME: ACC devices use emulation path, which is not yet supported

// HIP backend does not currently implement linking.
// XFAIL: hip
// UNSUPPORTED: hip

// This test checks that specialization constant information is available on
// kernel bundles produced by sycl::link.
Expand Down
3 changes: 2 additions & 1 deletion SYCL/Regression/kernel_bundle_ignore_sycl_external.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
//
// XFAIL: cuda || hip
// XFAIL: cuda
// UNSUPPORTED: hip

#include <sycl/sycl.hpp>

Expand Down
1 change: 1 addition & 0 deletions SYCL/Regression/same_unnamed_kernels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
// XFAIL: gpu
// UNSUPPORTED: hip

//==----- same_unnamed_kernels.cpp - SYCL kernel naming variants test ------==//
//
Expand Down
2 changes: 1 addition & 1 deletion SYCL/Regression/static-buffer-dtor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// Failing on HIP AMD
// XFAIL: hip_amd
// UNSUPPORTED: hip_amd

#include <sycl/sycl.hpp>

Expand Down