Skip to content

Commit 20efdc0

Browse files
committed
[SYCL][CUDA] Fix priority parameter on interop queue
1 parent 7afc2d0 commit 20efdc0

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,8 @@ endif()
5353
if(SYCL_PI_UR_USE_FETCH_CONTENT)
5454
include(FetchContent)
5555

56-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
57-
# commit a76e3b185a5e1df9114dc483077227f88f522244
58-
# Merge: 3653e582 657ffde9
59-
# 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)
56+
set(UNIFIED_RUNTIME_REPO "https://github.com/npmiller/unified-runtime.git")
57+
set(UNIFIED_RUNTIME_TAG b4425bc19fb9eaa445247c2179563a1f7e9356cc)
6458

6559
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6660
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)