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

[SYCL][HIP] Enable queue barrier tests #573

Merged
merged 1 commit into from
Nov 18, 2021
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
2 changes: 0 additions & 2 deletions SYCL/Basic/barrier_order.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out

// UNSUPPORTED: hip

#include <CL/sycl.hpp>
#include <stdlib.h>

Expand Down
2 changes: 1 addition & 1 deletion SYCL/Basic/enqueue_barrier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// The test is failing sporadically on Windows OpenCL RTs
// Disabling on windows until fixed
// UNSUPPORTED: windows || hip
// UNSUPPORTED: windows

#include <CL/sycl.hpp>
#include <sycl/ext/intel/fpga_device_selector.hpp>
Expand Down
2 changes: 0 additions & 2 deletions SYCL/Basic/submit_barrier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out

// UNSUPPORTED: hip

#include <CL/sycl.hpp>
#include <stdlib.h>

Expand Down