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

Commit 37dffba

Browse files
authored
[SYCL][XPTI] Restrict mem_alloc_events_linux to L0 (#684)
1 parent 9d3a5cb commit 37dffba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/XPTI/mem_alloc_events_linux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: xptifw, gpu, linux
1+
// REQUIRES: xptifw, level_zero, gpu, linux
22
// RUN: %clangxx %s -DXPTI_COLLECTOR -DXPTI_CALLBACK_API_EXPORTS %xptifw_lib -shared -fPIC -std=c++17 -o %t_collector.so
33
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
44
// 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

0 commit comments

Comments
 (0)