Skip to content

Commit 818aeec

Browse files
committed
Drop unused SYCL_UR_TRACE from compile_link.cpp test
1 parent 8bc4f70 commit 818aeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

33
// RUN: %{build} -o %t.out
4-
// RUN: env NEOReadDebugKeys=1 CreateMultipleRootDevices=3 SYCL_UR_TRACE=2 %{run} %t.out
4+
// RUN: env NEOReadDebugKeys=1 CreateMultipleRootDevices=3 %{run} %t.out
55

66
// Test to check that we can compile and link a kernel bundle for multiple
77
// devices and run the kernel on each device.

0 commit comments

Comments
 (0)