Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// REQUIRES: gpu, level_zero, level_zero_dev_kit
// UNSUPPORTED: ze_debug
// UNSUPPORTED-INTENDED: L0 adapter incorrectly reports memory leaks because it
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22478
// doesn't take into account direct calls to L0 API.
// RUN: %{build} %level_zero_options -o %t.out
// RUN: env SYCL_PI_LEVEL_ZERO_DISABLE_USM_ALLOCATOR=1 UR_L0_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s
Expand Down
Loading