Skip to content

Commit 3a3aae3

Browse files
authored
Merge pull request #945 from npmiller/fix-priority
[CUDA] Fix queue creation with native handle
2 parents 614e6d0 + b4425bc commit 3a3aae3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/adapters/cuda/queue.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urQueueCreateWithNativeHandle(
279279
hContext->getDevice(),
280280
CuFlags,
281281
Flags,
282+
/*priority*/ 0,
282283
/*backend_owns*/ pProperties->isNativeHandleOwned};
283284
(*phQueue)->NumComputeStreams = 1;
284285

0 commit comments

Comments
 (0)