Skip to content

Commit 5e7bf28

Browse files
authored
[SYCL][UR][L0v2] Mark Basic/buffer/buffer_create.cpp test as unsupported (#20122)
It fails because L0v2 adapter behaves differently from v1 when it comes to buffer creation. This test contains a hardcoded check involving implementation details of the adapter.
1 parent 5bb03ae commit 5e7bf28

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sycl/test-e2e/Basic/buffer/buffer_create.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
// RUN: %{run} %t.out 2>&1 | FileCheck %s
99
// UNSUPPORTED: ze_debug
1010

11+
// L0v2 adapter doesn't optimize buffer creation based on device type yet
12+
// (integrated buffer implementation needs more work).
13+
// UNSUPPORTED: level_zero_v2_adapter
14+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20121
15+
1116
#include <iostream>
1217
#include <level_zero/ze_api.h>
1318
#include <sycl/detail/core.hpp>

0 commit comments

Comments
 (0)