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

Commit 0b6fc11

Browse files
authored
Revert "[SYCL][HIP] remove xfail form tests failing due to wrong event_t address spaces (#570)" (#724)
This reverts commit 367e10e. Reverting due to intel/llvm#4966 revert.
1 parent 3dea162 commit 0b6fc11

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

SYCL/Basic/device_event.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
// TODO: nd_item::barrier() is not implemented on HOST
66
// RUNx: %HOST_RUN_PLACEHOLDER %t.run
77
//
8-
// Returns error "Barrier is not supported on the host device
8+
// Crashes on AMD, returns error "Barrier is not supported on the host device
99
// yet." with Nvidia.
10-
// XFAIL: hip_nvidia
10+
// XFAIL: hip_amd || hip_nvidia
1111

1212
//==--------device_event.cpp - SYCL class device_event test ----------------==//
1313
//

SYCL/Basic/group_async_copy.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.run
44
// RUN: %ACC_RUN_PLACEHOLDER %t.run
55
// RUN: env SYCL_DEVICE_FILTER=host %t.run
6+
//
7+
// Crashes on AMD
8+
// XFAIL: hip_amd
69

710
#include <CL/sycl.hpp>
811
#include <iostream>

0 commit comments

Comments
 (0)