Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 77b177c

Browse files
committed
[SYCL] Temporarily disable USM pooling tests while implementation is undergoing changes.
Signed-off-by: Rajiv Deodhar <[email protected]>
1 parent 54771dd commit 77b177c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

SYCL/USM/usm_leak_check.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// RUN: env ZE_DEBUG=4 %GPU_RUN_PLACEHOLDER %t.out s 2> %t1.out; cat %t1.out %GPU_CHECK_PLACEHOLDER --check-prefix CHECK-SMALL-BUF
99
// RUN: env ZE_DEBUG=4 %GPU_RUN_PLACEHOLDER %t.out l 2> %t1.out; cat %t1.out %GPU_CHECK_PLACEHOLDER --check-prefix CHECK-LARGE-BUF
1010

11+
// Until new pooling is enabled this test will fail
12+
// XFAIL: level_zero
13+
1114
#include <CL/sycl.hpp>
1215
using namespace sycl;
1316

SYCL/USM/usm_pooling.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
// RUN: env ZE_DEBUG=1 %GPU_RUN_PLACEHOLDER SYCL_PI_LEVEL_ZERO_USM_ALLOCATOR=2,,2 %t.out d 2> %t1.out; cat %t1.out %GPU_CHECK_PLACEHOLDER --check-prefix CHECK-1245
2424
// RUN: env ZE_DEBUG=1 %GPU_RUN_PLACEHOLDER SYCL_PI_LEVEL_ZERO_USM_ALLOCATOR=2,,2 %t.out s 2> %t1.out; cat %t1.out %GPU_CHECK_PLACEHOLDER --check-prefix CHECK-1245
2525

26+
// Until new pooling is enabled this test will fail
27+
// XFAIL: level_zero
28+
2629
#include "CL/sycl.hpp"
2730
using namespace sycl;
2831

0 commit comments

Comments
 (0)