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

Revert "[SYCL] Disable test assert_in_simultaneous_kernels due to flaky failures (#935) #962

Merged
merged 1 commit into from
Mar 31, 2022
Merged
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: 1 addition & 3 deletions SYCL/Assert/assert_in_simultaneous_kernels.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// Temporary disabled due to falky failures on level_zero with segmentation
// fault
// REQUIRES: linux, TEMPORARY_DISABLED
// REQUIRES: linux
// FIXME unsupported on CUDA and HIP until fallback libdevice becomes available
// UNSUPPORTED: cuda || hip
// RUN: %clangxx -DSYCL_FALLBACK_ASSERT=1 -fsycl -fsycl-targets=%sycl_triple %s -o %t.out %threads_lib
Expand Down