Skip to content

Commit 5eeb8d6

Browse files
committed
[UR] Bump tag to 69a56ea
1 parent f3999e1 commit 5eeb8d6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,14 @@ endif()
5656
if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

59-
set(UNIFIED_RUNTIME_REPO "https://github.com/aarongreig/unified-runtime.git")
60-
61-
set(UNIFIED_RUNTIME_TAG b78f541d27246f542287e77496fea7c2f04aadf5)
59+
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60+
# commit 69a56ea6d1369a6bde5fce97c85fc7dbda49252f
61+
# Merge: b25bb64d b78f541d
62+
# Author: Kenneth Benzie (Benie) <[email protected]>
63+
# Date: Mon Dec 11 12:30:24 2023 +0000
64+
# Merge pull request #1123 from aarongreig/aaron/usmLocationProps
65+
# [OpenCL] Add ur_usm_alloc_location_desc struct and handle it in the CL adapter.
66+
set(UNIFIED_RUNTIME_TAG 69a56ea6d1369a6bde5fce97c85fc7dbda49252f)
6267

6368
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6469
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)