Skip to content

Commit

Permalink
[SYCL][E2E] Enable discard_events_using_assert and build-log for leak (
Browse files Browse the repository at this point in the history
…#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 <steffen.larsen@intel.com>
  • Loading branch information
steffenlarsen authored Sep 24, 2024
1 parent 51438d5 commit 4901f2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// FIXME unsupported on CUDA and HIP until fallback libdevice becomes available
// UNSUPPORTED: cuda || hip
//
// UNSUPPORTED: ze_debug
// RUN: %{build} -o %t.out
//
// RUN: env SYCL_UR_TRACE=2 %{run} %t.out &> %t.txt ; FileCheck %s --input-file %t.txt
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/KernelAndProgram/build-log.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// for CUDA and HIP the failure happens at compile time, not during runtime
// UNSUPPORTED: cuda || hip || ze_debug
// UNSUPPORTED: cuda || hip
// TODO: rewrite this into a unit-test

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

0 comments on commit 4901f2e

Please sign in to comment.