Skip to content

Commit

Permalink
Merge pull request #945 from npmiller/fix-priority
Browse files Browse the repository at this point in the history
[CUDA] Fix queue creation with native handle
  • Loading branch information
kbenzie committed Oct 23, 2023
2 parents 614e6d0 + b4425bc commit 3a3aae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/adapters/cuda/queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urQueueCreateWithNativeHandle(
hContext->getDevice(),
CuFlags,
Flags,
/*priority*/ 0,
/*backend_owns*/ pProperties->isNativeHandleOwned};
(*phQueue)->NumComputeStreams = 1;

Expand Down

0 comments on commit 3a3aae3

Please sign in to comment.