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

Commit 93229b3

Browse files
[SYCL] - quick fix for level_zero_batch_barrier.cpp (#1481)
tests that include <level_zero/ze_api.h> need to require level_zero_dev_kit.
1 parent 477e282 commit 93229b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/Plugin/level_zero_batch_barrier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: gpu, level_zero
1+
// REQUIRES: gpu, level_zero, level_zero_dev_kit
22

33
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %level_zero_options %s -o %t.out
44
// RUN: env SYCL_PI_TRACE=2 ZE_DEBUG=1 SYCL_PI_LEVEL_ZERO_DEVICE_SCOPE_EVENTS=2 SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=0 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER

0 commit comments

Comments
 (0)