Skip to content

Commit f7d789d

Browse files
committed
Fix queue creation with native handle
1 parent e0534f2 commit f7d789d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/adapters/hip/queue.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urQueueCreateWithNativeHandle(
307307
hContext->getDevice(),
308308
HIPFlags,
309309
Flags,
310+
/*priority*/ 0,
310311
/*backend_owns*/ pProperties->isNativeHandleOwned};
311312
(*phQueue)->NumComputeStreams = 1;
312313

0 commit comments

Comments
 (0)