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

Commit f05e1bd

Browse files
authored
[SYCL] Disable reduction_queue_paralel_for.cpp test on level_zero:gpu (#470)
Due to a known problem in GPU RT the test may SegFault when there are many tests running in parallel on level_zero:gpu. Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent a8567cf commit f05e1bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SYCL/Reduction/reduction_queue_parallel_for.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: %ACC_RUN_PLACEHOLDER %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55

6+
// TODO: test disabled due to sporadic fails in level_zero:gpu RT.
7+
// UNSUPPORTED: linux && level_zero
8+
69
// RUNx: %HOST_RUN_PLACEHOLDER %t.out
710
// TODO: Enable the test for HOST when it supports ext::oneapi::reduce() and
811
// barrier()

0 commit comments

Comments
 (0)