Skip to content

Commit fcd5198

Browse files
committed
[SYCL][UR][L0] Enable async alloc memory pool test
1 parent b43d5d2 commit fcd5198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/AsyncAlloc/device/memory_pool.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4-
// XFAIL: level_zero
5-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17772
4+
// UNSUPPORTED: level_zero_v2_adapter
5+
// UNSUPPORTED-INTENDED: v2 adapter does not support pool statistics.
66

77
#include <iostream>
88
#include <sycl/detail/core.hpp>

0 commit comments

Comments
 (0)