Skip to content

Commit f863c98

Browse files
npmillerkbenzie
andcommitted
Update sycl/plugins/unified_runtime/CMakeLists.txt
Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 20efdc0 commit f863c98

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

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

56-
set(UNIFIED_RUNTIME_REPO "https://github.com/npmiller/unified-runtime.git")
57-
set(UNIFIED_RUNTIME_TAG b4425bc19fb9eaa445247c2179563a1f7e9356cc)
56+
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
57+
# commit 3a3aae387eaa8aa072ff310b94df83c9d1a33a0b
58+
# Merge: 614e6d0 b4425bc
59+
# Author: Kenneth Benzie (Benie) <[email protected]>
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)
5864

5965
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6066
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)