Skip to content

Commit 4c54bfe

Browse files
hdelankbenzie
authored andcommitted
[UR] Refactor Device Initialisation (intel#12762)
oneapi-src/unified-runtime#1363
1 parent 1de8dbe commit 4c54bfe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

5959
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60-
# commit f67c6e43969ee90abd3ff41af13c9d90a2fba679
60+
# commit a75f7d099b6a2c5df3e03ec4d9dd503c320d5aa5
6161
# Author: aarongreig <[email protected]>
62-
# Date: Mon Mar 25 14:45:32 2024 +0000
63-
# Merge pull request #1468 from pbalcer/l0-recursive-event-deadlock
64-
# [L0] fix a deadlock on a recursive event rwlock
65-
set(UNIFIED_RUNTIME_TAG f67c6e43969ee90abd3ff41af13c9d90a2fba679)
62+
# Date: Wed Mar 27 11:28:34 2024 +0000
63+
# Merge pull request #1363 from hdelan/refactor-device-initialization
64+
# [CUDA] Refactor device initialization
65+
set(UNIFIED_RUNTIME_TAG a75f7d099b6a2c5df3e03ec4d9dd503c320d5aa5)
6666

6767
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6868
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)