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

Commit 374f355

Browse files
authored
Revert "Revert "[SYCL][HIP] remove xfail form tests failing due to wrong event_t address spaces (#570)" (#724)" (#732)
This reverts commit 0b6fc11. The failing test is fixed by intel/llvm#5293.
1 parent 217ea1d commit 374f355

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
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-
// Crashes on AMD, returns error "Barrier is not supported on the host device
8+
// Returns error "Barrier is not supported on the host device
99
// yet." with Nvidia.
10-
// XFAIL: hip_amd || hip_nvidia
10+
// XFAIL: hip_nvidia
1111

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

SYCL/Basic/group_async_copy.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
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
96

107
#include <CL/sycl.hpp>
118
#include <iostream>

0 commit comments

Comments
 (0)