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

Commit 1e5f8f3

Browse files
Update SYCL/XPTI/basic_event_collection.cpp
Co-authored-by: Romanov Vlad <[email protected]>
1 parent 6f9223e commit 1e5f8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/XPTI/basic_event_collection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: xptifw, opencl
22
// RUN: %clangxx %s -DXPTI_COLLECTOR -L%xptifw_lib -I%xptifw_includes -shared -fPIC -std=c++17 -o %t_collector.dll -lxptifw
33
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
4-
// RUN: env XPTI_TRACE_ENABLED=1 env XPTI_FRAMEWORK_DISPATCHER=%xptifw_dispatcher env XPTI_SUBSCRIBERS=%t_collector.dll env SYCL_DEVICE_FILTER=opencl %t.out | FileCheck %s 2>&1
4+
// RUN: env XPTI_TRACE_ENABLE=1 env XPTI_FRAMEWORK_DISPATCHER=%xptifw_dispatcher env XPTI_SUBSCRIBERS=%t_collector.dll env SYCL_DEVICE_FILTER=opencl %t.out | FileCheck %s 2>&1
55

66
#ifdef XPTI_COLLECTOR
77

0 commit comments

Comments
 (0)