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

Commit 65e630e

Browse files
[SYCL] Temporarily disable barrier_order for HIP and L0 backends (#1376)
The barrier_order test is sporadically failing for the HIP backend. This has been reported in intel/llvm#7330. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent bcc90f2 commit 65e630e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SYCL/Basic/barrier_order.cpp

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

5+
// Temporarily disabled on HIP and L0 due to sporadic failures.
6+
// UNSUPPORTED: hip, level_zero
7+
58
#include <iostream>
69
#include <stdlib.h>
710
#include <sycl/sycl.hpp>

0 commit comments

Comments
 (0)