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

Disable USM pooling tests while implementation is being changed. #529

Merged
merged 4 commits into from
Oct 29, 2021
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions SYCL/USM/usm_leak_check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
// 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
// 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

// This test is expected to fail until new pooling is enabled
// UNSUPPORTED: level_zero

#include <CL/sycl.hpp>
using namespace sycl;

Expand Down
3 changes: 3 additions & 0 deletions SYCL/USM/usm_pooling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
// 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
// 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

// This test is expected to fail until new pooling is enabled
// UNSUPPORTED: level_zero

#include "CL/sycl.hpp"
using namespace sycl;

Expand Down