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

Commit 4d196e9

Browse files
[HIP] Disable flaky failing tests on HIP (#1173)
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent dcec231 commit 4d196e9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

SYCL/Assert/assert_in_simultaneously_multiple_tus.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// FIXME flaky fail on CUDA
2-
// UNSUPPORTED: cuda
1+
// FIXME flaky fail on CUDA and HIP
2+
// UNSUPPORTED: cuda || hip
33
//
44
// RUN: %clangxx -DSYCL_FALLBACK_ASSERT=1 -fsycl -fsycl-targets=%sycl_triple -I %S/Inputs %s %S/Inputs/kernels_in_file2.cpp -o %t.out %threads_lib
55
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.txt || true

SYCL/Basic/buffer/buffer_dev_to_dev.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// FIXME flaky fail on HIP
2+
// UNSUPPORTED: hip
13
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
24
// RUN: %HOST_RUN_PLACEHOLDER %t.out
35
// RUN: %CPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)