From 2636a8b8a48d6ce2933956958af4b453695d076d Mon Sep 17 00:00:00 2001 From: Artur Gainullin Date: Thu, 14 Nov 2024 12:41:31 -0800 Subject: [PATCH] [SYCL][E2E] Add missing ocloc requirement to the test (#16064) --- .../multi_device_bundle/device_libs_and_caching.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/ProgramManager/multi_device_bundle/device_libs_and_caching.cpp b/sycl/test-e2e/ProgramManager/multi_device_bundle/device_libs_and_caching.cpp index a2ea6540ac90d..240782d510132 100644 --- a/sycl/test-e2e/ProgramManager/multi_device_bundle/device_libs_and_caching.cpp +++ b/sycl/test-e2e/ProgramManager/multi_device_bundle/device_libs_and_caching.cpp @@ -1,4 +1,4 @@ -// REQUIRES: gpu && linux && (opencl || level_zero) +// REQUIRES: ocloc && gpu && linux && (opencl || level_zero) // Test to check several use cases for multi-device kernel bundles. // Test covers AOT and JIT cases. Kernel is using some math functions to enforce