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

Commit e028d84

Browse files
committed
Edited comments.
1 parent 26f1816 commit e028d84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SYCL/USM/usm_leak_check.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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
11+
// This test is expected to fail until new pooling is enabled
1212
// XFAIL: level_zero
1313

1414
#include <CL/sycl.hpp>

SYCL/USM/usm_pooling.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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
26+
// This test is expected to fail until new pooling is enabled
2727
// XFAIL: level_zero
2828

2929
#include "CL/sycl.hpp"

0 commit comments

Comments
 (0)