From 4901f2e35b1f95f6b90b59f796f6c3536a6521b0 Mon Sep 17 00:00:00 2001 From: Steffen Larsen Date: Tue, 24 Sep 2024 12:30:53 +0200 Subject: [PATCH] [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 --- sycl/test-e2e/DiscardEvents/discard_events_using_assert.cpp | 1 - sycl/test-e2e/KernelAndProgram/build-log.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/sycl/test-e2e/DiscardEvents/discard_events_using_assert.cpp b/sycl/test-e2e/DiscardEvents/discard_events_using_assert.cpp index 9424cfdc8fb3b..317342781af34 100644 --- a/sycl/test-e2e/DiscardEvents/discard_events_using_assert.cpp +++ b/sycl/test-e2e/DiscardEvents/discard_events_using_assert.cpp @@ -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 diff --git a/sycl/test-e2e/KernelAndProgram/build-log.cpp b/sycl/test-e2e/KernelAndProgram/build-log.cpp index 6efc3748c5ec5..dc6c7bc97cd91 100644 --- a/sycl/test-e2e/KernelAndProgram/build-log.cpp +++ b/sycl/test-e2e/KernelAndProgram/build-log.cpp @@ -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