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

[HIP] Disable flaky failing tests on HIP #1173

Merged
merged 2 commits into from
Aug 24, 2022
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
4 changes: 2 additions & 2 deletions SYCL/Assert/assert_in_simultaneously_multiple_tus.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// FIXME flaky fail on CUDA
// UNSUPPORTED: cuda
// FIXME flaky fail on CUDA and HIP
// UNSUPPORTED: cuda || hip
//
// 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
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.txt || true
Expand Down
2 changes: 2 additions & 0 deletions SYCL/Basic/buffer/buffer_dev_to_dev.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// FIXME flaky fail on HIP
// UNSUPPORTED: hip
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %HOST_RUN_PLACEHOLDER %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Expand Down