Skip to content

Commit 6d74ec7

Browse files
kbenzieJaime Arteaga
authored andcommitted
[Graph] Update more tests to use UR_L0_LEAKS_DEBUG
1 parent c779e41 commit 6d74ec7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

sycl/test-e2e/Graph/Explicit/spec_constants_handler_api.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
3-
// Extra run to check for leaks in Level Zero using ZE_DEBUG
4-
// RUN: %if ext_oneapi_level_zero %{env ZE_DEBUG=4 %{run} %t.out 2>&1 | FileCheck %s %}
3+
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
4+
// RUN: %if ext_oneapi_level_zero %{env UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s %}
55
//
66
// CHECK-NOT: LEAK
77

sycl/test-e2e/Graph/Explicit/spec_constants_kernel_bundle_api.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
3-
// Extra run to check for leaks in Level Zero using ZE_DEBUG
4-
// RUN: %if ext_oneapi_level_zero %{env ZE_DEBUG=4 %{run} %t.out 2>&1 | FileCheck %s %}
3+
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
4+
// RUN: %if ext_oneapi_level_zero %{env UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s %}
55
//
66
// CHECK-NOT: LEAK
77

sycl/test-e2e/Graph/RecordReplay/spec_constants_handler_api.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
3-
// Extra run to check for leaks in Level Zero using ZE_DEBUG
4-
// RUN: %if ext_oneapi_level_zero %{env ZE_DEBUG=4 %{run} %t.out 2>&1 | FileCheck %s %}
3+
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
4+
// RUN: %if ext_oneapi_level_zero %{env UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s %}
55
//
66
// CHECK-NOT: LEAK
77

sycl/test-e2e/Graph/RecordReplay/spec_constants_kernel_bundle_api.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
3-
// Extra run to check for leaks in Level Zero using ZE_DEBUG
4-
// RUN: %if ext_oneapi_level_zero %{env ZE_DEBUG=4 %{run} %t.out 2>&1 | FileCheck %s %}
3+
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
4+
// RUN: %if ext_oneapi_level_zero %{env UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s %}
55
//
66
// CHECK-NOT: LEAK
77

0 commit comments

Comments
 (0)