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

[SYCL][HIP] Remove xfail from fails due to wrong event_t address space #570

Merged
merged 1 commit into from
Jan 11, 2022
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
4 changes: 2 additions & 2 deletions SYCL/Basic/device_event.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
// TODO: nd_item::barrier() is not implemented on HOST
// RUNx: %HOST_RUN_PLACEHOLDER %t.run
//
// Crashes on AMD, returns error "Barrier is not supported on the host device
// Returns error "Barrier is not supported on the host device
// yet." with Nvidia.
// XFAIL: hip_amd || hip_nvidia
// XFAIL: hip_nvidia

//==--------device_event.cpp - SYCL class device_event test ----------------==//
//
Expand Down
3 changes: 0 additions & 3 deletions SYCL/Basic/group_async_copy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.run
// RUN: %ACC_RUN_PLACEHOLDER %t.run
// RUN: env SYCL_DEVICE_FILTER=host %t.run
//
// Crashes on AMD
// XFAIL: hip_amd

#include <CL/sycl.hpp>
#include <iostream>
Expand Down
3 changes: 0 additions & 3 deletions SYCL/Regression/group.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
//
// Crashes on AMD
// XFAIL: hip_amd

//==-- group.cpp - Regression tests for cl::sycl::group API bug fixes. -----==//
//
Expand Down