Skip to content

Commit 2ba1b7b

Browse files
author
Hugh Delaney
committed
Update UR cmake tag
1 parent ca295bf commit 2ba1b7b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

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

59-
# DO NOT MERGE
60-
set(UNIFIED_RUNTIME_REPO https://github.com/hdelan/unified-runtime.git)
61-
set(UNIFIED_RUNTIME_TAG device-global-hip)
59+
set(UNIFIED_RUNTIME_REPO https://github.com/oneapi-src/unified-runtime.git)
60+
# commit 79c28d0f0713f58358d5080653d95803fd131749
61+
# Author: aarongreig <[email protected]>
62+
# Date: Fri Jan 12 16:14:44 2024 +0000
63+
# Merge pull request #1186 from hdelan/device-global-hip
64+
# [HIP] Add support for global variable read write
65+
set(UNIFIED_RUNTIME_TAG 79c28d0f0713f58358d5080653d95803fd131749)
6266

6367
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6468
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)