We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4494d2 commit e752e6bCopy full SHA for e752e6b
SYCL/Basic/device_event.cpp
@@ -5,9 +5,9 @@
5
// TODO: nd_item::barrier() is not implemented on HOST
6
// RUNx: %HOST_RUN_PLACEHOLDER %t.run
7
//
8
-// Crashes on AMD, returns error "Barrier is not supported on the host device
+// Returns error "Barrier is not supported on the host device
9
// yet." with Nvidia.
10
-// XFAIL: hip_amd || hip_nvidia
+// XFAIL: hip_nvidia
11
12
//==--------device_event.cpp - SYCL class device_event test ----------------==//
13
SYCL/Basic/group_async_copy.cpp
@@ -3,9 +3,6 @@
3
// RUN: %CPU_RUN_PLACEHOLDER %t.run
4
// 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>
0 commit comments