diff --git a/SYCL/XPTI/mem_alloc_events_linux.cpp b/SYCL/XPTI/mem_alloc_events_linux.cpp index 20f3934e0e..0b9817ce7a 100644 --- a/SYCL/XPTI/mem_alloc_events_linux.cpp +++ b/SYCL/XPTI/mem_alloc_events_linux.cpp @@ -1,4 +1,4 @@ -// REQUIRES: xptifw, gpu, linux +// REQUIRES: xptifw, level_zero, gpu, linux // RUN: %clangxx %s -DXPTI_COLLECTOR -DXPTI_CALLBACK_API_EXPORTS %xptifw_lib -shared -fPIC -std=c++17 -o %t_collector.so // RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out // RUN: env XPTI_TRACE_ENABLE=1 env XPTI_FRAMEWORK_DISPATCHER=%xptifw_dispatcher env XPTI_SUBSCRIBERS=%t_collector.so %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER