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

Commit 3ec7e22

Browse files
authored
[SYCL][HIP] Enable queue barrier tests (#573)
This is fixed by intel/llvm#4975
1 parent d7cf954 commit 3ec7e22

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

SYCL/Basic/barrier_order.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55

6-
// UNSUPPORTED: hip
7-
86
#include <CL/sycl.hpp>
97
#include <stdlib.h>
108

SYCL/Basic/enqueue_barrier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// The test is failing sporadically on Windows OpenCL RTs
77
// Disabling on windows until fixed
8-
// UNSUPPORTED: windows || hip
8+
// UNSUPPORTED: windows
99

1010
#include <CL/sycl.hpp>
1111
#include <sycl/ext/intel/fpga_device_selector.hpp>

SYCL/Basic/submit_barrier.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55

6-
// UNSUPPORTED: hip
7-
86
#include <CL/sycl.hpp>
97
#include <stdlib.h>
108

0 commit comments

Comments
 (0)