Skip to content

Commit 2636a8b

Browse files
authored
[SYCL][E2E] Add missing ocloc requirement to the test (#16064)
1 parent 73b0775 commit 2636a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/ProgramManager/multi_device_bundle/device_libs_and_caching.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: gpu && linux && (opencl || level_zero)
1+
// REQUIRES: ocloc && gpu && linux && (opencl || level_zero)
22

33
// Test to check several use cases for multi-device kernel bundles.
44
// Test covers AOT and JIT cases. Kernel is using some math functions to enforce

0 commit comments

Comments
 (0)