Skip to content

Commit c7c1a35

Browse files
steffenlarsenbb-sycl
authored andcommitted
[SYCL][L0] Adds new L0 make_queue input member to interop test (intel#1025)
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent d17e9be commit c7c1a35

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)