Skip to content

Commit 31a92d8

Browse files
aelovikov-intelbb-sycl
authored andcommitted
[SYCL] Disable SYCL/Basic/barrier_order.cpp on CUDA (intel#1424)
See intel/llvm#7330
1 parent 05615aa commit 31a92d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/Basic/barrier_order.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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
5+
// Temporarily disabled on HIP, CUDA and L0 due to sporadic failures.
6+
// UNSUPPORTED: hip, level_zero, cuda
77

88
#include <iostream>
99
#include <stdlib.h>

0 commit comments

Comments
 (0)