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

Commit 289c2c7

Browse files
[SYCL][L0] Adds new L0 make_queue input member to interop test (#1025)
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 12fdee6 commit 289c2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/Plugin/interop-level-zero.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ int main() {
4747
make_context<backend::ext_oneapi_level_zero>(ContextInteropInput);
4848

4949
backend_input_t<backend::ext_oneapi_level_zero, queue> QueueInteropInput = {
50-
ZeQueue, ext::oneapi::level_zero::ownership::keep};
50+
ZeQueue, Queue.get_device(), ext::oneapi::level_zero::ownership::keep};
5151
auto QueueInterop = make_queue<backend::ext_oneapi_level_zero>(
5252
QueueInteropInput, ContextInterop);
5353

0 commit comments

Comments
 (0)