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

Commit e36ba27

Browse files
authored
[SYCL] Disable unexpectedly failing test on L0 device-scope events (#776)
1 parent 6870ea3 commit e36ba27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SYCL/Plugin/level_zero_device_scope_events.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// REQUIRES: gpu, level_zero
1+
// FIXME: Investigate OS-agnostic failures
2+
// REQUIRES: TEMPORARY_DISABLED
3+
// XREQUIRES: gpu, level_zero
24

35
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
46
// RUN: env SYCL_PI_LEVEL_ZERO_DEVICE_SCOPE_EVENTS=1 SYCL_PI_TRACE=-1 ZE_DEBUG=1 %GPU_RUN_PLACEHOLDER %t.out 2>&1 | FileCheck --check-prefixes=MODE1 %s

0 commit comments

Comments
 (0)