Skip to content

Commit 63e3ec7

Browse files
npmillerkbenzie
andauthored
[SYCL][CUDA] Fix priority parameter on interop queue (#11487)
Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent d4df692 commit 63e3ec7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5454
include(FetchContent)
5555

5656
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
57-
# commit a76e3b185a5e1df9114dc483077227f88f522244
58-
# Merge: 3653e582 657ffde9
57+
# commit 3a3aae387eaa8aa072ff310b94df83c9d1a33a0b
58+
# Merge: 614e6d0 b4425bc
5959
# Author: Kenneth Benzie (Benie) <[email protected]>
60-
# Date: Fri Oct 20 12:12:15 2023 +0100
61-
# Merge pull request #972 from oneapi-src/revert-906-l0_usm_error_checking
62-
# Revert "[UR][L0] Propagate errors from `USMAllocationMakeResident`"
63-
set(UNIFIED_RUNTIME_TAG a76e3b185a5e1df9114dc483077227f88f522244)
60+
# Date: Mon Oct 23 14:49:01 2023 +0100
61+
# Merge pull request #945 from npmiller/fix-priority
62+
# [CUDA] Fix queue creation with native handle
63+
set(UNIFIED_RUNTIME_TAG 3a3aae387eaa8aa072ff310b94df83c9d1a33a0b)
6464

6565
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6666
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)