Skip to content

Commit e752e6b

Browse files
t4c1bb-sycl
authored andcommitted
[SYCL][HIP] remove xfail form tests failing due to wrong event_t address spaces (intel#570)
Remove xfail from tests fixed by: intel/llvm#4966
1 parent f4494d2 commit e752e6b

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)