Skip to content

Commit 4901f2e

Browse files
[SYCL][E2E] Enable discard_events_using_assert and build-log for leak (#15456)
sycl/test-e2e/DiscardEvents/discard_events_using_assert.cpp and sycl/test-e2e/KernelAndProgram/build-log.cpp no longer show leaks when run with SYCL_UR_TRACE, so they can once again be enabled for ze_debug. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 51438d5 commit 4901f2e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sycl/test-e2e/DiscardEvents/discard_events_using_assert.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// FIXME unsupported on CUDA and HIP until fallback libdevice becomes available
22
// UNSUPPORTED: cuda || hip
33
//
4-
// UNSUPPORTED: ze_debug
54
// RUN: %{build} -o %t.out
65
//
76
// RUN: env SYCL_UR_TRACE=2 %{run} %t.out &> %t.txt ; FileCheck %s --input-file %t.txt

sycl/test-e2e/KernelAndProgram/build-log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// for CUDA and HIP the failure happens at compile time, not during runtime
2-
// UNSUPPORTED: cuda || hip || ze_debug
2+
// UNSUPPORTED: cuda || hip
33
// TODO: rewrite this into a unit-test
44

55
// RUN: %{build} -DGPU -o %t_gpu.out

0 commit comments

Comments
 (0)